Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-mqlsk is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-mqlsk"
  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-mqlsk"
    - 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-mqlsk"
    - 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-mqlsk (basic) in workspace /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish
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-knopflerfish # 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-knopflerfish] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml clean install -Pit -Pknopflerfish
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-knopflerfish/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-knopflerfish/mock/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/mock/src/main/java/org/eclipse/gemini/blueprint/mock/MockServiceReference.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/mock/src/main/java/org/eclipse/gemini/blueprint/mock/MockServiceReference.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-mock ---
[WARNING] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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-knopflerfish/mock/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/mock/src/test/java/org/eclipse/gemini/blueprint/mock/MockServiceRegistrationTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/mock/src/test/java/org/eclipse/gemini/blueprint/mock/MockServiceRegistrationTest.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.MockServiceRegistrationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.gemini.blueprint.mock.MockServiceRegistrationTest
Running org.eclipse.gemini.blueprint.mock.MockBundleTest
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 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.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.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.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.EntryLookupControllingMockBundleTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.EntryLookupControllingMockBundleTest
Running org.eclipse.gemini.blueprint.mock.MockBundleContextTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.MockBundleContextTest

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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/io/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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-knopflerfish/io/src/main/java/org/eclipse/gemini/blueprint/io/internal/resolver/PackageAdminResolver.java: /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/io/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/src/test/java/org/eclipse/gemini/blueprint/io/internal/OsgiResourceUtilsTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/src/test/java/org/eclipse/gemini/blueprint/io/internal/OsgiResourceUtilsTest.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.internal.OsgiResourceUtilsTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.gemini.blueprint.io.internal.OsgiResourceUtilsTest
Running org.eclipse.gemini.blueprint.io.internal.OsgiHeaderUtilsTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.gemini.blueprint.io.internal.OsgiHeaderUtilsTest
Running org.eclipse.gemini.blueprint.io.OsgiBundleResourceLoaderTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 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.064 sec - in org.eclipse.gemini.blueprint.io.OsgiBundleResourceTest
Running org.eclipse.gemini.blueprint.io.OsgiBundleResourcePatternResolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/core/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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-knopflerfish/core/src/main/java/org/eclipse/gemini/blueprint/context/support/AbstractDelegatedExecutionApplicationContext.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/main/java/org/eclipse/gemini/blueprint/context/support/AbstractDelegatedExecutionApplicationContext.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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/core/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/test/java/org/eclipse/gemini/blueprint/DictionaryEditorTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/test/java/org/eclipse/gemini/blueprint/DictionaryEditorTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/test/java/org/eclipse/gemini/blueprint/util/internal/ServiceReferenceBasedMapTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/src/test/java/org/eclipse/gemini/blueprint/util/internal/ServiceReferenceBasedMapTest.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.884 sec - in org.eclipse.gemini.blueprint.blueprint.config.TypeConverterTest
Running org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest
1687 [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
1791 [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
1882 [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
1972 [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
2060 [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
2115 [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
2194 [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
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
2357 [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
2396 [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
2466 [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
2503 [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
2566 [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
2600 [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@5dcb4f5f
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.135 sec - in org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest
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.106 sec - in org.eclipse.gemini.blueprint.blueprint.config.SpringDmRfc124Test
Running org.eclipse.gemini.blueprint.blueprint.config.ConstructorInjectionTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec - in org.eclipse.gemini.blueprint.blueprint.config.ConstructorInjectionTest
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.09 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.023 sec - in org.eclipse.gemini.blueprint.blueprint.config.NestedElementsTest
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.034 sec - in org.eclipse.gemini.blueprint.blueprint.config.SpringRootConfigTest
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.121 sec - in org.eclipse.gemini.blueprint.blueprint.config.ComponentElementTest
Running org.eclipse.gemini.blueprint.blueprint.config.SchemaWithLocationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.gemini.blueprint.blueprint.config.SchemaWithLocationTest
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.065 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.004 sec - in org.eclipse.gemini.blueprint.blueprint.container.BlueprintFieldsTest
Running org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest
[ServiceOne, ServiceOneService]
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.gemini.blueprint.blueprint.container.LazyExporterTest
Running org.eclipse.gemini.blueprint.blueprint.container.TypeFactoryTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.gemini.blueprint.blueprint.container.TypeFactoryTest
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.266 sec - in org.eclipse.gemini.blueprint.blueprint.container.TestBlueprintBuiltinConvertersTest
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.032 sec - in org.eclipse.gemini.blueprint.blueprint.container.GenericsTest
Running org.eclipse.gemini.blueprint.blueprint.container.CycleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.gemini.blueprint.blueprint.container.CycleTest
Running org.eclipse.gemini.blueprint.blueprint.reflect.NestedDefinitionMetadataTest
Initialized
Initialized
Initialized
Initialized
Initialized
Initialized
null
null
null
.org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0#0
[dependsleaf1, dependsleaf2, first-level, deeply-nested, .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxyFactoryBean#0, nested-collection, nested-beans, .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0, nested-references, .org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0#0]
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec - in org.eclipse.gemini.blueprint.blueprint.reflect.NestedDefinitionMetadataTest
Running org.eclipse.gemini.blueprint.blueprint.metadata.ImporterMetadataTest
Initialized
Initialized
org.eclipse.gemini.blueprint.blueprint.reflect.SimpleReferenceMetadata
Initialized
Initialized
Initialized
Initialized
Initialized
Initialized
Initialized
Initialized
Initialized
Initialized
Initialized
Initialized
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterMetadataTest
Running org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest
[org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@5a021cb9, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@51768776]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest
Running org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest
Running org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest
4387 [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
4466 [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@3c321bdb
4509 [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;@13c612bd
null
java.net.URL
class [Ljava.lang.Object;
[org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@3ef41c66, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@6b739528]
null
http://www.osgi.org
null
http://www.gmail.com
4558 [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
4583 [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
4608 [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
4632 [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
4677 [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
4701 [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
4727 [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
4766 [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
4790 [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
4820 [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
4856 [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
4886 [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
4914 [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
5092 [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@71c905a3
5119 [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
5143 [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@6ff37443]
5176 [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@27f74733
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.817 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest
Running org.eclipse.gemini.blueprint.blueprint.metadata.DefaultsTest
Initialized dependsleaf1
Initialized dependsleaf2
Initialized overridden-activation
Initialized
1
Initialized dependsleaf1
Initialized dependsleaf2
Initialized overridden-activation
Initialized dependsleaf1
Initialized dependsleaf2
Initialized overridden-activation
Initialized dependsleaf1
Initialized dependsleaf2
Initialized overridden-activation
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.DefaultsTest
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.CmConfigAndCtxPropertiesConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.gemini.blueprint.compendium.config.CmConfigAndCtxPropertiesConfigurationTest
Running org.eclipse.gemini.blueprint.compendium.config.ManagedPropertiesTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec - in org.eclipse.gemini.blueprint.compendium.config.ManagedPropertiesTest
Running org.eclipse.gemini.blueprint.compendium.config.ConfigPropertiesHandlerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 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.095 sec - in org.eclipse.gemini.blueprint.compendium.config.ManagedServiceFactoryTest
Running org.eclipse.gemini.blueprint.compendium.internal.cm.DefaultManagedServiceBeanManagerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.DefaultManagedServiceBeanManagerTest
Running org.eclipse.gemini.blueprint.compendium.internal.cm.ConfigurationAdminManagerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 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.003 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.ManagedFactoryDisposableInvokerTest
Running org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest
Running org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec - in org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest
Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest
5867 [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!
5868 [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.012 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest
Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest
5881 [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@68fe48d7]
org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionCustomListener$1: expected!
5883 [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!
5883 [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.016 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest
Running org.eclipse.gemini.blueprint.config.OsgiReferenceNamespaceHandlerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec - in org.eclipse.gemini.blueprint.config.OsgiReferenceNamespaceHandlerTest
Running org.eclipse.gemini.blueprint.config.InvalidOsgiDefaultsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.gemini.blueprint.config.InvalidOsgiDefaultsTest
Running org.eclipse.gemini.blueprint.config.OsgiServiceNamespaceHandlerTest
string bean
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec - in org.eclipse.gemini.blueprint.config.OsgiServiceNamespaceHandlerTest
Running org.eclipse.gemini.blueprint.config.OsgiSingleReferenceParserWithInvalidFilesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.gemini.blueprint.config.OsgiSingleReferenceParserWithInvalidFilesTest
Running org.eclipse.gemini.blueprint.config.OsgiReferenceCollectionNamespaceHandlerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec - in org.eclipse.gemini.blueprint.config.OsgiReferenceCollectionNamespaceHandlerTest
Running org.eclipse.gemini.blueprint.config.NestedReferencesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.eclipse.gemini.blueprint.config.NestedReferencesTest
Running org.eclipse.gemini.blueprint.context.support.AbstractBundleXmlApplicationContextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.support.AbstractRefreshableOsgiBundleApplicationContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.gemini.blueprint.context.support.AbstractRefreshableOsgiBundleApplicationContextTest
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.001 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@68981f0
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.eclipse.gemini.blueprint.internal.context.support.OsgiReferenceToServiceReferenceConversionTest
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.381 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.RetryTemplateTest
Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorListenerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorListenerTest
Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceInvokerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceInvokerTest
Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorSyntheticEventsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorSyntheticEventsTest
Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.004 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.002 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceStaticInterceptorTest
Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionIteratorTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionIteratorTest
Running org.eclipse.gemini.blueprint.internal.service.collection.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.007 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.WeakCollectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec - in org.eclipse.gemini.blueprint.internal.service.collection.WeakCollectionTest
Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest
given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy}
given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy}
given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy}
given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy}
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest
Running org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest
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 Iter2 is waiting for time 30
thread Iter1 is waiting for time 40
thread Writer is waiting for time 20
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
Time is now 20
Releasing thread Writer at time 20
thread Writer is waiting for time 50
thread Iter1 is waiting for time 40
thread Iter2 is waiting for time 30
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
Time is now 30
Releasing thread Iter2 at time 30
thread Iter2 is waiting for time 70
thread Iter1 is waiting for time 40
thread Writer is waiting for time 50
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
Time is now 40
thread Writer is waiting for time 50
Releasing thread Iter1 at time 40
thread Iter1 is waiting for time 60
thread Iter2 is waiting for time 70
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
Time is now 50
thread Iter2 is waiting for time 70
thread Iter1 is waiting for time 60
Releasing thread Writer at time 50
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
Time is now 60
Releasing thread Iter1 at time 60
thread Iter2 is waiting for time 70
thread Iter2 is in state WAITING
thread Iter2 is in state WAITING
Time is now 70
Releasing thread Iter2 at time 70
thread Iter2 is waiting for time 10
thread Writer is waiting for time 20
thread Iter1 is waiting for time 40
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
Time is now 10
thread Iter1 is waiting for time 40
thread Writer is waiting for time 20
Releasing thread Iter2 at time 10
thread Iter2 is waiting for time 30
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
Time is now 20
thread Iter2 is waiting for time 30
Releasing thread Writer at time 20
thread Writer is waiting for time 50
thread Iter1 is waiting for time 40
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
Time is now 30
thread Iter1 is waiting for time 40
thread Writer is waiting for time 50
Releasing thread Iter2 at time 30
thread Iter2 is waiting for time 70
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
Time is now 40
thread Iter2 is waiting for time 70
thread Writer is waiting for time 50
Releasing thread Iter1 at time 40
thread Iter1 is waiting for time 60
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Writer is in state WAITING
Time is now 50
thread Iter1 is waiting for time 60
Releasing thread Writer at time 50
thread Iter2 is waiting for time 70
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
thread Iter1 is in state WAITING
thread Iter2 is in state WAITING
Time is now 60
thread Iter2 is waiting for time 70
Releasing thread Iter1 at time 60
thread Iter2 is in state WAITING
thread Iter2 is in state WAITING
Time is now 70
Releasing thread Iter2 at time 70
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.47 sec - in org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest
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.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.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.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSortedSetTest
Running org.eclipse.gemini.blueprint.internal.service.collection.ServiceReferenceComparatorTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.ServiceReferenceComparatorTest
Running org.eclipse.gemini.blueprint.internal.service.collection.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.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceCollectionTest
Running org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicCollectionTest
Running org.eclipse.gemini.blueprint.internal.service.collection.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.DynamicSortedSetTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 sec - in org.eclipse.gemini.blueprint.internal.service.collection.DynamicSortedSetTest
Running org.eclipse.gemini.blueprint.internal.util.BeanFactoryUtilsTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.ClassUtilsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.gemini.blueprint.util.ClassUtilsTest
Running org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoaderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.gemini.blueprint.util.BundleDelegatingClassLoaderTest
Running org.eclipse.gemini.blueprint.util.OsgiStringUtilsTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.util.OsgiStringUtilsTest
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.util.OsgiBundleUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.OsgiBundleUtilsTest
Running org.eclipse.gemini.blueprint.util.DebugUtilsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.util.DebugUtilsTest
Running org.eclipse.gemini.blueprint.util.OsgiPlatformDetectorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.17 sec - in org.eclipse.gemini.blueprint.util.OsgiPlatformDetectorTest
Running org.eclipse.gemini.blueprint.util.SimpleLoggerTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 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.001 sec - in org.eclipse.gemini.blueprint.util.MapBasedDictionaryTest
Running org.eclipse.gemini.blueprint.service.OsgiServiceReferenceUtilsTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.OsgiServiceReferenceUtilsTest
Running org.eclipse.gemini.blueprint.service.exporter.BeanNameServicePropertiesResolverTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.BeanNameServicePropertiesResolverTest
Running org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest
Running org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest
Running org.eclipse.gemini.blueprint.service.exporter.support.AbstractListenerAwareExporterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.support.AbstractListenerAwareExporterTest
Running org.eclipse.gemini.blueprint.service.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.importer.support.internal.aop.SwappingServiceReferenceProxyTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.support.internal.aop.SwappingServiceReferenceProxyTest
Running org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyEqualityTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyEqualityTest
Running org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxiesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceCollectionProxiesTest
Running org.eclipse.gemini.blueprint.service.importer.support.InfrastructureProxyTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.service.importer.support.InfrastructureProxyTest
Running org.eclipse.gemini.blueprint.service.importer.support.GreedyProxyTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.service.importer.support.GreedyProxyTest
Running org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest
Running org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest
Running org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest
24392 [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.007 sec - in org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest
Running org.eclipse.gemini.blueprint.service.importer.OsgiServiceCollectionProxyFactoryBeanTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.service.importer.OsgiServiceCollectionProxyFactoryBeanTest
Running org.eclipse.gemini.blueprint.service.OsgiServiceUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.OsgiServiceUtilsTest
Running org.eclipse.gemini.blueprint.service.ServiceUnavailableExceptionTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.ServiceUnavailableExceptionTest
Running org.eclipse.gemini.blueprint.service.OsgiFilterUtilsTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.eclipse.gemini.blueprint.service.OsgiFilterUtilsTest
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 sec - in org.eclipse.gemini.blueprint.OsgiExceptionTest
Running org.eclipse.gemini.blueprint.ThreadTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec - in org.eclipse.gemini.blueprint.ThreadTest

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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/extender/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/src/main/java/org/eclipse/gemini/blueprint/extender/support/ApplicationContextConfiguration.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/src/main/java/org/eclipse/gemini/blueprint/extender/support/ApplicationContextConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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-knopflerfish/extender/bnd.bnd [0:0]: Unused Import-Package instructions: [org.aopalliance.*] 
[WARNING] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/extender/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/src/test/java/org/eclipse/gemini/blueprint/extender/internal/activator/ListListenerAdapterTest.java: /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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.006 sec - in org.eclipse.gemini.blueprint.extender.internal.blueprint.support.BlueprintConfigUtilsTest
Running org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationCustomSettingsTest
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
WARN [org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration] - Gemini Blueprint extensions bundle not present, annotation processing disabled.
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.285 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationCustomSettingsTest
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.04 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfigurationDefaultSettingsTest
Running org.eclipse.gemini.blueprint.extender.internal.support.ApplicationContextConfigurationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.gemini.blueprint.extender.internal.support.ApplicationContextConfigurationTest
Running org.eclipse.gemini.blueprint.extender.internal.support.NamespacePluginsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.gemini.blueprint.extender.internal.support.NamespacePluginsTest
Running org.eclipse.gemini.blueprint.extender.internal.activator.ListListenerAdapterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 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.09 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.003 sec - in org.eclipse.gemini.blueprint.extender.internal.activator.GenericsTest
Running org.eclipse.gemini.blueprint.extender.internal.util.HeaderConstantsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.extender.internal.util.HeaderConstantsTest
Running org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsVersioningTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsVersioningTest
Running org.eclipse.gemini.blueprint.extender.internal.util.ConfigUtilsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.012 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.114 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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/extensions/target/classes
[INFO] 
[INFO] --- bnd:3.3.0:bnd-process (default) @ gemini-blueprint-extensions ---
[WARNING] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/extensions/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extensions/src/test/java/org/eclipse/gemini/blueprint/extensions/annotation/OsgiServiceAnnotationTest.java: /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extensions/src/test/java/org/eclipse/gemini/blueprint/extensions/annotation/OsgiServiceAnnotationTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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.462 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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/test-support/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/test-support/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/src/test/java/org/eclipse/gemini/blueprint/test/internal/JarCreatorTests.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/src/test/java/org/eclipse/gemini/blueprint/test/internal/JarCreatorTests.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:2.19.1:test (default-test) @ gemini-blueprint-test ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[WARNING] The parameter forkMode is deprecated since version 2.14. Use forkCount and reuseForks instead.

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.gemini.blueprint.test.internal.util.FileSystemStorageTest
wrote 1644 bytes
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.eclipse.gemini.blueprint.test.internal.util.FileSystemStorageTest
Running org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtilTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.gemini.blueprint.test.internal.util.PropertiesUtilTest
Running org.eclipse.gemini.blueprint.test.internal.util.ManifestUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.gemini.blueprint.test.internal.util.ManifestUtilsTest
Running org.eclipse.gemini.blueprint.test.internal.util.MemoryStorageTest
wrote 661 bytes
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.gemini.blueprint.test.internal.util.MemoryStorageTest
Running org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepositoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 sec - in org.eclipse.gemini.blueprint.test.provisioning.internal.LocalFileSystemMavenRepositoryTest
Running org.eclipse.gemini.blueprint.test.provisioning.internal.MavenArtifactFinderTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 sec - in org.eclipse.gemini.blueprint.test.provisioning.internal.MavenArtifactFinderTest
Running org.eclipse.gemini.blueprint.test.parsing.DifferentParentsInDifferentBundlesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec - in org.eclipse.gemini.blueprint.test.parsing.DifferentParentsInDifferentBundlesTest
Running org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatformTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec - in org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatformTest
Running org.eclipse.gemini.blueprint.test.platform.AbstractOsgiPlatformTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in org.eclipse.gemini.blueprint.test.platform.AbstractOsgiPlatformTest
Running org.eclipse.gemini.blueprint.test.platform.FelixPlatformTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 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.243 sec - in org.eclipse.gemini.blueprint.test.platform.PlatformConfigurationTest
Running org.eclipse.gemini.blueprint.test.platform.EquinoxPlatformTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 sec - in org.eclipse.gemini.blueprint.test.platform.EquinoxPlatformTest
Running org.eclipse.gemini.blueprint.test.JUnitTestActivatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 sec - in org.eclipse.gemini.blueprint.test.JUnitTestActivatorTest
Running org.eclipse.gemini.blueprint.test.ConfigurableBundleCreatorTestsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 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-knopflerfish/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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar with /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/test-support/dependency-reduced-pom.xml
[INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/integration-tests/bundles/configuration.test.bundle/target/classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/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-knopflerfish/integration-tests/tests/target/test-classes
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/src/test/java/org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/src/test/java/org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/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-knopflerfish/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
-------------------------------------------------------
01:25:52,230 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:25:52,366 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:25:52,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:25:52,393 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:25:52,444 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:25:52,449 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:25:52,463 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:25:52,481 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used
01:25:52,494 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:25:52,494 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:25:52,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:25:52,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:25:52,497 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:25:52,498 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:25:52,498 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:25:52,498 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:25:52,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:25:52,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:25:52,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:25:52,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:25:52,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:25:52,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:25:52,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:25:52,500 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:25:52,500 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:25:52,501 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:25:52,502 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:25:52,504 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@627551fb - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.bundleScope.ScopingTest
01:25:52.643 [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.KnopflerfishPlatform 
01:25:52.657 [main]            TRACE o.e.g.b.i.b.ScopingTest:85 - Instantiating platform wrapper... 
01:25:52.669 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8564500455992646014kf 
01:25:52.670 [main]            DEBUG o.e.g.b.i.b.ScopingTest:215 - About to start Knopflerfish OSGi Platform 
01:25:52.783 [main]            INFO  o.e.g.b.i.b.ScopingTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:25:52.787 [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=} 
01:25:52.788 [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} 
01:25:52.790 [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} 
01:25:52.791 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:25:52.943 [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] 
01:25:52.958 [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] 
01:25:52.964 [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] 
01:25:52.966 [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] 
01:25:52.975 [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] 
01:25:52.986 [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] 
01:25:52.988 [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] 
01:25:52.996 [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] 
01:25:53.003 [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] 
01:25:53.020 [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] 
01:25:53.031 [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] 
01:25:53.059 [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] 
01:25:53.064 [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] 
01:25:53.072 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.074 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.079 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.083 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.086 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/scoped.common.bundle/target/scoped.bundle.common-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.088 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/scoped.a.bundle/target/scoped.bundle.a-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.090 [main]            DEBUG o.e.g.b.i.b.ScopingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/scoped.b.bundle/target/scoped.bundle.b-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.107 [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] 
01:25:53.162 [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] 
01:25:53.167 [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] 
01:25:53.169 [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] 
01:25:53.170 [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] 
01:25:53.170 [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] 
01:25:53.171 [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] 
01:25:53.174 [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] 
01:25:53.178 [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] 
01:25:53.178 [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] 
01:25:53.184 [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] 
01:25:53.185 [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] 
01:25:53.186 [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] 
01:25:53.190 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.191 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.194 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53,223 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:25:53,287 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:25:53,289 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:25:53,299 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:25:53,325 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:25:53,327 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:25:53,331 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:25:53,338 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@beaaaf2 - No compression will be used
01:25:53,343 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:25:53,343 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:25:53,345 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:25:53,345 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:25:53,345 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:25:53,345 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:25:53,346 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:25:53,346 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:25:53,346 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:25:53,346 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:25:53,346 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:25:53,346 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:25:53,347 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:25:53,347 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:25:53,347 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:25:53,347 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:25:53,347 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:25:53,348 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:25:53,348 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:25:53,349 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52869c9b - Registering current configuration as safe fallback point
01:25:53.362 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:25:53.373 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:25:53.515 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:25:53.516 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:25:53.520 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:25:53.524 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:25:53.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:25:53.530 [BundleStart #16] 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 
01:25:53.531 [BundleStart #16] 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) 
01:25:53.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:25:53.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:25:53.533 [BundleStart #16] 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 
01:25:53.533 [BundleStart #16] 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) 
01:25:53.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:25:53.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:25:53.535 [BundleStart #16] 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 
01:25:53.536 [BundleStart #16] 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) 
01:25:53.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:25:53.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:25:53.537 [BundleStart #16] 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 
01:25:53.537 [BundleStart #16] 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) 
01:25:53.537 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:25:53.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:25:53.538 [BundleStart #16] 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 
01:25:53.539 [BundleStart #16] 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) 
01:25:53.539 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:25:53.539 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:25:53.540 [BundleStart #16] 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 
01:25:53.541 [BundleStart #16] 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) 
01:25:53.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:25:53.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:25:53.542 [BundleStart #16] 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 
01:25:53.542 [BundleStart #16] 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) 
01:25:53.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:25:53.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:25:53.543 [BundleStart #16] 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 
01:25:53.544 [BundleStart #16] 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) 
01:25:53.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:25:53.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:25:53.545 [BundleStart #16] 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 
01:25:53.545 [BundleStart #16] 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) 
01:25:53.545 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:25:53.546 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:25:53.546 [BundleStart #16] 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 
01:25:53.547 [BundleStart #16] 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) 
01:25:53.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:25:53.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:25:53.557 [BundleStart #16] 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 
01:25:53.557 [BundleStart #16] 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) 
01:25:53.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:25:53.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:25:53.558 [BundleStart #16] 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 
01:25:53.559 [BundleStart #16] 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) 
01:25:53.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:25:53.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:25:53.560 [BundleStart #16] 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 
01:25:53.561 [BundleStart #16] 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) 
01:25:53.561 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:25:53.561 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:25:53.561 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:25:53.562 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:25:53.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:25:53.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:25:53.562 [BundleStart #16] 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 
01:25:53.563 [BundleStart #16] 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) 
01:25:53.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:25:53.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:25:53.565 [BundleStart #16] 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 
01:25:53.565 [BundleStart #16] 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) 
01:25:53.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:25:53.574 [BundleStart #16] 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)] 
01:25:53.575 [BundleStart #16] 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)] 
01:25:53.577 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:25:53.578 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:25:53.581 [BundleStart #16] 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)] 
01:25:53.583 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:25:53.584 [BundleStart #16] 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@993c153 w/ reference null 
01:25:53.584 [BundleStart #16] 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@993c153 w/ reference null 
01:25:53.585 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:25:53.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:25:53.599 [BundleStart #16] 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 
01:25:53.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:25:53.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:25:53.602 [BundleStart #16] 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 
01:25:53.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:25:53.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:25:53.605 [BundleStart #16] 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 
01:25:53.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:25:53.606 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:25:53.606 [BundleStart #16] 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 
01:25:53.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:25:53.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:25:53.608 [BundleStart #16] 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 
01:25:53.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:25:53.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:25:53.611 [BundleStart #16] 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 
01:25:53.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:25:53.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:25:53.612 [BundleStart #16] 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 
01:25:53.612 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:25:53.612 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:25:53.613 [BundleStart #16] 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 
01:25:53.614 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:25:53.614 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:25:53.615 [BundleStart #16] 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 
01:25:53.615 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:25:53.615 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:25:53.617 [BundleStart #16] 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 
01:25:53.617 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:25:53.617 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:25:53.618 [BundleStart #16] 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 
01:25:53.619 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:25:53.619 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:25:53.620 [BundleStart #16] 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 
01:25:53.620 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:25:53.620 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:25:53.622 [BundleStart #16] 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 
01:25:53.622 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:25:53.623 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:25:53.623 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:25:53.623 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:25:53.624 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:25:53.624 [BundleStart #16] 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 
01:25:53.624 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:25:53.628 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:25:53.632 [BundleStart #16] 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 
01:25:53.633 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:25:53.634 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.660 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:25:53.661 [BundleStart #17] 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 
01:25:53.662 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:25:53.662 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:25:53.663 [BundleStart #17] 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 
01:25:53.663 [BundleStart #17] 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) 
01:25:53.663 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:25:53.663 [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-knopflerfish/integration-tests/bundles/scoped.common.bundle/target/scoped.bundle.common-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.664 [BundleStart #18] 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)] 
01:25:53.665 [BundleStart #18] 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 
01:25:53.665 [BundleStart #18] 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)] 
01:25:53.666 [BundleStart #18] 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)] 
01:25:53.666 [BundleStart #18] 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 
01:25:53.666 [BundleStart #18] 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) 
01:25:53.666 [BundleStart #18] 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)] 
01:25:53.667 [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-knopflerfish/integration-tests/bundles/scoped.a.bundle/target/scoped.bundle.a-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.668 [BundleStart #19] 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)] 
01:25:53.668 [BundleStart #19] 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 
01:25:53.668 [BundleStart #19] 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)] 
01:25:53.669 [BundleStart #19] 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)] 
01:25:53.669 [BundleStart #19] 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 
01:25:53.669 [BundleStart #19] 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) 
01:25:53.670 [BundleStart #19] 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)] 
01:25:53.679 [BundleStart #19] 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... 
01:25:53.679 [BundleStart #19] 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 
01:25:53.680 [BundleStart #19] 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)] 
01:25:53.682 [BundleStart #19] 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)] 
01:25:53.682 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:25:53.683 [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-knopflerfish/integration-tests/bundles/scoped.b.bundle/target/scoped.bundle.b-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:53.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@76400aeb 
01:25:53.684 [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) 
01:25:53.684 [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) 
01:25:53.684 [BundleStart #20] 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)] 
01:25:53.685 [BundleStart #20] 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 
01:25:53.685 [BundleStart #20] 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)] 
01:25:53.685 [BundleStart #20] 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)] 
01:25:53.686 [BundleStart #20] 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 
01:25:53.686 [BundleStart #20] 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) 
01:25:53.686 [BundleStart #20] 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)] 
01:25:53.686 [BundleStart #20] 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... 
01:25:53.687 [BundleStart #20] 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 
01:25:53.687 [BundleStart #20] 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)] 
01:25:53.687 [BundleStart #20] 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)] 
01:25:53.687 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:25:53.689 [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 [Sat May 04 01:25:53 UTC 2024]; root of context hierarchy 
01:25:53.689 [main]            INFO  o.e.g.b.i.b.ScopingTest:199 - org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest-bundle.properties was not found; using defaults 
01:25:53.689 [main]            DEBUG o.e.g.b.i.b.ScopingTest:511 - Post processing: creating test bundle 
01:25:53.690 [main]            INFO  o.e.g.b.i.b.ScopingTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF] 
01:25:53.696 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:25:53.702 [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] 
01:25:53.703 [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]] 
01:25:53.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:25:53.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:25:53.703 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:25:53.704 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:25:53.704 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:25:53.704 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:25:53.704 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:25:53.705 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:25:53.705 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:25:53.705 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:25:53.705 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 
01:25:53.706 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 
01:25:53.706 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 
01:25:53.706 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 
01:25:53.712 [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 
01:25:53.713 [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.* 
01:25:53.716 [BundleStart #21] 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)] 
01:25:53.716 [BundleStart #21] 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 
01:25:53.716 [BundleStart #21] 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)] 
01:25:53.717 [BundleStart #21] 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)] 
01:25:53.717 [BundleStart #21] 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 
01:25:53.717 [BundleStart #21] 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) 
01:25:53.717 [BundleStart #21] 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)] 
01:25:53.717 [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 
01:25:53.718 [main]            DEBUG o.e.g.b.i.b.ScopingTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:25:53.720 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:25:53.720 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.scope.integration] does not trigger a context creation. 
01:25:53.721 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:25:53.722 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:25:53.723 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:25:53.723 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:25:53.724 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:25:53.724 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:25:53.725 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:25:53.726 [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 
01:25:53.726 [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 
01:25:53.728 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:25:53.729 [main]            DEBUG o.e.g.b.i.b.ScopingTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.scope.b 
01:25:53.761 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/scoped-beans.xml] 
01:25:53.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:53.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:53.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:53.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:53.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:53.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:53.914 [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@81690f0: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy 
01:25:53.926 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:25:53.926 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:25:53.927 [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} 
01:25:53.928 [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] 
01:25:53.939 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:25:53.943 [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@81690f0: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy] 
01:25:53.943 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:25:53.944 [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@2fcbf7d2 
01:25:53.944 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:25:53.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:25:53.957 [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) 
01:25:53.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:25:53.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:25:53.957 [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) 
01:25:53.958 [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) 
01:25:53.958 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:25:53.959 [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@76400aeb 
01:25:53.959 [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) 
01:25:53.959 [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) 
01:25:53.959 [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 [Sat May 04 01:25:53 UTC 2024]; root of context hierarchy 
01:25:53.960 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:25:53.961 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/scoped-beans.xml] 
01:25:53.964 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:53.965 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:53.965 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:53.966 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:53.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:53.996 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:54.009 [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@21e2ce8a: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy 
01:25:54.009 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:25:54.009 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:25:54.010 [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} 
01:25:54.010 [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] 
01:25:54.011 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:25:54.012 [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@21e2ce8a: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy] 
01:25:54.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:25:54.012 [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@2fcbf7d2 
01:25:54.013 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&serviceFromA] 
01:25:54.013 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:25:54.075 [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))] 
01:25:54.075 [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))] 
01:25:54.077 [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] 
01:25:54.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 
01:25:54.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:25:54.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:25:54.077 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 
01:25:54.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 
01:25:54.078 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:25:54.078 [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) 
01:25:54.080 [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@6cc0adcb] 
01:25:54.081 [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@22ddcd85] 
01:25:54.087 [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 
01:25:54.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 
01:25:54.088 [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:[] 
01:25:54.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.scope.common.HashCodeScopeTestService] classes {} 
01:25:54.090 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}] 
01:25:54.092 [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 
01:25:54.095 [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 
01:25:54.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:25:54.095 [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 
01:25:54.096 [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 
01:25:54.096 [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 
01:25:54.097 [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 
01:25:54.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:25:54.098 [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 
01:25:54.100 [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@117c5b5e] 
01:25:54.104 [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 [Sat May 04 01:25:53 UTC 2024]; root of context hierarchy] 
01:25:54.105 [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} 
01:25:54.107 [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} 
01:25:54.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:25:54.112 [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) 
01:25:54.112 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:25:54.119 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:25:54.126 [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 
01:25:54.127 [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 
01:25:54.127 [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 
01:25:54.128 [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 
01:25:54.128 [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 
01:25:54.131 [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@67af85fd] 
01:25:54.131 [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@6e8f3780] 
01:25:54.133 [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 
01:25:54.133 [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:{} 
01:25:54.133 [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:[] 
01:25:54.134 [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} 
01:25:54.134 [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}] 
01:25:54.134 [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 
01:25:54.135 [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))] 
01:25:54.135 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1242a9e4} 
01:25:54.136 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1242a9e4] bound to proxy 
01:25:54.136 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1242a9e4] bound to proxy 
01:25:54.137 [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 
01:25:54.137 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:25:54.137 [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 
01:25:54.138 [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 
01:25:54.138 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:25:54.138 [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 
01:25:54.139 [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@59d14247] 
01:25:54.140 [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 [Sat May 04 01:25:53 UTC 2024]; root of context hierarchy] 
01:25:54.140 [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} 
01:25:54.141 [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} 
01:25:54.157 [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 
01:25:54.157 [main]            DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.b 
01:25:54.157 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:25:54.157 [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 
01:25:54.158 [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 
01:25:54.158 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@71bf36eb} 
01:25:54.158 [main]            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 
01:25:54.158 [main]            DEBUG o.e.g.b.i.b.ScopingTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.scope.a 
01:25:54.159 [main]            DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.a 
01:25:54.159 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:25:54.159 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:25:54.160 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:25:54.160 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:25:54.161 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:25:54.161 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:25:54.162 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:25:54.163 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:25:54.163 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:25:54.165 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:25:54.165 [main]            TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.scope.common] does not trigger a context creation. 
01:25:54.165 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testExportedScopedBeansDestructionCallbackCalled] to OSGi 
01:25:54.180 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedScopedBeansDestructionCallbackCalled] for execution inside OSGi 
01:25:54.180 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedScopedBeansDestructionCallbackCalled] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5e0826e7 
01:25:54.181 [main]            INFO  o.e.g.b.i.b.ScopingTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 
01:25:54.182 [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 [Sat May 04 01:25:54 UTC 2024]; root of context hierarchy 
01:25:54.182 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:25:54.183 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml] 
01:25:54.186 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:54.187 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:54.187 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:54.188 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:54.210 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:54.211 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:54.220 [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@4466af20: 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 
01:25:54.221 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:25:54.221 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:25:54.221 [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} 
01:25:54.222 [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] 
01:25:54.223 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4fb0f2b9] 
01:25:54.223 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@79924b] 
01:25:54.224 [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 
01:25:54.225 [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:{} 
01:25:54.225 [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:[] 
01:25:54.225 [main]            TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 
01:25:54.226 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 
01:25:54.226 [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 
01:25:54.227 [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 
01:25:54.227 [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:{} 
01:25:54.228 [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:[] 
01:25:54.228 [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} 
01:25:54.228 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 
01:25:54.229 [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 
01:25:54.229 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@294425a7] 
01:25:54.229 [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 [Sat May 04 01:25:54 UTC 2024]; root of context hierarchy] 
01:25:54.230 [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} 
01:25:54.230 [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} 
01:25:54.276 [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=9} 
01:25:54.277 [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) 
01:25:54.278 [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) 
01:25:54.278 [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 [Sat May 04 01:25:54 UTC 2024]; root of context hierarchy 
01:25:54.278 [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) 
01:25:54.279 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 
01:25:54.279 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1242a9e4] was unregistered and unbound from the service proxy 
01:25:54.280 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1242a9e4] was unregistered and unbound from the service proxy 
01:25:54.280 [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=9} 
01:25:54.280 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1242a9e4] 
01:25:54.281 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:25:54.281 [main]            DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [a.service] 
01:25:54.282 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/scoped-beans.xml] 
01:25:54.285 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:54.286 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:54.286 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:54.287 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:54.307 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:54.307 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:54.316 [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@1d2adfbe: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy 
01:25:54.316 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:25:54.316 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:25:54.317 [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} 
01:25:54.317 [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] 
01:25:54.318 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:25:54.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@1d2adfbe: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy] 
01:25:54.319 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:25:54.319 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2fcbf7d2 
01:25:54.319 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:25:54.320 [main]            TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:25:54.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.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 
01:25:54.320 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:25:54.320 [main]            TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:25:54.320 [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) 
01:25:54.321 [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) 
01:25:54.321 [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) 
01:25:54.322 [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@7b1db2b5] 
01:25:54.322 [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@280d14eb] 
01:25:54.323 [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 
01:25:54.324 [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:{} 
01:25:54.324 [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:[] 
01:25:54.324 [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 {} 
01:25:54.324 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.scope.common.ScopeTestService}] 
01:25:54.325 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53087098] bound to proxy 
01:25:54.325 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53087098] bound to proxy 
01:25:54.325 [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 
01:25:54.326 [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@4596e856] 
01:25:54.357 [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 [Sat May 04 01:25:54 UTC 2024]; root of context hierarchy] 
01:25:54.357 [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} 
01:25:54.358 [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} 
01:25:54.358 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:25:55.321 [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=16} 
01:25:55.322 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.323 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testExportedScopedBeansDestructionCallbackCalled] 
01:25:55.324 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testExportedScopedBeansDestructionCallbackCalled]'s result read 
01:25:55.325 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceBInBundleBAndTestBundle] to OSGi 
01:25:55.326 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceBInBundleBAndTestBundle] for execution inside OSGi 
01:25:55.326 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceBInBundleBAndTestBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7f3b84b8 
01:25:55.327 [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=11} 
01:25:55.328 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.328 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceBInBundleBAndTestBundle] 
01:25:55.328 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceBInBundleBAndTestBundle]'s result read 
01:25:55.329 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForCurrentBundle] to OSGi 
01:25:55.330 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForCurrentBundle] for execution inside OSGi 
01:25:55.330 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAScopeForCurrentBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c33f1a9 
01:25:55.330 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.330 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForCurrentBundle] 
01:25:55.331 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForCurrentBundle]'s result read 
01:25:55.331 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleA] to OSGi 
01:25:55.332 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleA] for execution inside OSGi 
01:25:55.332 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAScopeForBundleA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1623b78d 
210506412
112049309
01:25:55.333 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.333 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleA] 
01:25:55.333 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleA]'s result read 
01:25:55.333 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleB] to OSGi 
01:25:55.334 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleB] for execution inside OSGi 
01:25:55.334 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAScopeForBundleB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4550bb58 
01:25:55.341 [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=16} 
01:25:55.342 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.342 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleB] 
01:25:55.343 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleB]'s result read 
01:25:55.343 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleA] to OSGi 
01:25:55.343 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleA] for execution inside OSGi 
01:25:55.344 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBeanReferenceAndLocalScopeInstanceForBundleA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@34a3d150 
01:25:55.344 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.344 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleA] 
01:25:55.345 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleA]'s result read 
01:25:55.345 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleB] to OSGi 
01:25:55.346 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleB] for execution inside OSGi 
01:25:55.346 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBeanReferenceAndLocalScopeInstanceForBundleB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2a4fb17b 
01:25:55.346 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.346 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleB] 
01:25:55.347 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleB]'s result read 
01:25:55.347 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testEnvironmentValidity] to OSGi 
01:25:55.347 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEnvironmentValidity] for execution inside OSGi 
01:25:55.348 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEnvironmentValidity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5c6648b0 
01:25:55.348 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.348 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testEnvironmentValidity] 
01:25:55.348 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testEnvironmentValidity]'s result read 
01:25:55.349 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanNotExported] to OSGi 
01:25:55.349 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanNotExported] for execution inside OSGi 
01:25:55.349 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testScopedBeanNotExported] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6f1de4c7 
01:25:55.351 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.351 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanNotExported] 
01:25:55.351 [main]            DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testScopedBeanNotExported]'s result read 
01:25:55.351 [main]            TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanDestructionCallbackDuringContextRefresh] to OSGi 
01:25:55.352 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanDestructionCallbackDuringContextRefresh] for execution inside OSGi 
01:25:55.352 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testScopedBeanDestructionCallbackDuringContextRefresh] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@459e9125 
01:25:55.352 [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 [Sat May 04 01:25:55 UTC 2024]; root of context hierarchy 
01:25:55.353 [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) 
01:25:55.353 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 
01:25:55.353 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6379eb] 
01:25:55.354 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 
01:25:55.354 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4a94ee4] 
01:25:55.354 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:25:55.354 [main]            DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 
01:25:55.355 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml] 
01:25:55.358 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:55.359 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:55.359 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:55.360 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:55.376 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:55.377 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:55.385 [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@77888435: 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 
01:25:55.385 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:25:55.385 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:25:55.386 [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} 
01:25:55.386 [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] 
01:25:55.387 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@34123d65] 
01:25:55.387 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@59474f18] 
01:25:55.388 [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 
01:25:55.389 [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:{} 
01:25:55.389 [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:[] 
01:25:55.389 [main]            TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 
01:25:55.390 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 
01:25:55.390 [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 
01:25:55.391 [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 
01:25:55.391 [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:{} 
01:25:55.391 [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:[] 
01:25:55.392 [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} 
01:25:55.392 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 
01:25:55.392 [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 
01:25:55.393 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@41d477ed] 
01:25:55.393 [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 [Sat May 04 01:25:55 UTC 2024]; root of context hierarchy] 
01:25:55.393 [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} 
01:25:55.394 [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} 
01:25:55.395 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:55.395 [main]            TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanDestructionCallbackDuringContextRefresh] 
01:25:55.395 [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.757 sec - in org.eclipse.gemini.blueprint.iandt.bundleScope.ScopingTest
01:25:55.399 [Thread-0]        INFO  o.e.g.b.i.b.ScopingTest:471 - Shutting down OSGi platform 
01:25:55.399 [Thread-3]        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) 
01:25:55.400 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:25:55.400 [Thread-3]        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 [Sat May 04 01:25:55 UTC 2024]; root of context hierarchy 
01:25:55.400 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:25:55.400 [Thread-3]        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 [Sat May 04 01:25:55 UTC 2024]; root of context hierarchy] 
01:25:55.400 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:25:55.400 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:25:55.401 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:25:55.401 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 
01:25:55.402 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 
01:25:55.402 [Thread-3]        INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@78691363] 
01:25:55.402 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 
01:25:55.403 [Thread-3]        INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3e694b3f] 
01:25:55.403 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:25:55.403 [Thread-3]        DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 
01:25:55.521 [Framework shutdown] 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 [BundleImpl[id=20]] 
01:25:55.521 [Framework shutdown] 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 
01:25:55.522 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20]] 
01:25:55.557 [Framework shutdown] 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 
01:25:55.558 [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) 
01:25:55.558 [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@76400aeb 
01:25:55.558 [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) 
01:25:55.558 [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) 
01:25:55.558 [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) 
01:25:55.559 [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 [Sat May 04 01:25:53 UTC 2024]; root of context hierarchy 
01:25:55.559 [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 [Sat May 04 01:25:53 UTC 2024]; root of context hierarchy] 
01:25:55.559 [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] 
01:25:55.560 [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=11} 
01:25:55.560 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@23211163] 
01:25:55.560 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53087098] was unregistered and unbound from the service proxy 
01:25:55.560 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53087098] was unregistered and unbound from the service proxy 
01:25:55.561 [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=16} 
01:25:55.561 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:25:55.561 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [b.service] 
01:25:55.562 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:25:55.562 [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@76400aeb 
01:25:55.562 [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 
01:25:55.563 [Framework shutdown] 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 
01:25:55.563 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:25:55.563 [Framework shutdown] 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 
01:25:55.564 [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) 
01:25:55.564 [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@76400aeb 
01:25:55.564 [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) 
01:25:55.564 [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) 
01:25:55.564 [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) 
01:25:55.564 [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 [Sat May 04 01:25:54 UTC 2024]; root of context hierarchy 
01:25:55.565 [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 [Sat May 04 01:25:54 UTC 2024]; root of context hierarchy] 
01:25:55.565 [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] 
01:25:55.565 [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=16} 
01:25:55.565 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@53087098] 
01:25:55.566 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:25:55.566 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [a.service] 
01:25:55.566 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:25:55.566 [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@76400aeb 
01:25:55.566 [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 
01:25:55.566 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:25:55.566 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:25:55.568 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was null 
01:25:55.568 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@323d386e 
01:25:55.568 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3cfac059 
01:25:55.568 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:25:55.569 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:25:55.569 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:25:55.569 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:25:56,271 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:25:56,396 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:25:56,400 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:25:56,424 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:25:56,475 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:25:56,477 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:25:56,484 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:25:56,494 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@67b92f0a - No compression will be used
01:25:56,502 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:25:56,502 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:25:56,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:25:56,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:25:56,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:25:56,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:25:56,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:25:56,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:25:56,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:25:56,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:25:56,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:25:56,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:25:56,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:25:56,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:25:56,507 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:25:56,507 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:25:56,507 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:25:56,508 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:25:56,508 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:25:56,509 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1f36e637 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test
01:25:56.652 [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.KnopflerfishPlatform 
01:25:56.657 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:85 - Instantiating platform wrapper... 
01:25:56.671 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6320383322878638261kf 
01:25:56.672 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:215 - About to start Knopflerfish OSGi Platform 
01:25:56.798 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:25:56.802 [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=} 
01:25:56.803 [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} 
01:25:56.805 [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} 
01:25:56.806 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:25:56.947 [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] 
01:25:56.963 [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] 
01:25:56.969 [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] 
01:25:56.972 [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] 
01:25:56.984 [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] 
01:25:56.999 [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] 
01:25:57.002 [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] 
01:25:57.008 [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] 
01:25:57.014 [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] 
01:25:57.028 [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] 
01:25:57.078 [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] 
01:25:57.083 [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] 
01:25:57.090 [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] 
01:25:57.103 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.106 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.113 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.119 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.123 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.130 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.177 [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] 
01:25:57.186 [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] 
01:25:57.192 [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] 
01:25:57.194 [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] 
01:25:57.195 [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] 
01:25:57.196 [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] 
01:25:57.197 [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] 
01:25:57.201 [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] 
01:25:57.206 [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] 
01:25:57.207 [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] 
01:25:57.216 [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] 
01:25:57.217 [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] 
01:25:57.218 [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] 
01:25:57.224 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.226 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.229 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57,258 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:25:57,297 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:25:57,299 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:25:57,311 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:25:57,338 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:25:57,341 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:25:57,347 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:25:57,358 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@d4ab299 - No compression will be used
01:25:57,365 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:25:57,365 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:25:57,367 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:25:57,367 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:25:57,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:25:57,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:25:57,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:25:57,368 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:25:57,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:25:57,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:25:57,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:25:57,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:25:57,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:25:57,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:25:57,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:25:57,371 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:25:57,371 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:25:57,372 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:25:57,372 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:25:57,373 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@12e54a6 - Registering current configuration as safe fallback point
01:25:57.387 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:25:57.402 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:25:57.550 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:25:57.555 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:25:57.560 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:25:57.564 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:25:57.568 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:25:57.570 [BundleStart #16] 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 
01:25:57.570 [BundleStart #16] 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) 
01:25:57.571 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:25:57.571 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:25:57.572 [BundleStart #16] 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 
01:25:57.573 [BundleStart #16] 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) 
01:25:57.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:25:57.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:25:57.574 [BundleStart #16] 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 
01:25:57.574 [BundleStart #16] 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) 
01:25:57.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:25:57.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:25:57.576 [BundleStart #16] 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 
01:25:57.576 [BundleStart #16] 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) 
01:25:57.576 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:25:57.576 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:25:57.577 [BundleStart #16] 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 
01:25:57.577 [BundleStart #16] 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) 
01:25:57.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:25:57.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:25:57.579 [BundleStart #16] 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 
01:25:57.579 [BundleStart #16] 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) 
01:25:57.580 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:25:57.580 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:25:57.580 [BundleStart #16] 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 
01:25:57.581 [BundleStart #16] 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) 
01:25:57.581 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:25:57.581 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:25:57.582 [BundleStart #16] 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 
01:25:57.582 [BundleStart #16] 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) 
01:25:57.582 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:25:57.582 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:25:57.583 [BundleStart #16] 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 
01:25:57.583 [BundleStart #16] 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) 
01:25:57.584 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:25:57.584 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:25:57.585 [BundleStart #16] 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 
01:25:57.585 [BundleStart #16] 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) 
01:25:57.585 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:25:57.585 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:25:57.586 [BundleStart #16] 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 
01:25:57.587 [BundleStart #16] 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) 
01:25:57.587 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:25:57.587 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:25:57.587 [BundleStart #16] 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 
01:25:57.588 [BundleStart #16] 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) 
01:25:57.588 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:25:57.588 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:25:57.589 [BundleStart #16] 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 
01:25:57.590 [BundleStart #16] 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) 
01:25:57.590 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:25:57.590 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:25:57.590 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:25:57.590 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:25:57.591 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:25:57.591 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:25:57.591 [BundleStart #16] 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 
01:25:57.592 [BundleStart #16] 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) 
01:25:57.592 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:25:57.592 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:25:57.594 [BundleStart #16] 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 
01:25:57.594 [BundleStart #16] 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) 
01:25:57.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:25:57.603 [BundleStart #16] 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)] 
01:25:57.604 [BundleStart #16] 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)] 
01:25:57.607 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:25:57.607 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:25:57.610 [BundleStart #16] 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)] 
01:25:57.613 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:25:57.613 [BundleStart #16] 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@48962db w/ reference null 
01:25:57.613 [BundleStart #16] 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@48962db w/ reference null 
01:25:57.615 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:25:57.618 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:25:57.629 [BundleStart #16] 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 
01:25:57.629 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:25:57.629 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:25:57.632 [BundleStart #16] 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 
01:25:57.632 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:25:57.633 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:25:57.634 [BundleStart #16] 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 
01:25:57.635 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:25:57.635 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:25:57.636 [BundleStart #16] 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 
01:25:57.636 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:25:57.636 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:25:57.638 [BundleStart #16] 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 
01:25:57.638 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:25:57.638 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:25:57.640 [BundleStart #16] 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 
01:25:57.641 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:25:57.641 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:25:57.657 [BundleStart #16] 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 
01:25:57.657 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:25:57.657 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:25:57.658 [BundleStart #16] 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 
01:25:57.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:25:57.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:25:57.660 [BundleStart #16] 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 
01:25:57.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:25:57.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:25:57.662 [BundleStart #16] 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 
01:25:57.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:25:57.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:25:57.664 [BundleStart #16] 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 
01:25:57.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:25:57.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:25:57.665 [BundleStart #16] 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 
01:25:57.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:25:57.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:25:57.667 [BundleStart #16] 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 
01:25:57.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:25:57.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:25:57.668 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:25:57.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:25:57.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:25:57.669 [BundleStart #16] 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 
01:25:57.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:25:57.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:25:57.673 [BundleStart #16] 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 
01:25:57.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:25:57.675 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.681 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:25:57.682 [BundleStart #17] 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 
01:25:57.682 [BundleStart #17] 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) 
01:25:57.683 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:25:57.683 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:25:57.684 [BundleStart #17] 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 
01:25:57.684 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:25:57.685 [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-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.687 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:25:57.688 [BundleStart #18] 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 
01:25:57.688 [BundleStart #18] 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) 
01:25:57.688 [BundleStart #18] 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)] 
01:25:57.698 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:25:57.699 [BundleStart #18] 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 
01:25:57.700 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:25:57.702 [BundleStart #18] 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)] 
01:25:57.702 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:25:57.703 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:25:57.703 [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@15ad271 
01:25:57.703 [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) 
01:25:57.704 [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) 
01:25:57.704 [BundleStart #18] 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 
01:25:57.704 [BundleStart #18] 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)] 
01:25:57.705 [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-knopflerfish/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 
01:25:57.706 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 
01:25:57.707 [BundleStart #19] 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 
01:25:57.707 [BundleStart #19] 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) 
01:25:57.708 [BundleStart #19] 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)] 
01:25:57.708 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle cardinality_0__1 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:25:57.709 [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 [Sat May 04 01:25:57 UTC 2024]; root of context hierarchy 
01:25:57.709 [BundleStart #19] 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 
01:25:57.709 [BundleStart #19] 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)] 
01:25:57.709 [BundleStart #19] 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)] 
01:25:57.709 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:25:57.710 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 
01:25:57.710 [BundleStart #19] 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 
01:25:57.711 [BundleStart #19] 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)] 
01:25:57.713 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:199 - org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test-bundle.properties was not found; using defaults 
01:25:57.713 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:511 - Post processing: creating test bundle 
01:25:57.715 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:25:57.768 [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] 
01:25:57.769 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:202 - Automatically creating Manifest for the test bundle 
01:25:57.770 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:366 - Using the test class for generating bundle imports 
01:25:57.772 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 
01:25:57.772 [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... 
01:25:57.776 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class Cardinality0to1Test 
01:25:57.788 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:25:57.789 [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... 
01:25:57.789 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest 
01:25:57.793 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:25:57.793 [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... 
01:25:57.793 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:25:57.795 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:25:57.795 [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... 
01:25:57.795 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:25:57.795 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 
01:25:57.796 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:25:57.796 [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 
01:25:57.796 [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} 
01:25:57.797 [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] 
01:25:57.797 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:25:57.797 [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] 
01:25:57.798 [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] 
01:25:57.798 [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]] 
01:25:57.798 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:25:57.798 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:25:57.799 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:25:57.799 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:25:57.799 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:25:57.799 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:25:57.799 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:25:57.800 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:25:57.800 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:25:57.800 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:25:57.800 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 
01:25:57.800 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 
01:25:57.801 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 
01:25:57.860 [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 
01:25:57.860 [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.* 
01:25:57.863 [BundleStart #20] 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)] 
01:25:57.864 [BundleStart #20] 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 
01:25:57.864 [BundleStart #20] 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) 
01:25:57.864 [BundleStart #20] 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)] 
01:25:57.865 [BundleStart #20] 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)] 
01:25:57.865 [BundleStart #20] 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 
01:25:57.866 [BundleStart #20] 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)] 
01:25:57.866 [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 
01:25:57.867 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:25:57.868 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:25:57.869 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:25:57.870 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:25:57.871 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
01:25:57.872 [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 
01:25:57.874 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:25:57.875 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:25:57.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:57.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:57.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:57.890 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:58.065 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:58.066 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:58.161 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 
01:25:58.166 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:58.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:58.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:58.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:58.215 [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@c35d7b0: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:25:58.270 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:25:58.270 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:25:58.272 [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} 
01:25:58.272 [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] 
01:25:58.289 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:25:58.294 [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@c35d7b0: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:25:58.294 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:25:58.295 [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@566a7d9 
01:25:58.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:25:58.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:25:58.296 [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) 
01:25:58.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:25:58.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:25:58.297 [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) 
01:25:58.297 [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) 
01:25:58.297 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:25:58.298 [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@15ad271 
01:25:58.298 [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) 
01:25:58.299 [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) 
01:25:58.299 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy 
01:25:58.299 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:25:58.301 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/cardinality0to1.xml] 
01:25:58.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:58.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:58.306 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:58.306 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:58.393 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:58.394 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:58.406 [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@4223c342: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 
01:25:58.407 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:25:58.407 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:25:58.407 [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} 
01:25:58.408 [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] 
01:25:58.409 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:25:58.409 [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@4223c342: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 
01:25:58.410 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:25:58.410 [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@566a7d9 
01:25:58.410 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
01:25:58.410 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:25:58.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 
01:25:58.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 
01:25:58.490 [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 
01:25:58.492 [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)] 
01:25:58.492 [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)] 
01:25:58.493 [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] 
01:25:58.493 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 
01:25:58.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:25:58.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:25:58.493 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 
01:25:58.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 
01:25:58.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:25:58.494 [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) 
01:25:58.497 [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@71c67404] 
01:25:58.497 [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@692086ef] 
Delaying for:0
01:25:58.504 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:25:58.505 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:25:58.506 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:25:58.507 [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 {} 
01:25:58.507 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:25:58.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:25:58.510 [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@5a2c2a93] 
01:25:58.558 [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 [Sat May 04 01:25:57 UTC 2024]; root of context hierarchy] 
01:25:58.561 [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} 
01:25:58.562 [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} 
01:25:58.563 [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 
01:25:58.563 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:25:58.565 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:25:58.565 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:25:58.565 [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. 
01:25:58.566 [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 
01:25:58.567 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:25:58.567 [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 
01:25:58.567 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:25:58.568 [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) 
01:25:58.568 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 
01:25:58.568 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:25:58.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:25:58.583 [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 
01:25:58.584 [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 
01:25:58.584 [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 
01:25:58.585 [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 
01:25:58.586 [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 
01:25:58.589 [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@1c197d5f] 
01:25:58.590 [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@416a0afa] 
01:25:58.591 [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)] 
01:25:58.591 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:25:58.591 [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@7a0f296b w/ reference null 
01:25:58.592 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:25:58.592 [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) 
01:25:58.593 [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@7a0f296b w/ reference null 
01:25:58.593 [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 
01:25:58.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:25:58.594 [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 
01:25:58.595 [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 
01:25:58.595 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:25:58.595 [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 
01:25:58.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@7bed97fc] 
01:25:58.597 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy] 
01:25:58.597 [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} 
01:25:58.598 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:25:58.598 [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 
01:25:58.599 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 
01:25:58.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:25:58.599 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:25:58.600 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:25:58.601 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:25:58.602 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:25:58.602 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:25:58.603 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:25:58.604 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:25:58.604 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:25:58.605 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:25:58.606 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:25:58.657 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:25:58.657 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:25:58.661 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:25:58.662 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:364 - Writing test name [test0to1Cardinality] to OSGi 
01:25:58.677 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 
01:25:58.678 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [test0to1Cardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1aa7ecca 
01:25:58.678 [main]            INFO  o.e.g.b.i.c.Cardinality0to1Test:190 - Loading context for locations:  
01:25:58.680 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy 
01:25:58.680 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:25:58.681 [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@6b81ce95: defining beans []; root of factory hierarchy 
01:25:58.681 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:25:58.682 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:25:58.682 [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} 
01:25:58.682 [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] 
01:25:58.683 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@515aebb0] 
01:25:58.683 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@dd8ba08] 
01:25:58.684 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@245b4bdc] 
01:25:58.684 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy] 
01:25:58.684 [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} 
01:25:58.685 [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} 
01:25:58.707 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:25:58.768 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy 
01:25:58.769 [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@18078bef] 
01:25:58.780 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy 
01:25:58.780 [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@18078bef] 
Starting dependency
01:25:58.783 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:25:58.784 [BundleStart #21] 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 
01:25:58.784 [BundleStart #21] 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) 
01:25:58.785 [BundleStart #21] 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)] 
01:25:58.786 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:25:58.786 [BundleStart #21] 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 
01:25:58.787 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:25:58.787 [BundleStart #21] 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)] 
01:25:58.787 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
01:25:58.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@15ad271 
01:25:58.788 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:25:58.788 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:25:58.788 [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) 
01:25:58.788 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy 
01:25:58.788 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:25:58.789 [BundleStart #21] 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 
01:25:58.789 [BundleStart #21] 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)] 
01:25:58.790 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:25:58.790 [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 
01:25:58.791 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:25:58.791 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:25:58.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:58.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:58.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:58.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:58.814 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:58.815 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:25:58.823 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:25:58.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:58.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:25:58.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:58.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:25:58.880 [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@67b36cf8: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:25:58.880 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:25:58.881 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:25:58.881 [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} 
01:25:58.881 [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] 
01:25:58.882 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:25:58.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@67b36cf8: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:25:58.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:25:58.883 [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@566a7d9 
01:25:58.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:25:58.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:25:58.884 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:25:58.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:25:58.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:25:58.884 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:25:58.884 [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) 
01:25:58.884 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:25:58.884 [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) 
01:25:58.885 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7892dbf8] 
01:25:58.885 [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@11eaa60c] 
01:25:58.893 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:25:58.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:25:58.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:25:58.894 [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 {} 
01:25:58.894 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:25:58.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@28ef75fb] bound to proxy 
01:25:58.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@28ef75fb] bound to proxy 
01:25:58.895 [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@7a0f296b w/ reference org.knopflerfish.framework.ServiceReferenceImpl@28ef75fb 
01:25:58.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2562d9a 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;@51c5c086, service.id=13} 
01:25:58.895 [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) 
01:25:58.896 [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@7a0f296b w/ reference org.knopflerfish.framework.ServiceReferenceImpl@28ef75fb 
01:25:58.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:25:58.896 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6d397f8b] 
01:25:58.897 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy] 
01:25:58.897 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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} 
01:25:58.898 [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} 
01:25:58.898 [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 
01:25:58.898 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
Dependency started
01:25:58.898 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=21] 
01:25:58.899 [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=13} 
01:25:58.900 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:25:58.900 [main]            TRACE o.e.g.b.i.c.Cardinality0to1Test:440 - Reading OSGi results for test [test0to1Cardinality] 
01:25:58.901 [main]            DEBUG o.e.g.b.i.c.Cardinality0to1Test:447 - Test[test0to1Cardinality]'s result read 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.255 sec - in org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test
01:25:58.906 [Thread-0]        INFO  o.e.g.b.i.c.Cardinality0to1Test:471 - Shutting down OSGi platform 
01:25:58.907 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:25:58.907 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18], BundleImpl[id=19], BundleImpl[id=21]] 
01:25:58.957 [Framework shutdown] 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 
01:25:58.957 [Thread-3]        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) 
01:25:58.957 [Framework shutdown] 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 
01:25:58.957 [Thread-3]        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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy 
01:25:58.958 [Thread-3]        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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy] 
01:25:59.060 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:25:59.066 [Framework shutdown] 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 [BundleImpl[id=19]] 
01:25:59.067 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19], BundleImpl[id=18]] 
01:25:59.068 [Framework shutdown] 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 
01:25:59.069 [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) 
01:25:59.069 [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@15ad271 
01:25:59.069 [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) 
01:25:59.069 [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) 
01:25:59.070 [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) 
01:25:59.070 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy 
01:25:59.070 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy] 
01:25:59.071 [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@7a0f296b w/ reference org.knopflerfish.framework.ServiceReferenceImpl@28ef75fb 
01:25:59.071 [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@2562d9a 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;@407b61f4, service.id=13} 
01:25:59.071 [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) 
01:25:59.071 [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@7a0f296b w/ reference org.knopflerfish.framework.ServiceReferenceImpl@28ef75fb 
01:25:59.072 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@28ef75fb] was unregistered and unbound from the service proxy 
01:25:59.072 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@28ef75fb] was unregistered and unbound from the service proxy 
01:25:59.072 [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=13} 
01:25:59.072 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:25:59.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
01:25:59.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15ad271 
01:25:59.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
01:25:59.074 [Framework shutdown] 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 
01:25:59.074 [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) 
01:25:59.074 [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@15ad271 
01:25:59.075 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:25:59.075 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:25:59.075 [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) 
01:25:59.075 [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 [Sat May 04 01:25:57 UTC 2024]; root of context hierarchy 
01:25:59.075 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Sat May 04 01:25:57 UTC 2024]; root of context hierarchy] 
01:25:59.076 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:25:59.076 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7e64938] 
01:25:59.076 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:25:59.076 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:25:59.076 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@15ad271 
01:25:59.077 [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 
01:25:59.077 [Framework shutdown] 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 
01:25:59.077 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21]] 
01:25:59.077 [Framework shutdown] 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 
01:25:59.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:25:59.078 [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@15ad271 
01:25:59.078 [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) 
01:25:59.078 [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) 
01:25:59.078 [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) 
01:25:59.078 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy 
01:25:59.078 [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 [Sat May 04 01:25:58 UTC 2024]; root of context hierarchy] 
01:25:59.079 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:25:59.079 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@28ef75fb] 
01:25:59.079 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:25:59.079 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:25:59.079 [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@15ad271 
01:25:59.079 [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 
01:25:59.079 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:25:59.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:25:59.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:25:59.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:25:59.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:25:59.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:25:59.082 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@22f27cd3 
01:25:59.082 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:25:59.082 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2c3586fd 
01:25:59.083 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@280a17a3 
01:25:59.083 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:25:59.084 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:25:59.084 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:00,213 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:00,406 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:00,409 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:00,466 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:00,507 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:00,509 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:00,557 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:00,568 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used
01:26:00,575 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:00,575 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:00,577 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:00,577 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:00,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:00,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:00,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:00,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:00,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:00,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:00,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:00,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:00,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:00,580 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:00,580 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:00,580 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:00,580 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:00,581 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:00,581 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:00,582 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest
01:26:00.760 [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.KnopflerfishPlatform 
01:26:00.765 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:85 - Instantiating platform wrapper... 
01:26:00.777 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6264584102310656498kf 
01:26:00.778 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:215 - About to start Knopflerfish OSGi Platform 
01:26:00.918 [main]            INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:00.922 [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=} 
01:26:00.923 [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} 
01:26:00.925 [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} 
01:26:00.926 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:01.122 [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] 
01:26:01.167 [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] 
01:26:01.173 [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] 
01:26:01.176 [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] 
01:26:01.184 [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] 
01:26:01.194 [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] 
01:26:01.196 [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] 
01:26:01.200 [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] 
01:26:01.205 [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] 
01:26:01.212 [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] 
01:26:01.271 [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] 
01:26:01.274 [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] 
01:26:01.279 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 
01:26:01.287 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:01.289 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:01.297 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:01.303 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:01.371 [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] 
01:26:01.381 [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] 
01:26:01.386 [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] 
01:26:01.388 [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] 
01:26:01.388 [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] 
01:26:01.389 [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] 
01:26:01.390 [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] 
01:26:01.393 [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] 
01:26:01.397 [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] 
01:26:01.398 [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] 
01:26:01.405 [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] 
01:26:01.405 [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] 
01:26:01.406 [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] 
01:26:01.409 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:01.411 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:01.413 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:01,477 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:01,520 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:01,522 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:01,562 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:01,588 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:01,590 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:01,594 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:01,601 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@f0224ac - No compression will be used
01:26:01,606 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:01,606 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:01,607 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:01,607 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:01,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:01,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:01,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:01,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:01,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:01,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:01,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:01,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:01,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:01,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:01,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:01,610 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:01,610 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:01,611 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:01,611 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:01,612 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3ab84e71 - Registering current configuration as safe fallback point
01:26:01.657 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:01.668 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:01.896 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:01.897 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:01.901 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:01.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:01.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:01.912 [BundleStart #16] 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 
01:26:01.912 [BundleStart #16] 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) 
01:26:01.916 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:01.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:01.918 [BundleStart #16] 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 
01:26:01.918 [BundleStart #16] 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) 
01:26:01.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:01.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:01.920 [BundleStart #16] 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 
01:26:01.920 [BundleStart #16] 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) 
01:26:01.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:01.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:01.921 [BundleStart #16] 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 
01:26:01.922 [BundleStart #16] 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) 
01:26:01.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:01.957 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:01.957 [BundleStart #16] 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 
01:26:01.958 [BundleStart #16] 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) 
01:26:01.958 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:01.958 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:01.959 [BundleStart #16] 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 
01:26:01.960 [BundleStart #16] 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) 
01:26:01.960 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:01.960 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:01.961 [BundleStart #16] 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 
01:26:01.961 [BundleStart #16] 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) 
01:26:01.961 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:01.961 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:01.962 [BundleStart #16] 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 
01:26:01.962 [BundleStart #16] 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) 
01:26:01.962 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:01.963 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:01.963 [BundleStart #16] 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 
01:26:01.964 [BundleStart #16] 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) 
01:26:01.964 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:01.964 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:01.965 [BundleStart #16] 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 
01:26:01.965 [BundleStart #16] 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) 
01:26:01.965 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:01.966 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:01.966 [BundleStart #16] 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 
01:26:01.967 [BundleStart #16] 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) 
01:26:01.967 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:01.967 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:01.967 [BundleStart #16] 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 
01:26:01.968 [BundleStart #16] 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) 
01:26:01.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:01.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:01.969 [BundleStart #16] 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 
01:26:01.969 [BundleStart #16] 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) 
01:26:01.969 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:01.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:01.970 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:01.970 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:01.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:01.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:01.971 [BundleStart #16] 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 
01:26:01.971 [BundleStart #16] 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) 
01:26:01.971 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:01.971 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:01.973 [BundleStart #16] 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 
01:26:01.973 [BundleStart #16] 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) 
01:26:01.973 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:01.982 [BundleStart #16] 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)] 
01:26:01.982 [BundleStart #16] 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)] 
01:26:01.985 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:01.986 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:01.989 [BundleStart #16] 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)] 
01:26:01.992 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:01.992 [BundleStart #16] 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@4c1951a9 w/ reference null 
01:26:01.992 [BundleStart #16] 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@4c1951a9 w/ reference null 
01:26:01.994 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:01.998 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:02.008 [BundleStart #16] 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 
01:26:02.009 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:02.009 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:02.012 [BundleStart #16] 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 
01:26:02.012 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:02.012 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:02.014 [BundleStart #16] 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 
01:26:02.015 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:02.015 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:02.016 [BundleStart #16] 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 
01:26:02.016 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:02.016 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:02.018 [BundleStart #16] 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 
01:26:02.018 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:02.018 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:02.020 [BundleStart #16] 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 
01:26:02.021 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:02.021 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:02.022 [BundleStart #16] 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 
01:26:02.022 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:02.022 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:02.056 [BundleStart #16] 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 
01:26:02.057 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:02.057 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:02.058 [BundleStart #16] 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 
01:26:02.059 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:02.059 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:02.060 [BundleStart #16] 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 
01:26:02.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:02.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:02.062 [BundleStart #16] 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 
01:26:02.063 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:02.063 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:02.063 [BundleStart #16] 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 
01:26:02.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:02.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:02.066 [BundleStart #16] 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 
01:26:02.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:02.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:02.067 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:02.067 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:02.068 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:02.068 [BundleStart #16] 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 
01:26:02.069 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:02.069 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:02.072 [BundleStart #16] 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 
01:26:02.072 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:02.073 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:02.080 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:02.080 [BundleStart #17] 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 
01:26:02.081 [BundleStart #17] 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) 
01:26:02.081 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:02.081 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:02.082 [BundleStart #17] 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 
01:26:02.083 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:02.085 [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 
01:26:02.085 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:511 - Post processing: creating test bundle 
01:26:02.098 [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] 
01:26:02.099 [main]            INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:202 - Automatically creating Manifest for the test bundle 
01:26:02.100 [main]            INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:366 - Using the test class for generating bundle imports 
01:26:02.102 [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 
01:26:02.102 [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... 
01:26:02.106 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class CallingResourceOnDifferentBundlesTest 
01:26:02.120 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:02.120 [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... 
01:26:02.121 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest 
01:26:02.123 [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 
01:26:02.123 [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... 
01:26:02.124 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:02.125 [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 
01:26:02.126 [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... 
01:26:02.126 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:02.127 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:02.127 [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 
01:26:02.128 [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} 
01:26:02.128 [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] 
01:26:02.128 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:02.129 [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] 
01:26:02.129 [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] 
01:26:02.129 [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]] 
01:26:02.130 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:02.130 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:02.130 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:02.130 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:02.131 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:02.131 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:02.131 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:02.131 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:02.131 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:02.132 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:02.132 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
01:26:02.132 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 
01:26:02.132 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 
01:26:02.132 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 
01:26:02.133 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 
01:26:02.133 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 
01:26:02.133 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 
01:26:02.133 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 
01:26:02.133 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
01:26:02.141 [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 
01:26:02.142 [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.* 
01:26:02.145 [BundleStart #18] 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)] 
01:26:02.145 [BundleStart #18] 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 
01:26:02.146 [BundleStart #18] 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) 
01:26:02.146 [BundleStart #18] 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)] 
01:26:02.146 [BundleStart #18] 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)] 
01:26:02.147 [BundleStart #18] 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 
01:26:02.147 [BundleStart #18] 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)] 
01:26:02.147 [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 
01:26:02.148 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:02.157 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:02.158 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:02.160 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:02.161 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:02.161 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:02.162 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:02.162 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:02.163 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:02.163 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:02.164 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:02.164 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:02.165 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:02.166 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:02.166 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:02.167 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:02.167 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:02.167 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:02.178 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:02.179 [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. 
01:26:02.180 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:364 - Writing test name [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] to OSGi 
01:26:02.193 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] for execution inside OSGi 
01:26:02.194 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e58a80e 
01:26:02.194 [main]            INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:190 - Loading context for locations:  
01:26:02.208 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=TestBundle-testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent-org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest, config=): startup date [Sat May 04 01:26:02 UTC 2024]; root of context hierarchy 
01:26:02.214 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:02.235 [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@1f2586d6: defining beans []; root of factory hierarchy 
01:26:02.245 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:02.246 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:02.247 [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} 
01:26:02.248 [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] 
01:26:02.251 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@158a8276] 
01:26:02.252 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3c3d9b6b] 
01:26:02.254 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5aebe890] 
01:26:02.257 [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 [Sat May 04 01:26:02 UTC 2024]; root of context hierarchy] 
01:26:02.260 [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} 
01:26:02.261 [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} 
01:26:02.300 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:02.300 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=9] for sending replayes events; last one was null 
01:26:02.301 [main]            TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:440 - Reading OSGi results for test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] 
01:26:02.302 [main]            DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:447 - Test[testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent]'s result read 
01:26:02.303 [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.KnopflerfishPlatform 
Platform name is org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform
01:26:02.303 [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.KnopflerfishPlatform 
01:26:02.304 [main]            WARN  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:183 - **** org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest.testCallGetResourcesOnADifferentBundle disabled in this environment: Total disabled tests=1 
01:26:02.304 [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.KnopflerfishPlatform 
Platform name is org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform
01:26:02.304 [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.KnopflerfishPlatform 
01:26:02.305 [main]            WARN  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:183 - **** org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest.testCallGetResourceOnADifferentBundle disabled in this environment: Total disabled tests=2 
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest
01:26:02.308 [Thread-0]        INFO  o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:471 - Shutting down OSGi platform 
01:26:02.309 [Thread-3]        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) 
01:26:02.309 [Thread-3]        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 [Sat May 04 01:26:02 UTC 2024]; root of context hierarchy 
01:26:02.309 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:02.310 [Thread-3]        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 [Sat May 04 01:26:02 UTC 2024]; root of context hierarchy] 
01:26:02.310 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:02.311 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:02.311 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:02.311 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:02.312 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:02.312 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:02.312 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:02.312 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:02.313 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:02.314 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:02.315 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:02.315 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:03,030 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:03,164 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:03,168 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:03,191 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:03,230 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:03,232 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:03,238 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:03,257 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:26:03,265 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:03,265 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:03,267 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:03,268 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:03,268 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:03,268 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:03,268 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:03,268 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:03,269 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:03,269 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:03,269 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:03,269 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:03,269 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:03,269 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:03,269 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:03,270 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:03,270 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:03,271 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:03,271 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:03,272 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.io.IoTest
01:26:03.394 [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.KnopflerfishPlatform 
01:26:03.399 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:85 - Instantiating platform wrapper... 
01:26:03.412 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5564392360010709838kf 
01:26:03.412 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:215 - About to start Knopflerfish OSGi Platform 
01:26:03.538 [main]            INFO  o.e.g.b.i.compliance.io.IoTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:03.542 [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=} 
01:26:03.543 [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} 
01:26:03.544 [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} 
01:26:03.545 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:03.677 [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] 
01:26:03.693 [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] 
01:26:03.699 [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] 
01:26:03.701 [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] 
01:26:03.710 [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] 
01:26:03.720 [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] 
01:26:03.722 [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] 
01:26:03.727 [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] 
01:26:03.732 [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] 
01:26:03.738 [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] 
01:26:03.764 [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] 
01:26:03.766 [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] 
01:26:03.771 [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] 
01:26:03.782 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:03.786 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:03.791 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:03.795 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:03.814 [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] 
01:26:03.822 [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] 
01:26:03.827 [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] 
01:26:03.829 [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] 
01:26:03.830 [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] 
01:26:03.831 [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] 
01:26:03.831 [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] 
01:26:03.859 [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] 
01:26:03.863 [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] 
01:26:03.863 [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] 
01:26:03.870 [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] 
01:26:03.871 [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] 
01:26:03.872 [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] 
01:26:03.876 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:03.877 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:03.879 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:03,909 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:03,949 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:03,952 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:03,963 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:03,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:03,991 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:03,995 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:04,003 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1b8485e3 - No compression will be used
01:26:04,008 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:04,008 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:04,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:04,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:04,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:04,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:04,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:04,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:04,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:04,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:04,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:04,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:04,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:04,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:04,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:04,013 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:04,013 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:04,014 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:04,014 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:04,015 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2c2f26a4 - Registering current configuration as safe fallback point
01:26:04.028 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:04.039 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:04.193 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:04.194 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:04.199 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:04.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:04.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:04.209 [BundleStart #16] 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 
01:26:04.209 [BundleStart #16] 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) 
01:26:04.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:04.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:04.216 [BundleStart #16] 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 
01:26:04.216 [BundleStart #16] 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) 
01:26:04.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:04.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:04.218 [BundleStart #16] 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 
01:26:04.218 [BundleStart #16] 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) 
01:26:04.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:04.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:04.220 [BundleStart #16] 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 
01:26:04.220 [BundleStart #16] 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) 
01:26:04.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:04.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:04.222 [BundleStart #16] 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 
01:26:04.222 [BundleStart #16] 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) 
01:26:04.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:04.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:04.224 [BundleStart #16] 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 
01:26:04.224 [BundleStart #16] 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) 
01:26:04.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:04.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:04.225 [BundleStart #16] 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 
01:26:04.225 [BundleStart #16] 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) 
01:26:04.225 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:04.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:04.227 [BundleStart #16] 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 
01:26:04.227 [BundleStart #16] 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) 
01:26:04.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:04.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:04.228 [BundleStart #16] 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 
01:26:04.228 [BundleStart #16] 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) 
01:26:04.229 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:04.229 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:04.230 [BundleStart #16] 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 
01:26:04.230 [BundleStart #16] 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) 
01:26:04.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:04.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:04.232 [BundleStart #16] 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 
01:26:04.232 [BundleStart #16] 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) 
01:26:04.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:04.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:04.233 [BundleStart #16] 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 
01:26:04.233 [BundleStart #16] 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) 
01:26:04.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:04.234 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:04.235 [BundleStart #16] 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 
01:26:04.235 [BundleStart #16] 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) 
01:26:04.235 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:04.236 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:04.236 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:04.236 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:04.236 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:04.237 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:04.237 [BundleStart #16] 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 
01:26:04.237 [BundleStart #16] 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) 
01:26:04.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:04.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:04.240 [BundleStart #16] 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 
01:26:04.240 [BundleStart #16] 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) 
01:26:04.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:04.250 [BundleStart #16] 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)] 
01:26:04.250 [BundleStart #16] 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)] 
01:26:04.257 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:04.257 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:04.261 [BundleStart #16] 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)] 
01:26:04.263 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:04.263 [BundleStart #16] 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@6748a355 w/ reference null 
01:26:04.264 [BundleStart #16] 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@6748a355 w/ reference null 
01:26:04.265 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:04.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:04.279 [BundleStart #16] 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 
01:26:04.279 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:04.280 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:04.283 [BundleStart #16] 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 
01:26:04.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:04.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:04.286 [BundleStart #16] 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 
01:26:04.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:04.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:04.287 [BundleStart #16] 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 
01:26:04.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:04.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:04.289 [BundleStart #16] 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 
01:26:04.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:04.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:04.292 [BundleStart #16] 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 
01:26:04.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:04.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:04.294 [BundleStart #16] 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 
01:26:04.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:04.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:04.295 [BundleStart #16] 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 
01:26:04.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:04.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:04.297 [BundleStart #16] 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 
01:26:04.297 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:04.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:04.299 [BundleStart #16] 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 
01:26:04.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:04.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:04.301 [BundleStart #16] 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 
01:26:04.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:04.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:04.303 [BundleStart #16] 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 
01:26:04.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:04.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:04.306 [BundleStart #16] 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 
01:26:04.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:04.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:04.307 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:04.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:04.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:04.308 [BundleStart #16] 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 
01:26:04.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:04.309 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:04.312 [BundleStart #16] 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 
01:26:04.312 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:04.313 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:04.319 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:04.321 [BundleStart #17] 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 
01:26:04.321 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:04.321 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:04.322 [BundleStart #17] 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 
01:26:04.322 [BundleStart #17] 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) 
01:26:04.322 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:04.324 [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 
01:26:04.325 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:511 - Post processing: creating test bundle 
01:26:04.325 [main]            INFO  o.e.g.b.i.compliance.io.IoTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
01:26:04.339 [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] 
01:26:04.339 [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]] 
01:26:04.340 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:04.340 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:04.340 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:04.340 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:04.340 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:04.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:04.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:04.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:04.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:04.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:04.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
01:26:04.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 
01:26:04.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 
01:26:04.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 
01:26:04.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 
01:26:04.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 
01:26:04.343 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 
01:26:04.343 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 
01:26:04.343 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
01:26:04.343 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
01:26:04.343 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:26:04.351 [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 
01:26:04.351 [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.* 
01:26:04.357 [BundleStart #18] 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)] 
01:26:04.358 [BundleStart #18] 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 
01:26:04.358 [BundleStart #18] 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)] 
01:26:04.358 [BundleStart #18] 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)] 
01:26:04.359 [BundleStart #18] 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 
01:26:04.359 [BundleStart #18] 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) 
01:26:04.359 [BundleStart #18] 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)] 
01:26:04.359 [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 
01:26:04.360 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:04.362 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:04.362 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:04.363 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:04.364 [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. 
01:26:04.365 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:04.365 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:04.365 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:04.366 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:04.367 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:04.367 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:04.368 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:04.368 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:04.369 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:04.369 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:04.370 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:04.370 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:04.371 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:04.371 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:04.372 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:04.373 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnMetaInf] to OSGi 
01:26:04.387 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnMetaInf] for execution inside OSGi 
01:26:04.387 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnMetaInf] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4d9e68d0 
01:26:04.388 [main]            INFO  o.e.g.b.i.compliance.io.IoTest:190 - Loading context for locations:  
01:26:04.401 [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 [Sat May 04 01:26:04 UTC 2024]; root of context hierarchy 
01:26:04.408 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:04.427 [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@7c7a06ec: defining beans []; root of factory hierarchy 
01:26:04.437 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:04.437 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:04.438 [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} 
01:26:04.439 [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] 
01:26:04.442 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5e5d171f] 
01:26:04.443 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@24313fcc] 
01:26:04.445 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@23348b5d] 
01:26:04.448 [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 [Sat May 04 01:26:04 UTC 2024]; root of context hierarchy] 
01:26:04.450 [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} 
01:26:04.452 [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} 
bundle://18/META-INF/
01:26:04.490 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.490 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnMetaInf] 
01:26:04.491 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnMetaInf]'s result read 
01:26:04.492 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntry] to OSGi 
01:26:04.493 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntry] for execution inside OSGi 
01:26:04.494 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetFolderEntry] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@fd07cbb 
01:26:04.494 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.494 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntry] 
01:26:04.495 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntry]'s result read 
01:26:04.495 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testURLFolderReturnsProperPathForFolders] to OSGi 
01:26:04.496 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLFolderReturnsProperPathForFolders] for execution inside OSGi 
01:26:04.496 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testURLFolderReturnsProperPathForFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@484970b0 
01:26:04.497 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.497 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testURLFolderReturnsProperPathForFolders] 
01:26:04.497 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testURLFolderReturnsProperPathForFolders]'s result read 
01:26:04.498 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntries] to OSGi 
01:26:04.498 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntries] for execution inside OSGi 
01:26:04.499 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetFolderEntries] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4470f8a6 
01:26:04.499 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.499 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntries] 
01:26:04.500 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntries]'s result read 
01:26:04.500 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntriesShouldReturnFoldersOnRoot] to OSGi 
01:26:04.501 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntriesShouldReturnFoldersOnRoot] for execution inside OSGi 
01:26:04.501 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntriesShouldReturnFoldersOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7c83dc97 
01:26:04.502 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.502 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntriesShouldReturnFoldersOnRoot] 
01:26:04.502 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntriesShouldReturnFoldersOnRoot]'s result read 
01:26:04.503 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnSubFolders] to OSGi 
01:26:04.503 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnSubFolders] for execution inside OSGi 
01:26:04.503 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnSubFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7748410a 
01:26:04.504 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.504 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnSubFolders] 
01:26:04.504 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testFindEntriesOnSubFolders]'s result read 
01:26:04.505 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceSOnRoot] to OSGi 
01:26:04.505 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRoot] for execution inside OSGi 
01:26:04.506 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceSOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@740773a3 
getResources('/') = {bundle://18/}
01:26:04.506 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.506 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceSOnRoot] 
01:26:04.507 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceSOnRoot]'s result read 
01:26:04.507 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntryOnRoot] to OSGi 
01:26:04.508 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnRoot] for execution inside OSGi 
01:26:04.508 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@37f1104d 
01:26:04.508 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.509 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntryOnRoot] 
01:26:04.509 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntryOnRoot]'s result read 
01:26:04.509 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnRoot] to OSGi 
01:26:04.510 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRoot] for execution inside OSGi 
01:26:04.510 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnRoot] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55740540 
getResource('/') = bundle://18/
01:26:04.511 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.511 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnRoot] 
01:26:04.511 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnRoot]'s result read 
01:26:04.512 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnFolders] to OSGi 
01:26:04.512 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFolders] for execution inside OSGi 
01:26:04.513 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@60015ef5 
01:26:04.513 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:04.513 [main]            TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnFolders] 
01:26:04.514 [main]            DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testFindEntriesOnFolders]'s result read 
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.125 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.IoTest
01:26:04.518 [Thread-0]        INFO  o.e.g.b.i.compliance.io.IoTest:471 - Shutting down OSGi platform 
01:26:04.519 [Thread-3]        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) 
01:26:04.519 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:04.519 [Thread-3]        INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat May 04 01:26:04 UTC 2024]; root of context hierarchy 
01:26:04.519 [Thread-3]        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 [Sat May 04 01:26:04 UTC 2024]; root of context hierarchy] 
01:26:04.520 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:04.520 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:04.520 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:04.521 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:04.521 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:04.521 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:04.521 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:04.522 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:04.523 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:04.523 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:04.524 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:04.524 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:05,204 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:05,325 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:05,328 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:05,351 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:05,389 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:05,392 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:05,398 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:05,408 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:26:05,416 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:05,416 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:05,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:05,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:05,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:05,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:05,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:05,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:05,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:05,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:05,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:05,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:05,420 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:05,420 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:05,421 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:05,422 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:05,422 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:05,423 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest
01:26:05.548 [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.KnopflerfishPlatform 
01:26:05.553 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:85 - Instantiating platform wrapper... 
01:26:05.566 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3341612051337791510kf 
01:26:05.567 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:215 - About to start Knopflerfish OSGi Platform 
01:26:05.674 [main]            INFO  o.e.g.b.i.c.i.BundleClassPathTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:05.677 [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=} 
01:26:05.678 [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} 
01:26:05.680 [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} 
01:26:05.681 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:05.811 [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] 
01:26:05.827 [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] 
01:26:05.832 [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] 
01:26:05.835 [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] 
01:26:05.843 [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] 
01:26:05.854 [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] 
01:26:05.856 [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] 
01:26:05.860 [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] 
01:26:05.866 [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] 
01:26:05.871 [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] 
01:26:05.889 [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] 
01:26:05.892 [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] 
01:26:05.896 [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] 
01:26:05.904 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:05.906 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:05.910 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:05.914 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:05.930 [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] 
01:26:05.966 [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] 
01:26:05.972 [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] 
01:26:05.974 [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] 
01:26:05.975 [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] 
01:26:05.976 [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] 
01:26:05.977 [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] 
01:26:05.980 [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] 
01:26:05.984 [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] 
01:26:05.985 [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] 
01:26:05.992 [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] 
01:26:05.992 [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] 
01:26:05.993 [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] 
01:26:05.996 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:05.998 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:06.000 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:06,029 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:06,072 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:06,075 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:06,086 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:06,112 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:06,114 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:06,118 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:06,125 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@d4ab299 - No compression will be used
01:26:06,129 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:06,129 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:06,131 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:06,131 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:06,132 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:06,132 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:06,132 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:06,132 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:06,132 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:06,133 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:06,133 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:06,133 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:06,133 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:06,133 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:06,133 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:06,134 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:06,134 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:06,134 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:06,135 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:06,135 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@12e54a6 - Registering current configuration as safe fallback point
01:26:06.148 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:06.159 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:06.308 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:06.309 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:06.313 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:06.317 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:06.322 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:06.323 [BundleStart #16] 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 
01:26:06.323 [BundleStart #16] 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) 
01:26:06.324 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:06.324 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:06.326 [BundleStart #16] 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 
01:26:06.326 [BundleStart #16] 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) 
01:26:06.326 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:06.326 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:06.327 [BundleStart #16] 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 
01:26:06.328 [BundleStart #16] 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) 
01:26:06.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:06.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:06.329 [BundleStart #16] 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 
01:26:06.329 [BundleStart #16] 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) 
01:26:06.329 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:06.329 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:06.330 [BundleStart #16] 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 
01:26:06.330 [BundleStart #16] 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) 
01:26:06.330 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:06.331 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:06.332 [BundleStart #16] 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 
01:26:06.332 [BundleStart #16] 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) 
01:26:06.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:06.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:06.333 [BundleStart #16] 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 
01:26:06.333 [BundleStart #16] 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) 
01:26:06.334 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:06.334 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:06.334 [BundleStart #16] 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 
01:26:06.335 [BundleStart #16] 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) 
01:26:06.335 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:06.335 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:06.336 [BundleStart #16] 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 
01:26:06.336 [BundleStart #16] 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) 
01:26:06.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:06.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:06.337 [BundleStart #16] 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 
01:26:06.337 [BundleStart #16] 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) 
01:26:06.337 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:06.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:06.339 [BundleStart #16] 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 
01:26:06.339 [BundleStart #16] 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) 
01:26:06.339 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:06.339 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:06.340 [BundleStart #16] 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 
01:26:06.340 [BundleStart #16] 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) 
01:26:06.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:06.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:06.342 [BundleStart #16] 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 
01:26:06.342 [BundleStart #16] 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) 
01:26:06.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:06.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:06.342 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:06.343 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:06.343 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:06.343 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:06.343 [BundleStart #16] 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 
01:26:06.344 [BundleStart #16] 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) 
01:26:06.344 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:06.344 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:06.345 [BundleStart #16] 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 
01:26:06.346 [BundleStart #16] 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) 
01:26:06.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:06.364 [BundleStart #16] 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)] 
01:26:06.365 [BundleStart #16] 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)] 
01:26:06.367 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:06.368 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:06.371 [BundleStart #16] 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)] 
01:26:06.373 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:06.373 [BundleStart #16] 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@48962db w/ reference null 
01:26:06.374 [BundleStart #16] 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@48962db w/ reference null 
01:26:06.375 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:06.378 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:06.388 [BundleStart #16] 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 
01:26:06.389 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:06.389 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:06.392 [BundleStart #16] 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 
01:26:06.392 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:06.392 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:06.394 [BundleStart #16] 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 
01:26:06.394 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:06.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:06.395 [BundleStart #16] 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 
01:26:06.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:06.396 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:06.397 [BundleStart #16] 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 
01:26:06.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:06.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:06.399 [BundleStart #16] 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 
01:26:06.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:06.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:06.400 [BundleStart #16] 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 
01:26:06.401 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:06.401 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:06.402 [BundleStart #16] 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 
01:26:06.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:06.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:06.403 [BundleStart #16] 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 
01:26:06.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:06.404 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:06.405 [BundleStart #16] 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 
01:26:06.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:06.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:06.406 [BundleStart #16] 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 
01:26:06.407 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:06.407 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:06.407 [BundleStart #16] 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 
01:26:06.408 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:06.408 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:06.410 [BundleStart #16] 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 
01:26:06.410 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:06.410 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:06.411 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:06.411 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:06.411 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:06.412 [BundleStart #16] 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 
01:26:06.412 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:06.412 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:06.415 [BundleStart #16] 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 
01:26:06.416 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:06.417 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:06.423 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:06.424 [BundleStart #17] 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 
01:26:06.424 [BundleStart #17] 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) 
01:26:06.425 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:06.425 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:06.430 [BundleStart #17] 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 
01:26:06.430 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:06.432 [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 
01:26:06.433 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:511 - Post processing: creating test bundle 
01:26:06.444 [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] 
01:26:06.445 [main]            INFO  o.e.g.b.i.c.i.BundleClassPathTest:202 - Automatically creating Manifest for the test bundle 
01:26:06.446 [main]            INFO  o.e.g.b.i.c.i.BundleClassPathTest:366 - Using the test class for generating bundle imports 
01:26:06.448 [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 
01:26:06.448 [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... 
01:26:06.457 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BundleClassPathTest 
01:26:06.471 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:06.472 [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... 
01:26:06.472 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest 
01:26:06.475 [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 
01:26:06.475 [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... 
01:26:06.475 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:06.477 [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 
01:26:06.477 [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... 
01:26:06.477 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:06.478 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:06.478 [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 
01:26:06.479 [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} 
01:26:06.479 [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] 
01:26:06.480 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:06.480 [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] 
01:26:06.480 [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] 
01:26:06.481 [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]] 
01:26:06.481 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:06.481 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:06.482 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 
01:26:06.482 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 
01:26:06.482 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 
01:26:06.482 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 
01:26:06.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 
01:26:06.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 
01:26:06.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 
01:26:06.483 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 
01:26:06.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 
01:26:06.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 
01:26:06.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
01:26:06.484 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 
01:26:06.485 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:06.485 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:06.485 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:06.485 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:06.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:06.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:06.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
01:26:06.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 
01:26:06.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 
01:26:06.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 
01:26:06.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 
01:26:06.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 
01:26:06.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 
01:26:06.488 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 
01:26:06.488 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
01:26:06.500 [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 
01:26:06.500 [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.* 
01:26:06.504 [BundleStart #18] 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)] 
01:26:06.504 [BundleStart #18] 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 
01:26:06.505 [BundleStart #18] 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) 
01:26:06.505 [BundleStart #18] 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)] 
01:26:06.505 [BundleStart #18] 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)] 
01:26:06.506 [BundleStart #18] 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 
01:26:06.506 [BundleStart #18] 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)] 
01:26:06.506 [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 
01:26:06.507 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:06.509 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:06.510 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:06.511 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:06.512 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:06.512 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:06.513 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:06.513 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:06.514 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:06.515 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:06.515 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:06.516 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:06.516 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:06.517 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:06.517 [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. 
01:26:06.518 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:06.519 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:06.519 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:06.520 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:06.521 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:06.522 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideFolderOnClassPath] to OSGi 
01:26:06.536 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideFolderOnClassPath] for execution inside OSGi 
01:26:06.536 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 
01:26:06.537 [main]            INFO  o.e.g.b.i.c.i.BundleClassPathTest:190 - Loading context for locations:  
01:26:06.550 [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 [Sat May 04 01:26:06 UTC 2024]; root of context hierarchy 
01:26:06.556 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:06.575 [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@6150c3ec: defining beans []; root of factory hierarchy 
01:26:06.585 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:06.585 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:06.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} 
01:26:06.587 [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] 
01:26:06.591 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@66d18979] 
01:26:06.591 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@bccb269] 
01:26:06.594 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4e50c791] 
01:26:06.597 [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 [Sat May 04 01:26:06 UTC 2024]; root of context hierarchy] 
01:26:06.599 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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} 
01:26:06.601 [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} 
01:26:06.637 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.638 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideFolderOnClassPath] 
01:26:06.639 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideFolderOnClassPath]'s result read 
01:26:06.640 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideBundle] to OSGi 
01:26:06.641 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideBundle] for execution inside OSGi 
01:26:06.641 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@343570b7 
01:26:06.642 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.642 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideBundle] 
01:26:06.643 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideBundle]'s result read 
01:26:06.643 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideJarOnClassPath] to OSGi 
01:26:06.644 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideJarOnClassPath] for execution inside OSGi 
01:26:06.644 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@157853da 
running testtestFindEntriesOnFileJustInsideJarOnClassPath
01:26:06.645 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.645 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideJarOnClassPath] 
01:26:06.646 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideJarOnClassPath]'s result read 
01:26:06.646 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileOnBundleClassPathAndBundleJar] to OSGi 
01:26:06.647 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileOnBundleClassPathAndBundleJar] for execution inside OSGi 
01:26:06.647 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileOnBundleClassPathAndBundleJar] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@71c3b41 
01:26:06.648 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.648 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileOnBundleClassPathAndBundleJar] 
01:26:06.648 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileOnBundleClassPathAndBundleJar]'s result read 
01:26:06.649 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnClassInsideBundle] to OSGi 
01:26:06.649 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnClassInsideBundle] for execution inside OSGi 
01:26:06.650 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnClassInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@236e3f4e 
01:26:06.650 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.651 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnClassInsideBundle] 
01:26:06.651 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnClassInsideBundle]'s result read 
01:26:06.651 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideFolderOnClassPath] to OSGi 
01:26:06.652 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideFolderOnClassPath] for execution inside OSGi 
01:26:06.652 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFindEntriesOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cc1435c 
running testtestFindEntriesOnFileJustInsideFolderOnClassPath
01:26:06.653 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.653 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideFolderOnClassPath] 
01:26:06.654 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideFolderOnClassPath]'s result read 
01:26:06.654 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideFolderOnClassPath] to OSGi 
01:26:06.655 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideFolderOnClassPath] for execution inside OSGi 
01:26:06.655 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnFileJustInsideFolderOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6bf0219d 
running testtestGetEntryOnFileJustInsideFolderOnClassPath
01:26:06.655 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.656 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideFolderOnClassPath] 
01:26:06.656 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideFolderOnClassPath]'s result read 
01:26:06.656 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideJarOnClassPath] to OSGi 
01:26:06.657 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideJarOnClassPath] for execution inside OSGi 
01:26:06.657 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetEntryOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@dd0c991 
running testtestGetEntryOnFileJustInsideJarOnClassPath
01:26:06.658 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.658 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideJarOnClassPath] 
01:26:06.658 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideJarOnClassPath]'s result read 
01:26:06.659 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] to OSGi 
01:26:06.659 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] for execution inside OSGi 
01:26:06.659 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5f16132a 
running test testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle
found res bundle://18/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file
found res bundle://18:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file
found res bundle://18:2/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file
01:26:06.660 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.661 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] 
01:26:06.661 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle]'s result read 
01:26:06.661 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideJarOnClassPath] to OSGi 
01:26:06.662 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideJarOnClassPath] for execution inside OSGi 
01:26:06.662 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnFileJustInsideJarOnClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@69fb6037 
01:26:06.662 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:06.663 [main]            TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideJarOnClassPath] 
01:26:06.663 [main]            DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideJarOnClassPath]'s result read 
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.12 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest
01:26:06.668 [Thread-3]        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) 
01:26:06.668 [Thread-3]        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 [Sat May 04 01:26:06 UTC 2024]; root of context hierarchy 
01:26:06.668 [Thread-3]        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 [Sat May 04 01:26:06 UTC 2024]; root of context hierarchy] 
01:26:06.671 [Thread-0]        INFO  o.e.g.b.i.c.i.BundleClassPathTest:471 - Shutting down OSGi platform 
01:26:06.671 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:06.672 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:06.673 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:06.673 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:06.673 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:06.673 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:06.674 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:06.674 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:06.674 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:06.676 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:06.676 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:06.677 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:06.678 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:07,408 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:07,543 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:07,546 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:07,570 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:07,612 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:07,614 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:07,620 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:07,631 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:26:07,657 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:07,657 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:07,659 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:07,659 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:07,659 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:07,659 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:07,660 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:07,660 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:07,660 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:07,660 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:07,660 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:07,660 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:07,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:07,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:07,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:07,661 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:07,661 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:07,662 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:07,662 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:07,663 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.io.FragmentTest
01:26:07.805 [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.KnopflerfishPlatform 
01:26:07.810 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:85 - Instantiating platform wrapper... 
01:26:07.825 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1838005398345146568kf 
01:26:07.825 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:215 - About to start Knopflerfish OSGi Platform 
01:26:07.945 [main]            INFO  o.e.g.b.i.c.io.FragmentTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:07.950 [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=} 
01:26:07.951 [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} 
01:26:07.953 [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} 
01:26:07.957 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:08.113 [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] 
01:26:08.136 [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] 
01:26:08.142 [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] 
01:26:08.145 [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] 
01:26:08.153 [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] 
01:26:08.165 [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] 
01:26:08.167 [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] 
01:26:08.171 [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] 
01:26:08.177 [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] 
01:26:08.192 [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] 
01:26:08.203 [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] 
01:26:08.206 [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] 
01:26:08.211 [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] 
01:26:08.220 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08.223 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08.228 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08.260 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08.264 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08.267 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08.285 [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] 
01:26:08.293 [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] 
01:26:08.298 [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] 
01:26:08.300 [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] 
01:26:08.301 [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] 
01:26:08.302 [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] 
01:26:08.303 [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] 
01:26:08.306 [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] 
01:26:08.309 [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] 
01:26:08.310 [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] 
01:26:08.317 [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] 
01:26:08.317 [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] 
01:26:08.318 [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] 
01:26:08.322 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08.324 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08.326 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08,362 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:08,403 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:08,406 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:08,417 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:08,445 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:08,447 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:08,451 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:08,458 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d8d27e0 - No compression will be used
01:26:08,464 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:08,464 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:08,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:08,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:08,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:08,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26: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
01:26: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
01:26: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
01:26:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:08,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:08,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:08,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:08,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:08,468 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:08,468 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:08,468 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:08,469 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:08,470 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:08,470 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@50e1ec8f - Registering current configuration as safe fallback point
01:26:08.484 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:08.496 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:08.644 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:08.649 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:08.654 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:08.658 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:08.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:08.664 [BundleStart #16] 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 
01:26:08.664 [BundleStart #16] 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) 
01:26:08.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:08.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:08.666 [BundleStart #16] 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 
01:26:08.667 [BundleStart #16] 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) 
01:26:08.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:08.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:08.668 [BundleStart #16] 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 
01:26:08.668 [BundleStart #16] 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) 
01:26:08.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:08.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:08.669 [BundleStart #16] 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 
01:26:08.670 [BundleStart #16] 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) 
01:26:08.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:08.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:08.671 [BundleStart #16] 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 
01:26:08.671 [BundleStart #16] 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) 
01:26:08.671 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:08.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:08.673 [BundleStart #16] 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 
01:26:08.673 [BundleStart #16] 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) 
01:26:08.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:08.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:08.674 [BundleStart #16] 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 
01:26:08.674 [BundleStart #16] 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) 
01:26:08.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:08.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:08.675 [BundleStart #16] 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 
01:26:08.675 [BundleStart #16] 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) 
01:26:08.675 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:08.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:08.676 [BundleStart #16] 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 
01:26:08.676 [BundleStart #16] 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) 
01:26:08.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:08.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:08.678 [BundleStart #16] 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 
01:26:08.678 [BundleStart #16] 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) 
01:26:08.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:08.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:08.679 [BundleStart #16] 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 
01:26:08.679 [BundleStart #16] 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) 
01:26:08.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:08.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:08.680 [BundleStart #16] 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 
01:26:08.680 [BundleStart #16] 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) 
01:26:08.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:08.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:08.682 [BundleStart #16] 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 
01:26:08.682 [BundleStart #16] 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) 
01:26:08.682 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:08.682 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:08.683 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:08.683 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:08.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:08.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:08.684 [BundleStart #16] 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 
01:26:08.684 [BundleStart #16] 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) 
01:26:08.684 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:08.685 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:08.687 [BundleStart #16] 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 
01:26:08.687 [BundleStart #16] 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) 
01:26:08.687 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:08.697 [BundleStart #16] 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)] 
01:26:08.697 [BundleStart #16] 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)] 
01:26:08.700 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:08.700 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:08.704 [BundleStart #16] 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)] 
01:26:08.706 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:08.706 [BundleStart #16] 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@4a2772b9 w/ reference null 
01:26:08.706 [BundleStart #16] 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@4a2772b9 w/ reference null 
01:26:08.708 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:08.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:08.723 [BundleStart #16] 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 
01:26:08.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:08.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:08.727 [BundleStart #16] 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 
01:26:08.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:08.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:08.729 [BundleStart #16] 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 
01:26:08.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:08.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:08.731 [BundleStart #16] 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 
01:26:08.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:08.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:08.732 [BundleStart #16] 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 
01:26:08.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:08.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:08.736 [BundleStart #16] 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 
01:26:08.736 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:08.736 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:08.737 [BundleStart #16] 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 
01:26:08.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:08.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:08.738 [BundleStart #16] 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 
01:26:08.739 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:08.739 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:08.740 [BundleStart #16] 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 
01:26:08.741 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:08.741 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:08.757 [BundleStart #16] 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 
01:26:08.758 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:08.758 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:08.759 [BundleStart #16] 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 
01:26:08.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:08.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:08.761 [BundleStart #16] 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 
01:26:08.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:08.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:08.763 [BundleStart #16] 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 
01:26:08.763 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:08.763 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:08.764 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:08.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:08.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:08.765 [BundleStart #16] 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 
01:26:08.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:08.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:08.769 [BundleStart #16] 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 
01:26:08.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:08.770 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:08.776 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:08.777 [BundleStart #17] 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 
01:26:08.777 [BundleStart #17] 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) 
01:26:08.777 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:08.778 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:08.779 [BundleStart #17] 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 
01:26:08.779 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:08.779 [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-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:26:08.780 [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-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:26:08.782 [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 
01:26:08.782 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:511 - Post processing: creating test bundle 
01:26:08.782 [main]            INFO  o.e.g.b.i.c.io.FragmentTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
01:26:08.858 [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] 
01:26:08.859 [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]] 
01:26:08.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:08.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:08.859 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 
01:26:08.860 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 
01:26:08.860 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 
01:26:08.860 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 
01:26:08.860 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 
01:26:08.860 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 
01:26:08.861 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 
01:26:08.861 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 
01:26:08.861 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 
01:26:08.861 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 
01:26:08.862 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
01:26:08.862 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 
01:26:08.862 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/ 
01:26:08.862 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/ 
01:26:08.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/MANIFEST.MF 
01:26:08.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/resource.res 
01:26:08.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback-test.xml 
01:26:08.863 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback.xml 
01:26:08.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 
01:26:08.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 
01:26:08.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /norootcpbundle.jar 
01:26:08.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:08.864 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:08.865 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:08.865 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:08.865 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:08.865 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:08.866 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:08.866 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:08.866 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 
01:26:08.866 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 
01:26:08.866 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 
01:26:08.867 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 
01:26:08.867 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 
01:26:08.867 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 
01:26:08.867 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 
01:26:08.868 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
01:26:08.868 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 
01:26:08.868 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 
01:26:08.869 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 
01:26:08.869 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 
01:26:08.869 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 
01:26:08.869 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 
01:26:08.870 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 
01:26:08.870 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
01:26:08.870 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 
01:26:08.870 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 
01:26:08.870 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 
01:26:08.871 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
01:26:08.871 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:26:08.871 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:26:08.872 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:26:08.872 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:26:08.872 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:26:08.872 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:26:08.873 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:26:08.873 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:26:08.873 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:26:08.873 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 
01:26:08.873 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 
01:26:08.874 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 
01:26:08.874 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
01:26:08.874 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
01:26:08.875 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
01:26:08.875 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
01:26:08.875 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 
01:26:08.875 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 
01:26:08.875 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
01:26:08.876 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
01:26:08.876 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
01:26:08.876 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 
01:26:08.876 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 
01:26:08.877 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 
01:26:08.877 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
01:26:08.877 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 
01:26:08.877 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
01:26:08.878 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 
01:26:08.878 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 
01:26:08.878 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 
01:26:08.878 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 
01:26:08.879 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 
01:26:08.879 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 
01:26:08.879 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 
01:26:08.879 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 
01:26:08.879 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 
01:26:08.880 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 
01:26:08.880 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 
01:26:08.880 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 
01:26:08.880 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 
01:26:08.881 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 
01:26:08.881 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 
01:26:08.881 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 
01:26:08.882 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 
01:26:08.882 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 
01:26:08.882 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 
01:26:08.882 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 
01:26:08.883 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 
01:26:08.883 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 
01:26:08.883 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 
01:26:08.883 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 
01:26:08.883 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 
01:26:08.884 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 
01:26:08.884 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 
01:26:08.884 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 
01:26:08.884 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 
01:26:08.885 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 
01:26:08.885 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 
01:26:08.885 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 
01:26:08.885 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 
01:26:08.885 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 
01:26:08.886 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
01:26:08.886 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 
01:26:08.886 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 
01:26:08.886 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 
01:26:08.886 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 
01:26:08.887 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 
01:26:08.887 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 
01:26:08.887 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 
01:26:08.887 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 
01:26:08.888 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 
01:26:08.888 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
01:26:08.888 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:26:08.888 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
01:26:08.889 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
01:26:08.889 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
01:26:08.889 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
01:26:08.889 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
01:26:08.890 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
01:26:08.890 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
01:26:08.890 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
01:26:08.890 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
01:26:08.891 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
01:26:08.891 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
01:26:08.891 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
01:26:08.891 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
01:26:08.892 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
01:26:08.892 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
01:26:08.892 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
01:26:08.892 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
01:26:08.893 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 
01:26:08.893 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 
01:26:08.893 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 
01:26:08.893 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 
01:26:08.894 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 
01:26:08.894 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 
01:26:08.894 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 
01:26:08.894 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 
01:26:08.894 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 
01:26:08.895 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 
01:26:08.895 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 
01:26:08.895 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 
01:26:08.895 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 
01:26:08.896 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 
01:26:08.896 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 
01:26:08.896 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 
01:26:08.896 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 
01:26:08.897 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 
01:26:08.897 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 
01:26:08.897 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 
01:26:08.897 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 
01:26:08.898 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 
01:26:08.898 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 
01:26:08.898 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 
01:26:08.898 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 
01:26:08.899 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 
01:26:08.899 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 
01:26:08.899 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 
01:26:08.899 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 
01:26:08.900 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 
01:26:08.900 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 
01:26:08.900 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 
01:26:08.900 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 
01:26:08.900 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 
01:26:08.901 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 
01:26:08.901 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 
01:26:08.901 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 
01:26:08.901 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 
01:26:08.902 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 
01:26:08.902 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 
01:26:08.902 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 
01:26:08.902 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 
01:26:08.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 
01:26:08.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 
01:26:08.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 
01:26:08.903 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 
01:26:08.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 
01:26:08.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 
01:26:08.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 
01:26:08.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 
01:26:08.904 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 
01:26:08.905 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 
01:26:08.905 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 
01:26:08.905 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 
01:26:08.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 
01:26:08.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 
01:26:08.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 
01:26:08.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 
01:26:08.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 
01:26:08.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 
01:26:08.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 
01:26:08.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
01:26:08.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 
01:26:08.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
01:26:08.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 
01:26:08.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
01:26:08.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 
01:26:08.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 
01:26:08.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 
01:26:08.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
01:26:08.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
01:26:08.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
01:26:08.910 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
01:26:08.911 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
01:26:08.911 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
01:26:08.911 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
01:26:08.911 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
01:26:08.912 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
01:26:08.912 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
01:26:08.912 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
01:26:08.912 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
01:26:08.913 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
01:26:08.913 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
01:26:08.913 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
01:26:08.913 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ 
01:26:08.914 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.MF 
01:26:08.914 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.class 
01:26:08.914 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceListTst.class 
01:26:08.914 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTest.MF 
01:26:08.915 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTst.class 
01:26:08.915 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ 
01:26:08.915 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$CollectionListener.class 
01:26:08.915 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$ReferenceListener.class 
01:26:08.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents.class 
01:26:08.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/importers.xml 
01:26:08.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 
01:26:08.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 
01:26:08.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 
01:26:08.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 
01:26:08.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
01:26:08.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 
01:26:08.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 
01:26:08.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 
01:26:08.918 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
01:26:08.918 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
01:26:08.918 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
01:26:08.918 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
01:26:08.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 
01:26:08.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 
01:26:08.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 
01:26:08.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 
01:26:08.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 
01:26:08.920 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-723.jar 
01:26:08.920 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-exp.jar 
01:26:08.920 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-imp.jar 
01:26:08.992 [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 
01:26:08.993 [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.* 
01:26:09.001 [BundleStart #20] 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)] 
01:26:09.002 [BundleStart #20] 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 
01:26:09.003 [BundleStart #20] 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) 
01:26:09.003 [BundleStart #20] 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)] 
01:26:09.003 [BundleStart #20] 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)] 
01:26:09.005 [BundleStart #20] 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 
01:26:09.006 [BundleStart #20] 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)] 
01:26:09.006 [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 
01:26:09.007 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:09.009 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:09.010 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:09.011 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:09.013 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:09.013 [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 
01:26:09.013 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:09.014 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:09.015 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:09.016 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:09.017 [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. 
01:26:09.017 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:09.018 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:09.018 [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 
01:26:09.019 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:09.019 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:09.020 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:09.021 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:09.022 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:09.022 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:09.023 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:09.025 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:09.025 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragmentsRecursively] to OSGi 
01:26:09.041 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragmentsRecursively] for execution inside OSGi 
01:26:09.041 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragmentsRecursively] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5fdcaa40 
01:26:09.042 [main]            INFO  o.e.g.b.i.c.io.FragmentTest:190 - Loading context for locations:  
01:26:09.057 [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 [Sat May 04 01:26:09 UTC 2024]; root of context hierarchy 
01:26:09.065 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:09.089 [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@22555ebf: defining beans []; root of factory hierarchy 
01:26:09.102 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:09.102 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:09.104 [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} 
01:26:09.104 [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] 
01:26:09.109 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@38afe297] 
01:26:09.110 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2df3b89c] 
01:26:09.113 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@ae13544] 
01:26:09.116 [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 [Sat May 04 01:26:09 UTC 2024]; root of context hierarchy] 
01:26:09.119 [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} 
01:26:09.121 [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} 
{bundle://18/fragment.folder/nested.folder/, bundle://19/fragment.folder/nested.folder/}
01:26:09.183 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.184 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragmentsRecursively] 
01:26:09.185 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragmentsRecursively]'s result read 
01:26:09.186 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFoldersInFragmentsAndOwner] to OSGi 
01:26:09.187 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFoldersInFragmentsAndOwner] for execution inside OSGi 
01:26:09.187 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFoldersInFragmentsAndOwner] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55740540 
{bundle://20/META-INF/, bundle://18/META-INF/, bundle://19/META-INF/}
01:26:09.188 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.188 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFoldersInFragmentsAndOwner] 
01:26:09.189 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFoldersInFragmentsAndOwner]'s result read 
01:26:09.189 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment1] to OSGi 
01:26:09.190 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment1] for execution inside OSGi 
01:26:09.190 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@60015ef5 
{bundle://18/fragment1.folder/nested.folder.1/nested.file.1.1}
01:26:09.191 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.191 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment1] 
01:26:09.191 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment1]'s result read 
01:26:09.192 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment2] to OSGi 
01:26:09.192 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment2] for execution inside OSGi 
01:26:09.193 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2f54a33d 
{bundle://19/fragment2.folder/nested.folder.2/nested.file.2.2}
01:26:09.194 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.194 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment2] 
01:26:09.194 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment2]'s result read 
01:26:09.195 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragments] to OSGi 
01:26:09.195 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragments] for execution inside OSGi 
01:26:09.196 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFileOnlyInFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1018bde2 
{bundle://18/fragment.folder/nested.folder/nested.file, bundle://19/fragment.folder/nested.folder/nested.file}
01:26:09.197 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.197 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragments] 
01:26:09.197 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragments]'s result read 
01:26:09.198 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceOnRootDir] to OSGi 
01:26:09.198 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRootDir] for execution inside OSGi 
01:26:09.198 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceOnRootDir] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@65b3f4a4 
bundle://20/
01:26:09.199 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.200 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceOnRootDir] 
01:26:09.200 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceOnRootDir]'s result read 
01:26:09.201 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment1] to OSGi 
01:26:09.201 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment1] for execution inside OSGi 
01:26:09.201 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@f2ff811 
{bundle://18/fragment1.file}
01:26:09.203 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.203 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment1] 
01:26:09.203 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment1]'s result read 
01:26:09.204 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment2] to OSGi 
01:26:09.204 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment2] for execution inside OSGi 
01:26:09.205 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@568ff82 
{bundle://19/fragment2.file}
01:26:09.206 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.206 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment2] 
01:26:09.206 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment2]'s result read 
01:26:09.207 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment1] to OSGi 
01:26:09.207 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment1] for execution inside OSGi 
01:26:09.208 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@50caa560 
{bundle://18/fragment1.folder/nested.folder.1/}
01:26:09.209 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.209 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment1] 
01:26:09.209 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment1]'s result read 
01:26:09.210 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment2] to OSGi 
01:26:09.210 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment2] for execution inside OSGi 
01:26:09.211 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2a266d09 
{bundle://19/fragment2.folder/nested.folder.2/}
01:26:09.212 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.212 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment2] 
01:26:09.212 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment2]'s result read 
01:26:09.213 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragments] to OSGi 
01:26:09.213 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragments] for execution inside OSGi 
01:26:09.214 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNestedFolderOnlyInFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5ab9e72c 
{bundle://18/fragment.folder/nested.folder/, bundle://19/fragment.folder/nested.folder/}
01:26:09.215 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.215 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragments] 
01:26:09.215 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragments]'s result read 
01:26:09.216 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment1] to OSGi 
01:26:09.216 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment1] for execution inside OSGi 
01:26:09.217 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderOnlyInFragment1] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@186f8716 
{bundle://18/fragment1.folder/}
01:26:09.218 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.218 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment1] 
01:26:09.218 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment1]'s result read 
01:26:09.219 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment2] to OSGi 
01:26:09.219 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment2] for execution inside OSGi 
01:26:09.220 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderOnlyInFragment2] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1d8bd0de 
{bundle://19/fragment2.folder/}
01:26:09.221 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.221 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment2] 
01:26:09.221 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment2]'s result read 
01:26:09.222 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testFolderOnlyInHost] to OSGi 
01:26:09.222 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolderOnlyInHost] for execution inside OSGi 
01:26:09.223 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFolderOnlyInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@45ca843 
{bundle://20/org/eclipse/gemini/blueprint/iandt/bundleScope/}
01:26:09.224 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.224 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testFolderOnlyInHost] 
01:26:09.225 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testFolderOnlyInHost]'s result read 
01:26:09.225 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderOnlyInFragmentsButNotInHost] to OSGi 
01:26:09.225 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderOnlyInFragmentsButNotInHost] for execution inside OSGi 
01:26:09.226 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCommonFolderOnlyInFragmentsButNotInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@11c9af63 
{bundle://18/fragment.folder/nested.folder/, bundle://19/fragment.folder/nested.folder/}
01:26:09.227 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.227 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderOnlyInFragmentsButNotInHost] 
01:26:09.227 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderOnlyInFragmentsButNotInHost]'s result read 
01:26:09.228 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceSOnRootDir] to OSGi 
01:26:09.230 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRootDir] for execution inside OSGi 
01:26:09.230 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGetResourceSOnRootDir] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3943a2be 
{bundle://20/, bundle://18/, bundle://19/}
01:26:09.233 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.233 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceSOnRootDir] 
01:26:09.233 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceSOnRootDir]'s result read 
01:26:09.234 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testDuplicateFilesInHostAndFragments] to OSGi 
01:26:09.234 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDuplicateFilesInHostAndFragments] for execution inside OSGi 
01:26:09.235 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDuplicateFilesInHostAndFragments] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cc1435c 
{bundle://20/org/eclipse/gemini/blueprint/iandt/io/duplicate.file, bundle://18/org/eclipse/gemini/blueprint/iandt/io/duplicate.file, bundle://19/org/eclipse/gemini/blueprint/iandt/io/duplicate.file}
01:26:09.236 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.236 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testDuplicateFilesInHostAndFragments] 
01:26:09.236 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testDuplicateFilesInHostAndFragments]'s result read 
01:26:09.237 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderInFragmentsAndHost] to OSGi 
01:26:09.238 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderInFragmentsAndHost] for execution inside OSGi 
01:26:09.238 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCommonFolderInFragmentsAndHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6bf0219d 
{bundle://20/org/eclipse/gemini/, bundle://18/org/eclipse/gemini/, bundle://19/org/eclipse/gemini/}
01:26:09.239 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.239 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderInFragmentsAndHost] 
01:26:09.240 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderInFragmentsAndHost]'s result read 
01:26:09.240 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInHostBundle] to OSGi 
01:26:09.241 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInHostBundle] for execution inside OSGi 
01:26:09.241 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnlyInHostBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@dd0c991 
{bundle://20/logback.xml}
01:26:09.242 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.242 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInHostBundle] 
01:26:09.243 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInHostBundle]'s result read 
01:26:09.243 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileInBothFragmentsButNotInHost] to OSGi 
01:26:09.244 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileInBothFragmentsButNotInHost] for execution inside OSGi 
01:26:09.244 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileInBothFragmentsButNotInHost] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5f16132a 
{bundle://18/fragment.file, bundle://19/fragment.file}
01:26:09.245 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.245 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileInBothFragmentsButNotInHost] 
01:26:09.246 [main]            DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileInBothFragmentsButNotInHost]'s result read 
01:26:09.246 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderCommonInFragmentsAlone] to OSGi 
01:26:09.247 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderCommonInFragmentsAlone] for execution inside OSGi 
01:26:09.247 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFolderCommonInFragmentsAlone] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@69fb6037 
{bundle://18/fragment.folder/, bundle://19/fragment.folder/}
01:26:09.259 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:09.259 [main]            TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderCommonInFragmentsAlone] 
01:26:09.259 [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: 1.461 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.FragmentTest
01:26:09.263 [Thread-0]        INFO  o.e.g.b.i.c.io.FragmentTest:471 - Shutting down OSGi platform 
01:26:09.264 [Thread-3]        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) 
01:26:09.264 [Thread-3]        INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat May 04 01:26:09 UTC 2024]; root of context hierarchy 
01:26:09.264 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:09.264 [Thread-3]        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 [Sat May 04 01:26:09 UTC 2024]; root of context hierarchy] 
01:26:09.265 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:09.265 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:09.265 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:09.265 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:09.265 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:09.265 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:09.266 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:09.266 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:09.267 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:26:09.268 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:09.269 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:09.270 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:09,980 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:10,118 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:10,121 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:10,149 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:10,188 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:10,191 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:10,197 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:10,207 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7791a895 - No compression will be used
01:26:10,215 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:10,215 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:10,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:10,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:10,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:10,217 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:10,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:10,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
01:26:10,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
01:26:10,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:10,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:10,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:10,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:10,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:10,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:10,219 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:10,219 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:10,220 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:10,220 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:10,221 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3701eaf6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest
01:26:10.351 [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.KnopflerfishPlatform 
01:26:10.356 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:85 - Instantiating platform wrapper... 
01:26:10.369 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8369590123292752858kf 
01:26:10.370 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:215 - About to start Knopflerfish OSGi Platform 
01:26:10.486 [main]            INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:10.490 [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=} 
01:26:10.491 [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} 
01:26:10.493 [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} 
01:26:10.494 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:10.627 [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] 
01:26:10.642 [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] 
01:26:10.648 [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] 
01:26:10.650 [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] 
01:26:10.659 [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] 
01:26:10.670 [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] 
01:26:10.672 [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] 
01:26:10.676 [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] 
01:26:10.682 [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] 
01:26:10.692 [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] 
01:26:10.716 [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] 
01:26:10.719 [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] 
01:26:10.724 [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] 
01:26:10.733 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:10.757 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:10.762 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:10.767 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:10.785 [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] 
01:26:10.793 [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] 
01:26:10.798 [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] 
01:26:10.800 [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] 
01:26:10.801 [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] 
01:26:10.802 [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] 
01:26:10.803 [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] 
01:26:10.806 [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] 
01:26:10.809 [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] 
01:26:10.810 [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] 
01:26:10.816 [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] 
01:26:10.817 [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] 
01:26:10.817 [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] 
01:26:10.821 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:10.823 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:10.825 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:10,877 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:10,918 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:10,921 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:10,932 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:10,957 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:10,959 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:10,963 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:10,971 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4855fb31 - No compression will be used
01:26:10,975 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:10,975 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:10,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:10,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:10,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:10,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:10,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:10,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:10,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:10,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:10,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:10,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:10,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:10,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:10,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:10,979 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:10,980 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:10,980 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:10,980 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:10,981 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3f796aa4 - Registering current configuration as safe fallback point
01:26:10.995 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:11.007 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:11.167 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:11.168 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:11.173 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:11.176 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:11.181 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:11.183 [BundleStart #16] 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 
01:26:11.183 [BundleStart #16] 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) 
01:26:11.187 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:11.188 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:11.189 [BundleStart #16] 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 
01:26:11.190 [BundleStart #16] 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) 
01:26:11.190 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:11.190 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:11.191 [BundleStart #16] 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 
01:26:11.192 [BundleStart #16] 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) 
01:26:11.192 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:11.192 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:11.193 [BundleStart #16] 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 
01:26:11.193 [BundleStart #16] 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) 
01:26:11.193 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:11.193 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:11.194 [BundleStart #16] 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 
01:26:11.194 [BundleStart #16] 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) 
01:26:11.195 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:11.195 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:11.196 [BundleStart #16] 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 
01:26:11.196 [BundleStart #16] 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) 
01:26:11.197 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:11.197 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:11.197 [BundleStart #16] 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 
01:26:11.198 [BundleStart #16] 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) 
01:26:11.198 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:11.198 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:11.199 [BundleStart #16] 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 
01:26:11.199 [BundleStart #16] 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) 
01:26:11.199 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:11.200 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:11.200 [BundleStart #16] 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 
01:26:11.201 [BundleStart #16] 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) 
01:26:11.201 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:11.201 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:11.202 [BundleStart #16] 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 
01:26:11.202 [BundleStart #16] 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) 
01:26:11.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:11.203 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:11.203 [BundleStart #16] 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 
01:26:11.204 [BundleStart #16] 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) 
01:26:11.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:11.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:11.205 [BundleStart #16] 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 
01:26:11.205 [BundleStart #16] 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) 
01:26:11.205 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:11.205 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:11.206 [BundleStart #16] 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 
01:26:11.207 [BundleStart #16] 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) 
01:26:11.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:11.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:11.207 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:11.207 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:11.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:11.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:11.208 [BundleStart #16] 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 
01:26:11.209 [BundleStart #16] 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) 
01:26:11.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:11.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:11.211 [BundleStart #16] 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 
01:26:11.211 [BundleStart #16] 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) 
01:26:11.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:11.220 [BundleStart #16] 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)] 
01:26:11.221 [BundleStart #16] 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)] 
01:26:11.224 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:11.224 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:11.227 [BundleStart #16] 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)] 
01:26:11.229 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:11.230 [BundleStart #16] 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@621212fd w/ reference null 
01:26:11.231 [BundleStart #16] 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@621212fd w/ reference null 
01:26:11.232 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:11.236 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:11.248 [BundleStart #16] 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 
01:26:11.249 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:11.249 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:11.258 [BundleStart #16] 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 
01:26:11.258 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:11.259 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:11.261 [BundleStart #16] 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 
01:26:11.262 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:11.262 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:11.263 [BundleStart #16] 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 
01:26:11.263 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:11.263 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:11.265 [BundleStart #16] 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 
01:26:11.265 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:11.266 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:11.267 [BundleStart #16] 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 
01:26:11.268 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:11.268 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:11.269 [BundleStart #16] 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 
01:26:11.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:11.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:11.270 [BundleStart #16] 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 
01:26:11.271 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:11.271 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:11.272 [BundleStart #16] 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 
01:26:11.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:11.273 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:11.274 [BundleStart #16] 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 
01:26:11.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:11.275 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:11.276 [BundleStart #16] 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 
01:26:11.276 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:11.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:11.277 [BundleStart #16] 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 
01:26:11.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:11.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:11.280 [BundleStart #16] 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 
01:26:11.280 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:11.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:11.281 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:11.282 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:11.282 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:11.282 [BundleStart #16] 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 
01:26:11.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:11.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:11.286 [BundleStart #16] 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 
01:26:11.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:11.288 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:11.294 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:11.295 [BundleStart #17] 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 
01:26:11.296 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:11.296 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:11.297 [BundleStart #17] 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 
01:26:11.297 [BundleStart #17] 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) 
01:26:11.297 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:11.299 [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 
01:26:11.299 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:511 - Post processing: creating test bundle 
01:26:11.311 [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] 
01:26:11.311 [main]            INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:202 - Automatically creating Manifest for the test bundle 
01:26:11.312 [main]            INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:366 - Using the test class for generating bundle imports 
01:26:11.314 [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 
01:26:11.314 [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... 
01:26:11.318 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class ServiceAvailableDuringUnregistrationTest 
01:26:11.331 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:11.331 [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... 
01:26:11.331 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest 
01:26:11.335 [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 
01:26:11.335 [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... 
01:26:11.336 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:11.337 [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 
01:26:11.337 [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... 
01:26:11.338 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:11.338 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:11.339 [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 
01:26:11.339 [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} 
01:26:11.339 [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] 
01:26:11.340 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:11.340 [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] 
01:26:11.340 [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] 
01:26:11.340 [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]] 
01:26:11.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:11.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:11.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:11.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:11.341 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:11.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:11.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:11.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:11.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:11.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:11.342 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 
01:26:11.343 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 
01:26:11.343 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 
01:26:11.343 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 
01:26:11.358 [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 
01:26:11.359 [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.* 
01:26:11.361 [BundleStart #18] 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)] 
01:26:11.362 [BundleStart #18] 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 
01:26:11.362 [BundleStart #18] 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)] 
01:26:11.363 [BundleStart #18] 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)] 
01:26:11.363 [BundleStart #18] 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 
01:26:11.363 [BundleStart #18] 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) 
01:26:11.363 [BundleStart #18] 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)] 
01:26:11.364 [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 
01:26:11.364 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:11.366 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:11.366 [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. 
01:26:11.367 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:11.368 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:11.369 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:11.369 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:11.369 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:11.370 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:11.371 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:11.371 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:11.372 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:11.372 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:11.373 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:11.373 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:11.374 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:11.374 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:11.375 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:11.375 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:11.376 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:11.377 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:364 - Writing test name [testServiceAliveDuringUnregistration] to OSGi 
01:26:11.390 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAliveDuringUnregistration] for execution inside OSGi 
01:26:11.391 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceAliveDuringUnregistration] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:26:11.391 [main]            INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:190 - Loading context for locations:  
01:26:11.405 [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 [Sat May 04 01:26:11 UTC 2024]; root of context hierarchy 
01:26:11.411 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:11.432 [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@6a78afa0: defining beans []; root of factory hierarchy 
01:26:11.443 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:11.443 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:11.444 [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} 
01:26:11.445 [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] 
01:26:11.449 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 
01:26:11.449 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 
01:26:11.452 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 
01:26:11.455 [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 [Sat May 04 01:26:11 UTC 2024]; root of context hierarchy] 
01:26:11.457 [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} 
01:26:11.458 [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} 
01:26:11.495 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:11.496 [main]            TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:440 - Reading OSGi results for test [testServiceAliveDuringUnregistration] 
01:26:11.497 [main]            DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:447 - Test[testServiceAliveDuringUnregistration]'s result read 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 sec - in org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest
01:26:11.501 [Thread-0]        INFO  o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:471 - Shutting down OSGi platform 
01:26:11.502 [Thread-3]        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) 
01:26:11.502 [Thread-3]        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 [Sat May 04 01:26:11 UTC 2024]; root of context hierarchy 
01:26:11.502 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:11.503 [Thread-3]        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 [Sat May 04 01:26:11 UTC 2024]; root of context hierarchy] 
01:26:11.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:11.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:11.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:11.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:11.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:11.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:11.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:11.505 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:11.505 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:11.506 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:11.507 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:11.507 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:12,159 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:12,291 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:12,294 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:12,318 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:12,360 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:12,362 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:12,369 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:12,380 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7791a895 - No compression will be used
01:26:12,389 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:12,389 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:12,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:12,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:12,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:12,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:12,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:12,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:12,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:12,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:12,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:12,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:12,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:12,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:12,394 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:12,394 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:12,394 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:12,395 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:12,395 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:12,396 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3701eaf6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest
01:26:12.520 [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.KnopflerfishPlatform 
01:26:12.525 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:85 - Instantiating platform wrapper... 
01:26:12.538 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2172211417613686619kf 
01:26:12.538 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:215 - About to start Knopflerfish OSGi Platform 
01:26:12.663 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:12.667 [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=} 
01:26:12.668 [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} 
01:26:12.670 [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} 
01:26:12.671 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:12.819 [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] 
01:26:12.839 [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] 
01:26:12.844 [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] 
01:26:12.847 [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] 
01:26:12.856 [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] 
01:26:12.870 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 
01:26:12.874 [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] 
01:26:12.878 [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] 
01:26:12.883 [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] 
01:26:12.890 [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] 
01:26:12.911 [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] 
01:26:12.914 [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] 
01:26:12.919 [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] 
01:26:12.928 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:12.930 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:12.960 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:12.964 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:12.982 [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] 
01:26:12.990 [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] 
01:26:12.996 [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] 
01:26:12.998 [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] 
01:26:12.999 [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] 
01:26:12.999 [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] 
01:26:13.000 [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] 
01:26:13.004 [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] 
01:26:13.010 [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] 
01:26:13.011 [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] 
01:26:13.020 [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] 
01:26:13.021 [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] 
01:26:13.022 [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] 
01:26:13.027 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:13.029 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:13.032 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:13,066 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:13,106 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:13,108 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:13,120 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:13,146 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:13,148 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:13,152 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:13,159 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used
01:26:13,164 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:13,164 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:13,166 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:13,166 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:13,166 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:13,166 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:13,167 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:13,167 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:13,167 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:13,167 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:13,167 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:13,167 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:13,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:13,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:13,168 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:13,168 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:13,168 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:13,169 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:13,169 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:13,170 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point
01:26:13.183 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:13.193 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:13.337 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:13.338 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:13.342 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:13.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:13.350 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:13.352 [BundleStart #16] 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 
01:26:13.352 [BundleStart #16] 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) 
01:26:13.356 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:13.357 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:13.359 [BundleStart #16] 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 
01:26:13.359 [BundleStart #16] 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) 
01:26:13.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:13.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:13.360 [BundleStart #16] 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 
01:26:13.361 [BundleStart #16] 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) 
01:26:13.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:13.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:13.362 [BundleStart #16] 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 
01:26:13.362 [BundleStart #16] 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) 
01:26:13.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:13.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:13.364 [BundleStart #16] 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 
01:26:13.364 [BundleStart #16] 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) 
01:26:13.364 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:13.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:13.366 [BundleStart #16] 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 
01:26:13.366 [BundleStart #16] 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) 
01:26:13.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:13.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:13.367 [BundleStart #16] 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 
01:26:13.368 [BundleStart #16] 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) 
01:26:13.368 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:13.368 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:13.369 [BundleStart #16] 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 
01:26:13.369 [BundleStart #16] 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) 
01:26:13.369 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:13.370 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:13.370 [BundleStart #16] 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 
01:26:13.370 [BundleStart #16] 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) 
01:26:13.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:13.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:13.372 [BundleStart #16] 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 
01:26:13.372 [BundleStart #16] 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) 
01:26:13.372 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:13.373 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:13.373 [BundleStart #16] 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 
01:26:13.374 [BundleStart #16] 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) 
01:26:13.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:13.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:13.375 [BundleStart #16] 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 
01:26:13.375 [BundleStart #16] 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) 
01:26:13.375 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:13.375 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:13.376 [BundleStart #16] 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 
01:26:13.377 [BundleStart #16] 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) 
01:26:13.377 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:13.377 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:13.377 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:13.378 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:13.378 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:13.378 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:13.378 [BundleStart #16] 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 
01:26:13.379 [BundleStart #16] 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) 
01:26:13.379 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:13.379 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:13.381 [BundleStart #16] 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 
01:26:13.381 [BundleStart #16] 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) 
01:26:13.381 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:13.390 [BundleStart #16] 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)] 
01:26:13.390 [BundleStart #16] 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)] 
01:26:13.393 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:13.394 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:13.397 [BundleStart #16] 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)] 
01:26:13.399 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:13.400 [BundleStart #16] 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@5c653c92 w/ reference null 
01:26:13.400 [BundleStart #16] 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@5c653c92 w/ reference null 
01:26:13.401 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:13.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:13.415 [BundleStart #16] 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 
01:26:13.415 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:13.416 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:13.418 [BundleStart #16] 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 
01:26:13.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:13.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:13.421 [BundleStart #16] 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 
01:26:13.421 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:13.422 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:13.422 [BundleStart #16] 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 
01:26:13.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:13.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:13.424 [BundleStart #16] 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 
01:26:13.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:13.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:13.427 [BundleStart #16] 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 
01:26:13.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:13.428 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:13.428 [BundleStart #16] 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 
01:26:13.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:13.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:13.430 [BundleStart #16] 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 
01:26:13.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:13.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:13.431 [BundleStart #16] 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 
01:26:13.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:13.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:13.433 [BundleStart #16] 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 
01:26:13.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:13.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:13.435 [BundleStart #16] 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 
01:26:13.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:13.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:13.437 [BundleStart #16] 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 
01:26:13.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:13.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:13.439 [BundleStart #16] 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 
01:26:13.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:13.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:13.441 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:13.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:13.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:13.442 [BundleStart #16] 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 
01:26:13.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:13.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:13.446 [BundleStart #16] 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 
01:26:13.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:13.448 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:13.464 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:13.465 [BundleStart #17] 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 
01:26:13.465 [BundleStart #17] 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) 
01:26:13.465 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:13.465 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:13.467 [BundleStart #17] 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 
01:26:13.467 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:13.469 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:199 - org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest-bundle.properties was not found; using defaults 
01:26:13.469 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:511 - Post processing: creating test bundle 
01:26:13.488 [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] 
01:26:13.489 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:202 - Automatically creating Manifest for the test bundle 
01:26:13.490 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:366 - Using the test class for generating bundle imports 
01:26:13.492 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
01:26:13.493 [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... 
01:26:13.497 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class OsgiAppContextTest 
01:26:13.508 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:13.509 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest bytecode to determine imports... 
01:26:13.509 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest 
01:26:13.514 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:13.515 [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... 
01:26:13.515 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:13.518 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:13.518 [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... 
01:26:13.519 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:13.520 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:13.520 [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 
01:26:13.521 [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} 
01:26:13.521 [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] 
01:26:13.522 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:13.522 [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] 
01:26:13.522 [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] 
01:26:13.523 [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]] 
01:26:13.523 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:13.524 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:13.524 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:13.524 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:13.524 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:13.524 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:13.524 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:13.525 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:13.525 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:13.525 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:13.525 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 
01:26:13.525 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 
01:26:13.525 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 
01:26:13.526 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
01:26:13.526 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
01:26:13.526 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
01:26:13.526 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
01:26:13.526 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 
01:26:13.534 [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 
01:26:13.534 [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.* 
01:26:13.537 [BundleStart #18] 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)] 
01:26:13.538 [BundleStart #18] 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 
01:26:13.538 [BundleStart #18] 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) 
01:26:13.538 [BundleStart #18] 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)] 
01:26:13.538 [BundleStart #18] 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)] 
01:26:13.539 [BundleStart #18] 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 
01:26:13.539 [BundleStart #18] 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)] 
01:26:13.539 [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 
01:26:13.540 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:13.542 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:13.542 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:13.543 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:13.544 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:13.544 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:13.545 [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. 
01:26:13.545 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:13.546 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:13.547 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:13.547 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:13.547 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:13.548 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:13.548 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:13.549 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:13.549 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:13.550 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:13.550 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:13.551 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:13.552 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:13.552 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextIsTheSame] to OSGi 
01:26:13.567 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextIsTheSame] for execution inside OSGi 
01:26:13.568 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextIsTheSame] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:26:13.568 [main]            INFO  o.e.g.b.i.c.OsgiAppContextTest:190 - Loading context for locations:  
01:26:13.581 [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 [Sat May 04 01:26:13 UTC 2024]; root of context hierarchy 
01:26:13.587 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:13.607 [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@6a78afa0: defining beans []; root of factory hierarchy 
01:26:13.616 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:13.617 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:13.618 [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} 
01:26:13.619 [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] 
01:26:13.622 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 
01:26:13.623 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 
01:26:13.626 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 
01:26:13.630 [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 [Sat May 04 01:26:13 UTC 2024]; root of context hierarchy] 
01:26:13.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-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} 
01:26:13.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} 
01:26:13.697 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:13.698 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextIsTheSame] 
01:26:13.699 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextIsTheSame]'s result read 
01:26:13.700 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextInjected] to OSGi 
01:26:13.701 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextInjected] for execution inside OSGi 
01:26:13.702 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextInjected] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3541cb24 
01:26:13.703 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:13.703 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextInjected] 
01:26:13.704 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextInjected]'s result read 
01:26:13.704 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextAvailableAsBean] to OSGi 
01:26:13.705 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAvailableAsBean] for execution inside OSGi 
01:26:13.705 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextAvailableAsBean] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2177849e 
01:26:13.706 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:13.706 [main]            TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextAvailableAsBean] 
01:26:13.707 [main]            DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextAvailableAsBean]'s result read 
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 sec - in org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest
01:26:13.710 [Thread-0]        INFO  o.e.g.b.i.c.OsgiAppContextTest:471 - Shutting down OSGi platform 
01:26:13.711 [Thread-3]        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) 
01:26:13.711 [Thread-3]        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 [Sat May 04 01:26:13 UTC 2024]; root of context hierarchy 
01:26:13.711 [Thread-3]        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 [Sat May 04 01:26:13 UTC 2024]; root of context hierarchy] 
01:26:13.711 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:13.712 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:13.712 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:13.713 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:13.713 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:13.713 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:13.713 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:13.713 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:13.713 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:13.715 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:13.715 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:13.716 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:13.717 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:14,403 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:14,528 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:14,531 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:14,554 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:14,592 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:14,595 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:14,601 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:14,611 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:26:14,619 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:14,619 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:14,621 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:14,621 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:14,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:14,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:14,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:14,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:14,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:14,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:14,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:14,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:14,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:14,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:14,624 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:14,624 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:14,625 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:14,625 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:14,626 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:14,627 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest
01:26:14.758 [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.KnopflerfishPlatform 
01:26:14.763 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:85 - Instantiating platform wrapper... 
01:26:14.776 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7501714332902613472kf 
01:26:14.776 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:215 - About to start Knopflerfish OSGi Platform 
01:26:14.883 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:14.886 [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=} 
01:26:14.887 [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} 
01:26:14.889 [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} 
01:26:14.890 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:15.020 [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] 
01:26:15.035 [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] 
01:26:15.040 [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] 
01:26:15.043 [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] 
01:26:15.051 [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] 
01:26:15.062 [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] 
01:26:15.064 [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] 
01:26:15.068 [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] 
01:26:15.073 [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] 
01:26:15.079 [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] 
01:26:15.097 [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] 
01:26:15.100 [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] 
01:26:15.104 [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] 
01:26:15.111 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:15.113 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:15.118 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:15.121 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:15.164 [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] 
01:26:15.177 [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] 
01:26:15.183 [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] 
01:26:15.185 [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] 
01:26:15.186 [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] 
01:26:15.187 [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] 
01:26:15.188 [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] 
01:26:15.191 [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] 
01:26:15.194 [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] 
01:26:15.195 [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] 
01:26:15.202 [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] 
01:26:15.203 [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] 
01:26:15.203 [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] 
01:26:15.207 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:15.209 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:15.212 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:15,241 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:15,281 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:15,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:15,295 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:15,320 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:15,322 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:15,327 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:15,334 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used
01:26:15,338 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:15,339 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:15,340 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:15,340 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:15,341 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:15,341 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:15,341 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:15,342 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:15,342 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:15,342 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:15,342 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:15,343 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:15,343 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:15,343 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:15,343 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:15,344 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:15,344 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:15,345 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:15,345 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:15,346 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point
01:26:15.358 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:15.369 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:15.524 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:15.525 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:15.529 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:15.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:15.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:15.539 [BundleStart #16] 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 
01:26:15.540 [BundleStart #16] 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) 
01:26:15.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:15.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:15.542 [BundleStart #16] 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 
01:26:15.543 [BundleStart #16] 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) 
01:26:15.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:15.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:15.544 [BundleStart #16] 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 
01:26:15.545 [BundleStart #16] 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) 
01:26:15.545 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:15.546 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:15.546 [BundleStart #16] 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 
01:26:15.547 [BundleStart #16] 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) 
01:26:15.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:15.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:15.548 [BundleStart #16] 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 
01:26:15.548 [BundleStart #16] 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) 
01:26:15.549 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:15.549 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:15.550 [BundleStart #16] 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 
01:26:15.551 [BundleStart #16] 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) 
01:26:15.551 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:15.551 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:15.552 [BundleStart #16] 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 
01:26:15.552 [BundleStart #16] 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) 
01:26:15.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:15.553 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:15.553 [BundleStart #16] 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 
01:26:15.554 [BundleStart #16] 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) 
01:26:15.554 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:15.554 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:15.555 [BundleStart #16] 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 
01:26:15.555 [BundleStart #16] 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) 
01:26:15.555 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:15.556 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:15.557 [BundleStart #16] 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 
01:26:15.557 [BundleStart #16] 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) 
01:26:15.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:15.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:15.558 [BundleStart #16] 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 
01:26:15.559 [BundleStart #16] 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) 
01:26:15.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:15.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:15.560 [BundleStart #16] 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 
01:26:15.560 [BundleStart #16] 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) 
01:26:15.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:15.561 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:15.562 [BundleStart #16] 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 
01:26:15.562 [BundleStart #16] 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) 
01:26:15.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:15.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:15.563 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:15.563 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:15.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:15.564 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:15.564 [BundleStart #16] 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 
01:26:15.564 [BundleStart #16] 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) 
01:26:15.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:15.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:15.567 [BundleStart #16] 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 
01:26:15.567 [BundleStart #16] 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) 
01:26:15.567 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:15.577 [BundleStart #16] 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)] 
01:26:15.577 [BundleStart #16] 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)] 
01:26:15.580 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:15.580 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:15.584 [BundleStart #16] 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)] 
01:26:15.586 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:15.587 [BundleStart #16] 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@5c653c92 w/ reference null 
01:26:15.587 [BundleStart #16] 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@5c653c92 w/ reference null 
01:26:15.588 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:15.592 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:15.602 [BundleStart #16] 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 
01:26:15.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:15.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:15.606 [BundleStart #16] 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 
01:26:15.606 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:15.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:15.609 [BundleStart #16] 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 
01:26:15.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:15.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:15.610 [BundleStart #16] 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 
01:26:15.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:15.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:15.612 [BundleStart #16] 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 
01:26:15.612 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:15.613 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:15.615 [BundleStart #16] 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 
01:26:15.615 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:15.616 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:15.616 [BundleStart #16] 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 
01:26:15.617 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:15.617 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:15.618 [BundleStart #16] 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 
01:26:15.618 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:15.619 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:15.620 [BundleStart #16] 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 
01:26:15.620 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:15.620 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:15.622 [BundleStart #16] 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 
01:26:15.622 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:15.622 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:15.624 [BundleStart #16] 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 
01:26:15.624 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:15.624 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:15.625 [BundleStart #16] 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 
01:26:15.625 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:15.626 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:15.628 [BundleStart #16] 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 
01:26:15.628 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:15.628 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:15.629 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:15.629 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:15.630 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:15.630 [BundleStart #16] 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 
01:26:15.631 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:15.631 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:15.634 [BundleStart #16] 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 
01:26:15.634 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:15.636 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:15.642 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:15.643 [BundleStart #17] 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 
01:26:15.643 [BundleStart #17] 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) 
01:26:15.643 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:15.643 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:15.648 [BundleStart #17] 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 
01:26:15.649 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:15.651 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:199 - org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest-bundle.properties was not found; using defaults 
01:26:15.651 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:511 - Post processing: creating test bundle 
01:26:15.665 [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] 
01:26:15.665 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:202 - Automatically creating Manifest for the test bundle 
01:26:15.666 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:366 - Using the test class for generating bundle imports 
01:26:15.668 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
01:26:15.668 [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... 
01:26:15.672 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class PublishedInterfacesTest 
01:26:15.684 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:15.685 [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... 
01:26:15.685 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest 
01:26:15.689 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:15.689 [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... 
01:26:15.689 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:15.691 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:15.691 [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... 
01:26:15.692 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:15.693 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:15.693 [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 
01:26:15.693 [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} 
01:26:15.693 [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] 
01:26:15.694 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:15.694 [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] 
01:26:15.694 [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] 
01:26:15.695 [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]] 
01:26:15.695 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:15.695 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:15.696 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:15.696 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:15.696 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:15.696 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:15.696 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:15.697 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:15.697 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:15.697 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:15.697 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 
01:26:15.698 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 
01:26:15.698 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 
01:26:15.698 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
01:26:15.698 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
01:26:15.698 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
01:26:15.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
01:26:15.699 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 
01:26:15.706 [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 
01:26:15.706 [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.* 
01:26:15.709 [BundleStart #18] 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)] 
01:26:15.710 [BundleStart #18] 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 
01:26:15.710 [BundleStart #18] 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) 
01:26:15.710 [BundleStart #18] 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)] 
01:26:15.710 [BundleStart #18] 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)] 
01:26:15.711 [BundleStart #18] 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 
01:26:15.711 [BundleStart #18] 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)] 
01:26:15.712 [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 
01:26:15.712 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:15.714 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:15.715 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:15.716 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:15.717 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:15.717 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:15.718 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:15.718 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:15.719 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:15.719 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:15.720 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:15.720 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:15.721 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:15.722 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:15.722 [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. 
01:26:15.722 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:15.723 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:15.723 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:15.724 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:15.725 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:15.726 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:364 - Writing test name [testXmlOsgiContext] to OSGi 
01:26:15.739 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testXmlOsgiContext] for execution inside OSGi 
01:26:15.740 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testXmlOsgiContext] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:26:15.740 [main]            INFO  o.e.g.b.i.c.PublishedInterfacesTest:190 - Loading context for locations:  
01:26:15.753 [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 [Sat May 04 01:26:15 UTC 2024]; root of context hierarchy 
01:26:15.759 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:15.779 [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@6a78afa0: defining beans []; root of factory hierarchy 
01:26:15.789 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:15.789 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:15.790 [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} 
01:26:15.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] 
01:26:15.795 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 
01:26:15.795 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 
01:26:15.798 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 
01:26:15.801 [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 [Sat May 04 01:26:15 UTC 2024]; root of context hierarchy] 
01:26:15.804 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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} 
01:26:15.806 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:26:15.855 [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 [Sat May 04 01:26:15 UTC 2024]; root of context hierarchy 
01:26:15.855 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:15.866 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml] 
01:26:15.900 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:15.901 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:15.902 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:15.903 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:16.010 [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@1ba9117e: defining beans [bean]; root of factory hierarchy 
01:26:16.010 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:16.011 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:16.011 [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} 
01:26:16.011 [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] 
01:26:16.019 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@932bc4a] 
01:26:16.019 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@d29f28] 
01:26:16.023 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4de4b452] 
01:26:16.023 [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 [Sat May 04 01:26:15 UTC 2024]; root of context hierarchy] 
01:26:16.024 [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} 
01:26:16.025 [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} 
01:26:16.027 [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) 
01:26:16.028 [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 [Sat May 04 01:26:15 UTC 2024]; root of context hierarchy 
01:26:16.028 [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 [Sat May 04 01:26:15 UTC 2024]; root of context hierarchy] 
01:26:16.031 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:16.031 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:16.032 [main]            TRACE o.e.g.b.i.c.PublishedInterfacesTest:440 - Reading OSGi results for test [testXmlOsgiContext] 
01:26:16.032 [main]            DEBUG o.e.g.b.i.c.PublishedInterfacesTest:447 - Test[testXmlOsgiContext]'s result read 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.281 sec - in org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest
01:26:16.037 [Thread-0]        INFO  o.e.g.b.i.c.PublishedInterfacesTest:471 - Shutting down OSGi platform 
01:26:16.037 [Thread-3]        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) 
01:26:16.038 [Thread-3]        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 [Sat May 04 01:26:15 UTC 2024]; root of context hierarchy 
01:26:16.038 [Thread-3]        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 [Sat May 04 01:26:15 UTC 2024]; root of context hierarchy] 
01:26:16.038 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:16.038 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:16.038 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:16.039 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:16.039 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:16.039 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:16.039 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:16.039 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:16.040 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:16.041 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:16.041 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:16.042 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:16.043 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:16,730 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:16,865 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:16,868 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:16,891 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:16,929 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:16,931 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:16,937 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:16,947 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:26:16,959 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:16,959 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:16,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:16,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:16,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:16,961 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:16,962 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:16,962 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:16,962 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:16,962 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:16,962 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:16,963 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:16,963 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:16,963 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:16,963 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:16,963 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:16,963 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:16,964 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:16,964 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:16,965 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest
01:26:17.084 [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.KnopflerfishPlatform 
01:26:17.089 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:85 - Instantiating platform wrapper... 
01:26:17.102 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5843022463429437840kf 
01:26:17.102 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:215 - About to start Knopflerfish OSGi Platform 
01:26:17.209 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:17.213 [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=} 
01:26:17.214 [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} 
01:26:17.215 [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} 
01:26:17.216 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:17.348 [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] 
01:26:17.364 [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] 
01:26:17.369 [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] 
01:26:17.372 [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] 
01:26:17.380 [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] 
01:26:17.391 [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] 
01:26:17.393 [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] 
01:26:17.397 [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] 
01:26:17.403 [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] 
01:26:17.409 [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] 
01:26:17.428 [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] 
01:26:17.430 [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] 
01:26:17.435 [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] 
01:26:17.464 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:17.467 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:17.472 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:17.476 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:17.497 [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] 
01:26:17.507 [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] 
01:26:17.513 [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] 
01:26:17.515 [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] 
01:26:17.516 [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] 
01:26:17.516 [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] 
01:26:17.517 [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] 
01:26:17.520 [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] 
01:26:17.524 [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] 
01:26:17.525 [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] 
01:26:17.562 [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] 
01:26:17.563 [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] 
01:26:17.563 [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] 
01:26:17.566 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:17.568 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:17.571 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:17,599 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:17,639 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:17,641 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:17,652 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:17,677 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:17,679 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:17,683 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:17,690 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3ba09f4b - No compression will be used
01:26:17,695 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:17,695 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:17,697 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:17,697 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:17,697 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:17,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:17,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:17,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:17,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:17,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:17,698 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:17,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:17,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:17,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:17,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:17,699 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:17,699 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:17,700 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:17,700 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:17,701 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@16044d10 - Registering current configuration as safe fallback point
01:26:17.713 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:17.724 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:17.879 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:17.880 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:17.885 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:17.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:17.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:17.895 [BundleStart #16] 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 
01:26:17.895 [BundleStart #16] 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) 
01:26:17.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:17.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:17.902 [BundleStart #16] 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 
01:26:17.902 [BundleStart #16] 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) 
01:26:17.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:17.903 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:17.904 [BundleStart #16] 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 
01:26:17.904 [BundleStart #16] 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) 
01:26:17.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:17.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:17.905 [BundleStart #16] 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 
01:26:17.905 [BundleStart #16] 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) 
01:26:17.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:17.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:17.907 [BundleStart #16] 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 
01:26:17.907 [BundleStart #16] 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) 
01:26:17.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:17.908 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:17.909 [BundleStart #16] 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 
01:26:17.909 [BundleStart #16] 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) 
01:26:17.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:17.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:17.910 [BundleStart #16] 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 
01:26:17.910 [BundleStart #16] 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) 
01:26:17.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:17.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:17.912 [BundleStart #16] 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 
01:26:17.912 [BundleStart #16] 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) 
01:26:17.912 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:17.912 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:17.913 [BundleStart #16] 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 
01:26:17.913 [BundleStart #16] 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) 
01:26:17.914 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:17.914 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:17.915 [BundleStart #16] 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 
01:26:17.915 [BundleStart #16] 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) 
01:26:17.915 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:17.916 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:17.916 [BundleStart #16] 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 
01:26:17.917 [BundleStart #16] 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) 
01:26:17.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:17.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:17.918 [BundleStart #16] 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 
01:26:17.918 [BundleStart #16] 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) 
01:26:17.918 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:17.918 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:17.920 [BundleStart #16] 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 
01:26:17.920 [BundleStart #16] 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) 
01:26:17.920 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:17.920 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:17.920 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:17.921 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:17.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:17.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:17.922 [BundleStart #16] 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 
01:26:17.922 [BundleStart #16] 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) 
01:26:17.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:17.923 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:17.924 [BundleStart #16] 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 
01:26:17.925 [BundleStart #16] 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) 
01:26:17.925 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:17.934 [BundleStart #16] 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)] 
01:26:17.934 [BundleStart #16] 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)] 
01:26:17.937 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:17.937 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:17.941 [BundleStart #16] 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)] 
01:26:17.943 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:17.944 [BundleStart #16] 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@1ce4dabc w/ reference null 
01:26:17.944 [BundleStart #16] 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@1ce4dabc w/ reference null 
01:26:17.945 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:17.949 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:17.961 [BundleStart #16] 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 
01:26:17.962 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:17.962 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:17.965 [BundleStart #16] 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 
01:26:17.965 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:17.966 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:17.968 [BundleStart #16] 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 
01:26:17.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:17.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:17.969 [BundleStart #16] 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 
01:26:17.969 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:17.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:17.971 [BundleStart #16] 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 
01:26:17.971 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:17.972 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:17.974 [BundleStart #16] 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 
01:26:17.974 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:17.974 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:17.975 [BundleStart #16] 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 
01:26:17.975 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:17.975 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:17.976 [BundleStart #16] 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 
01:26:17.977 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:17.977 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:17.978 [BundleStart #16] 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 
01:26:17.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:17.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:17.980 [BundleStart #16] 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 
01:26:17.980 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:17.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:17.982 [BundleStart #16] 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 
01:26:17.982 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:17.983 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:17.983 [BundleStart #16] 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 
01:26:17.984 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:17.984 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:17.986 [BundleStart #16] 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 
01:26:17.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:17.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:17.987 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:17.987 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:17.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:17.988 [BundleStart #16] 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 
01:26:17.989 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:17.989 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:17.992 [BundleStart #16] 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 
01:26:17.992 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:17.993 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:17.999 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:18.000 [BundleStart #17] 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 
01:26:18.001 [BundleStart #17] 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) 
01:26:18.001 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:18.001 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:18.002 [BundleStart #17] 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 
01:26:18.003 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:18.004 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:199 - org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest-bundle.properties was not found; using defaults 
01:26:18.005 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:511 - Post processing: creating test bundle 
01:26:18.018 [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] 
01:26:18.018 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:202 - Automatically creating Manifest for the test bundle 
01:26:18.019 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:366 - Using the test class for generating bundle imports 
01:26:18.021 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
01:26:18.022 [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... 
01:26:18.025 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest 
01:26:18.036 [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 
01:26:18.037 [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... 
01:26:18.037 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest$BundleContextAwareHolder 
01:26:18.038 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:18.038 [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... 
01:26:18.038 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest 
01:26:18.042 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:18.043 [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... 
01:26:18.043 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:18.045 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:18.045 [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... 
01:26:18.045 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:18.046 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:18.046 [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 
01:26:18.047 [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} 
01:26:18.047 [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] 
01:26:18.048 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:18.048 [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] 
01:26:18.048 [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] 
01:26:18.049 [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]] 
01:26:18.049 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:18.049 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:18.049 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:18.050 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:18.050 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:18.050 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:18.050 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:18.051 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:18.051 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:18.051 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:18.051 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 
01:26:18.052 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 
01:26:18.052 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 
01:26:18.052 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 
01:26:18.052 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 
01:26:18.052 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 
01:26:18.052 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
01:26:18.053 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 
01:26:18.061 [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 
01:26:18.062 [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.* 
01:26:18.064 [BundleStart #18] 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)] 
01:26:18.065 [BundleStart #18] 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 
01:26:18.065 [BundleStart #18] 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) 
01:26:18.065 [BundleStart #18] 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)] 
01:26:18.065 [BundleStart #18] 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)] 
01:26:18.066 [BundleStart #18] 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 
01:26:18.066 [BundleStart #18] 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)] 
01:26:18.067 [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 
01:26:18.067 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:18.069 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:18.070 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:18.071 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:18.072 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:18.072 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:18.073 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:18.073 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:18.074 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:18.074 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:18.075 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:18.075 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:18.076 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:18.077 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:18.077 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:18.078 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:18.078 [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. 
01:26:18.078 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:18.079 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:18.080 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:18.081 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:364 - Writing test name [testBundleContextAware] to OSGi 
01:26:18.094 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAware] for execution inside OSGi 
01:26:18.094 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextAware] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb61f4a 
01:26:18.095 [main]            INFO  o.e.g.b.i.c.BundleContextAwareTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 
01:26:18.108 [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 [Sat May 04 01:26:18 UTC 2024]; root of context hierarchy 
01:26:18.114 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:18.143 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml] 
01:26:18.175 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:18.175 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:18.176 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:18.176 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:18.268 [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@58a9760d: defining beans [bean]; root of factory hierarchy 
01:26:18.279 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:18.279 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:18.281 [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} 
01:26:18.282 [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] 
01:26:18.293 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@524d6d96] 
01:26:18.293 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@152aa092] 
01:26:18.311 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@120f102b] 
01:26:18.314 [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 [Sat May 04 01:26:18 UTC 2024]; root of context hierarchy] 
01:26:18.317 [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} 
01:26:18.318 [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} 
01:26:18.342 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:18.343 [main]            TRACE o.e.g.b.i.c.BundleContextAwareTest:440 - Reading OSGi results for test [testBundleContextAware] 
01:26:18.344 [main]            DEBUG o.e.g.b.i.c.BundleContextAwareTest:447 - Test[testBundleContextAware]'s result read 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.266 sec - in org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest
01:26:18.350 [Thread-0]        INFO  o.e.g.b.i.c.BundleContextAwareTest:471 - Shutting down OSGi platform 
01:26:18.350 [Thread-3]        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) 
01:26:18.351 [Thread-3]        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 [Sat May 04 01:26:18 UTC 2024]; root of context hierarchy 
01:26:18.351 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:18.351 [Thread-3]        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 [Sat May 04 01:26:18 UTC 2024]; root of context hierarchy] 
01:26:18.351 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:18.351 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:18.352 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:18.352 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:18.352 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:18.352 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:18.352 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:18.353 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:18.354 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:18.354 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:18.355 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:18.356 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:19,058 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:19,189 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:19,192 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:19,215 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:19,265 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:19,267 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:19,273 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:19,283 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:26:19,291 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:19,291 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:19,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:19,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:19,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:19,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:19,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:19,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:19,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:19,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:19,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:19,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:19,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:19,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:19,296 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:19,296 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:19,296 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:19,297 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:19,297 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:19,298 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest
01:26:19.446 [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.KnopflerfishPlatform 
01:26:19.451 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:85 - Instantiating platform wrapper... 
01:26:19.466 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8128101519186142177kf 
01:26:19.467 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:215 - About to start Knopflerfish OSGi Platform 
01:26:19.584 [main]            INFO  o.e.g.b.i.c.ReferenceCycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:19.588 [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=} 
01:26:19.589 [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} 
01:26:19.590 [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} 
01:26:19.591 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:19.719 [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] 
01:26:19.734 [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] 
01:26:19.739 [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] 
01:26:19.742 [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] 
01:26:19.750 [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] 
01:26:19.766 [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] 
01:26:19.768 [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] 
01:26:19.772 [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] 
01:26:19.777 [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] 
01:26:19.784 [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] 
01:26:19.802 [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] 
01:26:19.805 [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] 
01:26:19.809 [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] 
01:26:19.859 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:19.865 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:19.871 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:19.875 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:19.894 [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] 
01:26:19.902 [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] 
01:26:19.907 [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] 
01:26:19.909 [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] 
01:26:19.910 [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] 
01:26:19.911 [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] 
01:26:19.912 [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] 
01:26:19.915 [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] 
01:26:19.918 [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] 
01:26:19.919 [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] 
01:26:19.926 [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] 
01:26:19.927 [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] 
01:26:19.928 [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] 
01:26:19.931 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:19.932 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:19.934 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:19,980 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:20,020 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:20,022 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:20,033 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:20,058 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:20,060 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:20,064 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:20,071 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@35d3c657 - No compression will be used
01:26:20,076 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:20,076 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:20,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:20,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:20,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:20,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:20,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:20,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:20,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:20,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:20,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:20,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:20,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:20,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:20,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:20,080 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:20,081 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:20,081 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:20,081 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:20,082 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@520ede49 - Registering current configuration as safe fallback point
01:26:20.095 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:20.106 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:20.254 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:20.256 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:20.261 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:20.264 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:20.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:20.271 [BundleStart #16] 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 
01:26:20.271 [BundleStart #16] 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) 
01:26:20.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:20.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:20.274 [BundleStart #16] 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 
01:26:20.274 [BundleStart #16] 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) 
01:26:20.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:20.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:20.275 [BundleStart #16] 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 
01:26:20.276 [BundleStart #16] 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) 
01:26:20.276 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:20.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:20.277 [BundleStart #16] 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 
01:26:20.277 [BundleStart #16] 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) 
01:26:20.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:20.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:20.279 [BundleStart #16] 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 
01:26:20.279 [BundleStart #16] 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) 
01:26:20.279 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:20.279 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:20.281 [BundleStart #16] 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 
01:26:20.281 [BundleStart #16] 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) 
01:26:20.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:20.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:20.282 [BundleStart #16] 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 
01:26:20.282 [BundleStart #16] 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) 
01:26:20.282 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:20.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:20.283 [BundleStart #16] 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 
01:26:20.283 [BundleStart #16] 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) 
01:26:20.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:20.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:20.285 [BundleStart #16] 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 
01:26:20.285 [BundleStart #16] 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) 
01:26:20.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:20.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:20.286 [BundleStart #16] 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 
01:26:20.286 [BundleStart #16] 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) 
01:26:20.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:20.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:20.288 [BundleStart #16] 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 
01:26:20.288 [BundleStart #16] 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) 
01:26:20.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:20.289 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:20.289 [BundleStart #16] 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 
01:26:20.289 [BundleStart #16] 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) 
01:26:20.289 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:20.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:20.291 [BundleStart #16] 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 
01:26:20.291 [BundleStart #16] 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) 
01:26:20.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:20.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:20.292 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:20.292 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:20.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:20.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:20.293 [BundleStart #16] 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 
01:26:20.293 [BundleStart #16] 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) 
01:26:20.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:20.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:20.295 [BundleStart #16] 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 
01:26:20.295 [BundleStart #16] 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) 
01:26:20.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:20.305 [BundleStart #16] 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)] 
01:26:20.305 [BundleStart #16] 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)] 
01:26:20.308 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:20.308 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:20.311 [BundleStart #16] 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)] 
01:26:20.313 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:20.314 [BundleStart #16] 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@2614fd68 w/ reference null 
01:26:20.314 [BundleStart #16] 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@2614fd68 w/ reference null 
01:26:20.315 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:20.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:20.329 [BundleStart #16] 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 
01:26:20.329 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:20.330 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:20.332 [BundleStart #16] 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 
01:26:20.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:20.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:20.335 [BundleStart #16] 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 
01:26:20.335 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:20.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:20.336 [BundleStart #16] 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 
01:26:20.337 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:20.337 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:20.338 [BundleStart #16] 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 
01:26:20.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:20.339 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:20.341 [BundleStart #16] 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 
01:26:20.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:20.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:20.342 [BundleStart #16] 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 
01:26:20.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:20.343 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:20.344 [BundleStart #16] 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 
01:26:20.344 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:20.344 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:20.345 [BundleStart #16] 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 
01:26:20.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:20.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:20.347 [BundleStart #16] 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 
01:26:20.347 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:20.347 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:20.357 [BundleStart #16] 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 
01:26:20.357 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:20.358 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:20.358 [BundleStart #16] 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 
01:26:20.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:20.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:20.361 [BundleStart #16] 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 
01:26:20.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:20.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:20.362 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:20.362 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:20.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:20.363 [BundleStart #16] 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 
01:26:20.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:20.364 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:20.367 [BundleStart #16] 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 
01:26:20.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:20.368 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:20.375 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:20.376 [BundleStart #17] 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 
01:26:20.376 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:20.377 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:20.377 [BundleStart #17] 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 
01:26:20.381 [BundleStart #17] 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) 
01:26:20.382 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:20.384 [main]            INFO  o.e.g.b.i.c.ReferenceCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest-bundle.properties was not found; using defaults 
01:26:20.384 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:511 - Post processing: creating test bundle 
01:26:20.401 [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] 
01:26:20.401 [main]            INFO  o.e.g.b.i.c.ReferenceCycleTest:202 - Automatically creating Manifest for the test bundle 
01:26:20.402 [main]            INFO  o.e.g.b.i.c.ReferenceCycleTest:366 - Using the test class for generating bundle imports 
01:26:20.405 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
01:26:20.406 [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... 
01:26:20.411 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class ReferenceCycleTest 
01:26:20.427 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
01:26:20.428 [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... 
01:26:20.428 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseImporterCycleTest 
01:26:20.428 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:20.429 [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... 
01:26:20.429 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest 
01:26:20.433 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:20.433 [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... 
01:26:20.434 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:20.435 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:20.435 [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... 
01:26:20.436 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:20.436 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:20.437 [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 
01:26:20.437 [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} 
01:26:20.437 [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] 
01:26:20.438 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:20.438 [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] 
01:26:20.438 [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] 
01:26:20.438 [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]] 
01:26:20.439 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:20.439 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:20.439 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:20.439 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:20.439 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:20.440 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:20.440 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:20.440 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:20.440 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:20.440 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:20.441 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 
01:26:20.441 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
01:26:20.441 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
01:26:20.441 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
01:26:20.441 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 
01:26:20.442 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 
01:26:20.442 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 
01:26:20.442 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
01:26:20.442 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 
01:26:20.442 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
01:26:20.442 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 
01:26:20.451 [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 
01:26:20.457 [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.* 
01:26:20.459 [BundleStart #18] 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)] 
01:26:20.460 [BundleStart #18] 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 
01:26:20.460 [BundleStart #18] 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)] 
01:26:20.461 [BundleStart #18] 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)] 
01:26:20.461 [BundleStart #18] 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 
01:26:20.461 [BundleStart #18] 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) 
01:26:20.461 [BundleStart #18] 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)] 
01:26:20.462 [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 
01:26:20.462 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:20.464 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:20.465 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:20.466 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:20.466 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:20.467 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:20.467 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:20.468 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:20.469 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:20.470 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:20.470 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:20.471 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:20.472 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:20.473 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:20.474 [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. 
01:26:20.474 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:20.476 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:20.476 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:20.476 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:20.479 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:20.480 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 
01:26:20.494 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 
01:26:20.494 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 
01:26:20.495 [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 
01:26:20.508 [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 [Sat May 04 01:26:20 UTC 2024]; root of context hierarchy 
01:26:20.514 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:20.542 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml] 
01:26:20.581 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:20.582 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:20.584 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:20.585 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:20.692 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:20.692 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:20.764 [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@fd07cbb: defining beans [listenerA,listenerB,importer]; root of factory hierarchy 
01:26:20.776 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:20.776 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:20.777 [main]            TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:26:20.778 [main]            TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:26:20.790 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1e6454ec] 
01:26:20.790 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2accdbb5] 
01:26:20.822 [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 
01:26:20.823 [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 
01:26:20.825 [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 
01:26:20.826 [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 
01:26:20.826 [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 
01:26:20.830 [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 
01:26:20.831 [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 
01:26:20.833 [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 
01:26:20.834 [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 
01:26:20.835 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:26:20.835 [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)] 
01:26:20.836 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:20.843 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:20.853 [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 
01:26:20.854 [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 
01:26:20.855 [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 
01:26:20.856 [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 
01:26:20.856 [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 
01:26:20.861 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:26:20.861 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:26:20.861 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference null 
01:26:20.862 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:26:20.862 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference null 
01:26:20.863 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference null 
01:26:20.863 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:20.863 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:20.864 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:26:20.864 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:26:20.865 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference null 
01:26:20.865 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:26:20.865 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference null 
01:26:20.866 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference null 
01:26:20.866 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:26:20.866 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference null 
01:26:20.867 [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 
01:26:20.868 [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 
01:26:20.869 [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 
01:26:20.870 [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 
01:26:20.871 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:26:20.872 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference null 
01:26:20.872 [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 
01:26:20.873 [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 
01:26:20.876 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@65c7a252] 
01:26:20.879 [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 [Sat May 04 01:26:20 UTC 2024]; root of context hierarchy] 
01:26:20.882 [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} 
01:26:20.883 [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} 
01:26:20.919 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0] bound to proxy 
01:26:20.919 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0] bound to proxy 
01:26:20.920 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.920 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@15bb5034, service.id=10} 
01:26:20.920 [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) 
01:26:20.921 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.922 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.922 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@15bb5034, service.id=10} 
01:26:20.922 [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) 
01:26:20.922 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.923 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0] bound to proxy 
01:26:20.923 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0] bound to proxy 
01:26:20.923 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.923 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@7674f035, service.id=10} 
01:26:20.924 [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) 
01:26:20.924 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.924 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.924 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@7674f035, service.id=10} 
01:26:20.925 [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) 
01:26:20.925 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.926 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.926 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@25ce9dc4, service.id=10} 
01:26:20.926 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.926 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.927 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@25ce9dc4, service.id=10} 
01:26:20.927 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.927 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0] was unregistered and unbound from the service proxy 
01:26:20.927 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0] was unregistered and unbound from the service proxy 
01:26:20.928 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.928 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@74ea2410, service.id=10} 
01:26:20.928 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.928 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.928 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@74ea2410, service.id=10} 
01:26:20.929 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0 
01:26:20.929 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0] was unregistered and unbound from the service proxy 
01:26:20.929 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5b1669c0] was unregistered and unbound from the service proxy 
01:26:20.929 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:20.930 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 
01:26:20.931 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenersBetweenThem]'s result read 
01:26:20.932 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerA] to OSGi 
01:26:20.933 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 
01:26:20.933 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@793f29ff 
01:26:20.934 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb] bound to proxy 
01:26:20.934 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb] bound to proxy 
01:26:20.934 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.935 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@563f38c4, service.id=11} 
01:26:20.935 [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) 
01:26:20.935 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.935 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.935 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@563f38c4, service.id=11} 
01:26:20.936 [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) 
01:26:20.936 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.936 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb] bound to proxy 
01:26:20.937 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb] bound to proxy 
01:26:20.937 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.937 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@543295b0, service.id=11} 
01:26:20.937 [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) 
01:26:20.938 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.938 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.938 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@543295b0, service.id=11} 
01:26:20.938 [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) 
01:26:20.939 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.945 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.945 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@3f191845, service.id=11} 
01:26:20.945 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.946 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.946 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@3f191845, service.id=11} 
01:26:20.946 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.946 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb] was unregistered and unbound from the service proxy 
01:26:20.947 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb] was unregistered and unbound from the service proxy 
01:26:20.947 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.947 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@5f049ea1, service.id=11} 
01:26:20.947 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.947 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.948 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@5f049ea1, service.id=11} 
01:26:20.948 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb 
01:26:20.948 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb] was unregistered and unbound from the service proxy 
01:26:20.948 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3e8c3cb] was unregistered and unbound from the service proxy 
01:26:20.949 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:20.949 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerA] 
01:26:20.949 [main]            DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenerA]'s result read 
01:26:20.950 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerB] to OSGi 
01:26:20.950 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 
01:26:20.950 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@72cc7e6f 
01:26:20.951 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9] bound to proxy 
01:26:20.951 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9] bound to proxy 
01:26:20.952 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.952 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@72035809, service.id=12} 
01:26:20.956 [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) 
01:26:20.957 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.957 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.957 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@72035809, service.id=12} 
01:26:20.957 [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) 
01:26:20.958 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.958 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9] bound to proxy 
01:26:20.958 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9] bound to proxy 
01:26:20.958 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.959 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@909217e, service.id=12} 
01:26:20.959 [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) 
01:26:20.959 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.959 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.959 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@909217e, service.id=12} 
01:26:20.960 [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) 
01:26:20.960 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.960 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.960 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@606e4010, service.id=12} 
01:26:20.961 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.961 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.961 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@7d0b7e3c with props={objectClass=[Ljava.lang.String;@606e4010, service.id=12} 
01:26:20.961 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.962 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9] was unregistered and unbound from the service proxy 
01:26:20.962 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9] was unregistered and unbound from the service proxy 
01:26:20.962 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.962 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@8458f04, service.id=12} 
01:26:20.962 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@4a883b15 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.963 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.963 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@2cf3d63b with props={objectClass=[Ljava.lang.String;@8458f04, service.id=12} 
01:26:20.963 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25641d39 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9 
01:26:20.963 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9] was unregistered and unbound from the service proxy 
01:26:20.963 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5afa3c9] was unregistered and unbound from the service proxy 
01:26:20.964 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:20.964 [main]            TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerB] 
01:26:20.964 [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.522 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest
01:26:20.968 [Thread-0]        INFO  o.e.g.b.i.c.ReferenceCycleTest:471 - Shutting down OSGi platform 
01:26:20.968 [Thread-3]        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) 
01:26:20.969 [Thread-3]        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 [Sat May 04 01:26:20 UTC 2024]; root of context hierarchy 
01:26:20.969 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:20.969 [Thread-3]        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 [Sat May 04 01:26:20 UTC 2024]; root of context hierarchy] 
01:26:20.969 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:20.969 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:20.970 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:20.970 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:20.970 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:20.970 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:20.970 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:20.971 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:20.971 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:20.972 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:20.972 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:20.973 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:21,671 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:21,787 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:21,790 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:21,813 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:21,860 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:21,862 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:21,868 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:21,878 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:26:21,886 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:21,886 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:21,888 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:21,888 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:21,888 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:21,888 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:21,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:21,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:21,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:21,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:21,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:21,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:21,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:21,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:21,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:21,890 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:21,891 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:21,892 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:21,892 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:21,893 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest
01:26:22.009 [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.KnopflerfishPlatform 
01:26:22.014 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:85 - Instantiating platform wrapper... 
01:26:22.027 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1906722714690512637kf 
01:26:22.027 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:215 - About to start Knopflerfish OSGi Platform 
01:26:22.137 [main]            INFO  o.e.g.b.i.c.CollectionCycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:22.141 [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=} 
01:26:22.142 [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} 
01:26:22.143 [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} 
01:26:22.144 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:22.273 [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] 
01:26:22.289 [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] 
01:26:22.294 [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] 
01:26:22.296 [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] 
01:26:22.305 [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] 
01:26:22.315 [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] 
01:26:22.317 [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] 
01:26:22.321 [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] 
01:26:22.327 [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] 
01:26:22.333 [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] 
01:26:22.362 [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] 
01:26:22.365 [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] 
01:26:22.370 [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] 
01:26:22.377 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:22.379 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:22.383 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:22.387 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:22.404 [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] 
01:26:22.417 [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] 
01:26:22.423 [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] 
01:26:22.425 [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] 
01:26:22.426 [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] 
01:26:22.426 [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] 
01:26:22.427 [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] 
01:26:22.430 [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] 
01:26:22.434 [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] 
01:26:22.434 [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] 
01:26:22.441 [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] 
01:26:22.442 [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] 
01:26:22.457 [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] 
01:26:22.460 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:22.462 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:22.464 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:22,493 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:22,534 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:22,536 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:22,546 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:22,571 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:22,573 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:22,577 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:22,584 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@702d45d - No compression will be used
01:26:22,589 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:22,589 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:22,590 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:22,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:22,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:22,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:22,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:22,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:22,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:22,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:22,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:22,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:22,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:22,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:22,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:22,593 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:22,593 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:22,594 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:22,594 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:22,595 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@21646703 - Registering current configuration as safe fallback point
01:26:22.608 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:22.618 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:22.788 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:22.789 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:22.794 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:22.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:22.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:22.804 [BundleStart #16] 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 
01:26:22.804 [BundleStart #16] 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) 
01:26:22.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:22.809 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:22.810 [BundleStart #16] 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 
01:26:22.811 [BundleStart #16] 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) 
01:26:22.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:22.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:22.813 [BundleStart #16] 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 
01:26:22.813 [BundleStart #16] 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) 
01:26:22.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:22.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:22.814 [BundleStart #16] 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 
01:26:22.814 [BundleStart #16] 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) 
01:26:22.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:22.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:22.816 [BundleStart #16] 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 
01:26:22.816 [BundleStart #16] 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) 
01:26:22.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:22.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:22.818 [BundleStart #16] 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 
01:26:22.818 [BundleStart #16] 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) 
01:26:22.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:22.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:22.819 [BundleStart #16] 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 
01:26:22.819 [BundleStart #16] 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) 
01:26:22.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:22.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:22.821 [BundleStart #16] 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 
01:26:22.821 [BundleStart #16] 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) 
01:26:22.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:22.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:22.822 [BundleStart #16] 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 
01:26:22.822 [BundleStart #16] 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) 
01:26:22.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:22.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:22.824 [BundleStart #16] 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 
01:26:22.824 [BundleStart #16] 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) 
01:26:22.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:22.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:22.825 [BundleStart #16] 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 
01:26:22.826 [BundleStart #16] 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) 
01:26:22.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:22.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:22.827 [BundleStart #16] 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 
01:26:22.827 [BundleStart #16] 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) 
01:26:22.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:22.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:22.829 [BundleStart #16] 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 
01:26:22.829 [BundleStart #16] 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) 
01:26:22.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:22.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:22.829 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:22.830 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:22.830 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:22.830 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:22.831 [BundleStart #16] 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 
01:26:22.831 [BundleStart #16] 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) 
01:26:22.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:22.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:22.833 [BundleStart #16] 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 
01:26:22.833 [BundleStart #16] 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) 
01:26:22.834 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:22.859 [BundleStart #16] 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)] 
01:26:22.859 [BundleStart #16] 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)] 
01:26:22.862 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:22.862 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:22.866 [BundleStart #16] 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)] 
01:26:22.868 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:22.869 [BundleStart #16] 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@70150694 w/ reference null 
01:26:22.869 [BundleStart #16] 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@70150694 w/ reference null 
01:26:22.870 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:22.874 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:22.884 [BundleStart #16] 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 
01:26:22.885 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:22.885 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:22.888 [BundleStart #16] 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 
01:26:22.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:22.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:22.890 [BundleStart #16] 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 
01:26:22.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:22.891 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:22.892 [BundleStart #16] 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 
01:26:22.892 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:22.892 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:22.894 [BundleStart #16] 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 
01:26:22.894 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:22.894 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:22.896 [BundleStart #16] 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 
01:26:22.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:22.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:22.897 [BundleStart #16] 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 
01:26:22.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:22.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:22.899 [BundleStart #16] 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 
01:26:22.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:22.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:22.901 [BundleStart #16] 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 
01:26:22.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:22.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:22.903 [BundleStart #16] 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 
01:26:22.903 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:22.903 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:22.905 [BundleStart #16] 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 
01:26:22.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:22.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:22.906 [BundleStart #16] 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 
01:26:22.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:22.906 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:22.908 [BundleStart #16] 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 
01:26:22.908 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:22.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:22.909 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:22.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:22.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:22.910 [BundleStart #16] 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 
01:26:22.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:22.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:22.914 [BundleStart #16] 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 
01:26:22.915 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:22.916 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:22.923 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:22.924 [BundleStart #17] 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 
01:26:22.925 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:22.925 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:22.925 [BundleStart #17] 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 
01:26:22.926 [BundleStart #17] 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) 
01:26:22.926 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:22.928 [main]            INFO  o.e.g.b.i.c.CollectionCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest-bundle.properties was not found; using defaults 
01:26:22.928 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:511 - Post processing: creating test bundle 
01:26:22.967 [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] 
01:26:22.968 [main]            INFO  o.e.g.b.i.c.CollectionCycleTest:202 - Automatically creating Manifest for the test bundle 
01:26:22.969 [main]            INFO  o.e.g.b.i.c.CollectionCycleTest:366 - Using the test class for generating bundle imports 
01:26:22.971 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
01:26:22.971 [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... 
01:26:22.975 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class CollectionCycleTest 
01:26:22.987 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
01:26:22.988 [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... 
01:26:22.988 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseImporterCycleTest 
01:26:22.989 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:22.989 [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... 
01:26:22.989 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest 
01:26:22.993 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:22.993 [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... 
01:26:22.994 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:22.995 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:22.996 [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... 
01:26:22.996 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:22.997 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:22.997 [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 
01:26:22.997 [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} 
01:26:22.998 [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] 
01:26:22.998 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:22.998 [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] 
01:26:22.999 [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] 
01:26:22.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-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]] 
01:26:22.999 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:23.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:23.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:23.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:23.000 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:23.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:23.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:23.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:23.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:23.001 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:23.002 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 
01:26:23.002 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
01:26:23.002 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
01:26:23.002 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
01:26:23.002 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 
01:26:23.003 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 
01:26:23.003 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 
01:26:23.003 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
01:26:23.003 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 
01:26:23.004 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
01:26:23.004 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 
01:26:23.012 [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 
01:26:23.012 [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.* 
01:26:23.015 [BundleStart #18] 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)] 
01:26:23.016 [BundleStart #18] 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 
01:26:23.016 [BundleStart #18] 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)] 
01:26:23.016 [BundleStart #18] 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)] 
01:26:23.017 [BundleStart #18] 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 
01:26:23.017 [BundleStart #18] 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) 
01:26:23.017 [BundleStart #18] 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)] 
01:26:23.017 [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 
01:26:23.018 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:23.020 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:23.020 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:23.022 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:23.022 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:23.023 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:23.023 [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. 
01:26:23.024 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:23.024 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:23.025 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:23.026 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:23.026 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:23.026 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:23.027 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:23.028 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:23.028 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:23.029 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:23.029 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:23.029 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:23.031 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:23.032 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 
01:26:23.046 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 
01:26:23.046 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 
01:26:23.047 [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 
01:26:23.060 [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 [Sat May 04 01:26:23 UTC 2024]; root of context hierarchy 
01:26:23.066 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:23.095 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml] 
01:26:23.127 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:23.127 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:23.130 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:23.130 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:23.206 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:23.207 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:23.252 [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@484970b0: defining beans [listenerA,listenerB,importer]; root of factory hierarchy 
01:26:23.264 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:23.264 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:23.265 [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} 
01:26:23.266 [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] 
01:26:23.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@6631f5ca] 
01:26:23.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@5ace1ed4] 
01:26:23.310 [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 
01:26:23.311 [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 
01:26:23.313 [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 
01:26:23.314 [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 
01:26:23.315 [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 
01:26:23.317 [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 
01:26:23.318 [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 
01:26:23.320 [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 
01:26:23.320 [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 
01:26:23.321 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:26:23.322 [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)] 
01:26:23.322 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:23.322 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:23.323 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 
01:26:23.324 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:23.324 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference null 
01:26:23.324 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:26:23.325 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference null 
01:26:23.325 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference null 
01:26:23.326 [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 
01:26:23.327 [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 
01:26:23.328 [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 
01:26:23.329 [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 
01:26:23.330 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:26:23.330 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference null 
01:26:23.331 [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 
01:26:23.331 [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 
01:26:23.334 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@593aaf41] 
01:26:23.337 [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 [Sat May 04 01:26:23 UTC 2024]; root of context hierarchy] 
01:26:23.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=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} 
01:26:23.341 [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} 
01:26:23.373 [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=10} 
01:26:23.383 [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 
01:26:23.383 [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 
01:26:23.384 [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 
01:26:23.384 [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 
01:26:23.385 [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 
01:26:23.390 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@55634720 
01:26:23.390 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@f0c8a99 with props={objectClass=[Ljava.lang.String;@740cae06, service.id=10} 
01:26:23.390 [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) 
01:26:23.391 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@55634720 
01:26:23.391 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@55634720 
01:26:23.392 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@f0c8a99 with props={objectClass=[Ljava.lang.String;@740cae06, service.id=10} 
01:26:23.392 [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) 
01:26:23.392 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@55634720 
01:26:23.394 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@55634720 
01:26:23.394 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@f0c8a99 with props={objectClass=[Ljava.lang.String;@6d4d66d2, service.id=10} 
01:26:23.394 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@55634720 
01:26:23.394 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@55634720 
01:26:23.394 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@f0c8a99 with props={objectClass=[Ljava.lang.String;@6d4d66d2, service.id=10} 
01:26:23.395 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@55634720 
01:26:23.396 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:23.396 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 
01:26:23.397 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenersBetweenThem]'s result read 
01:26:23.398 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerA] to OSGi 
01:26:23.399 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 
01:26:23.399 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@53fe15ff 
01:26:23.401 [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=11} 
01:26:23.401 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@449a4f23 
01:26:23.402 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@1530c739 with props={objectClass=[Ljava.lang.String;@5b1669c0, service.id=11} 
01:26:23.402 [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) 
01:26:23.402 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@449a4f23 
01:26:23.402 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@449a4f23 
01:26:23.403 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@1530c739 with props={objectClass=[Ljava.lang.String;@5b1669c0, service.id=11} 
01:26:23.403 [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) 
01:26:23.403 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@449a4f23 
01:26:23.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@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@449a4f23 
01:26:23.409 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@1530c739 with props={objectClass=[Ljava.lang.String;@53fb3dab, service.id=11} 
01:26:23.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@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@449a4f23 
01:26:23.410 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@449a4f23 
01:26:23.410 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@1530c739 with props={objectClass=[Ljava.lang.String;@53fb3dab, service.id=11} 
01:26:23.410 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@449a4f23 
01:26:23.411 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:23.411 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerA] 
01:26:23.411 [main]            DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenerA]'s result read 
01:26:23.412 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerB] to OSGi 
01:26:23.412 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 
01:26:23.412 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@cb0755b 
01:26:23.413 [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=12} 
01:26:23.414 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@33065d67 
01:26:23.414 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@712625fd with props={objectClass=[Ljava.lang.String;@7bba5817, service.id=12} 
01:26:23.415 [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) 
01:26:23.415 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@33065d67 
01:26:23.415 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@33065d67 
01:26:23.415 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@712625fd with props={objectClass=[Ljava.lang.String;@7bba5817, service.id=12} 
01:26:23.416 [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) 
01:26:23.416 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@33065d67 
01:26:23.417 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@33065d67 
01:26:23.417 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@712625fd with props={objectClass=[Ljava.lang.String;@75437611, service.id=12} 
01:26:23.417 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@342c38f8 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@33065d67 
01:26:23.417 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@33065d67 
01:26:23.418 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@712625fd with props={objectClass=[Ljava.lang.String;@75437611, service.id=12} 
01:26:23.418 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@c88a337 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@33065d67 
01:26:23.418 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:23.418 [main]            TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerB] 
01:26:23.419 [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.414 sec - in org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest
01:26:23.422 [Thread-0]        INFO  o.e.g.b.i.c.CollectionCycleTest:471 - Shutting down OSGi platform 
01:26:23.423 [Thread-3]        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) 
01:26:23.423 [Thread-3]        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 [Sat May 04 01:26:23 UTC 2024]; root of context hierarchy 
01:26:23.423 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:23.424 [Thread-3]        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 [Sat May 04 01:26:23 UTC 2024]; root of context hierarchy] 
01:26:23.424 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:23.424 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:23.424 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:23.425 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:23.425 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:23.425 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:23.425 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:23.426 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:23.427 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:23.427 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:23.427 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:23.428 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:24,168 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:24,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:24,287 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:24,310 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:24,346 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:24,349 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:24,355 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:24,365 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used
01:26:24,372 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:24,372 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:24,374 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:24,374 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:24,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:24,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:24,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:24,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:24,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:24,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:24,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:24,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:24,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:24,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:24,377 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:24,377 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:24,377 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:24,378 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:24,378 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:24,379 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest
01:26:24.500 [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.KnopflerfishPlatform 
01:26:24.505 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:85 - Instantiating platform wrapper... 
01:26:24.518 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8051366918763794721kf 
01:26:24.518 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:215 - About to start Knopflerfish OSGi Platform 
01:26:24.630 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:24.635 [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=} 
01:26:24.636 [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} 
01:26:24.637 [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} 
01:26:24.638 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:24.773 [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] 
01:26:24.790 [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] 
01:26:24.795 [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] 
01:26:24.798 [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] 
01:26:24.807 [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] 
01:26:24.818 [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] 
01:26:24.820 [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] 
01:26:24.824 [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] 
01:26:24.830 [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] 
01:26:24.836 [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] 
01:26:24.868 [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] 
01:26:24.872 [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] 
01:26:24.878 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-test/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-test-5.0.4.RELEASE_1.jar] 
01:26:24.888 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:24.890 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:24.896 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:24.900 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:24.919 [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] 
01:26:24.927 [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] 
01:26:24.932 [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] 
01:26:24.934 [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] 
01:26:24.935 [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] 
01:26:24.935 [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] 
01:26:24.936 [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] 
01:26:24.939 [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] 
01:26:24.960 [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] 
01:26:24.961 [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] 
01:26:24.967 [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] 
01:26:24.968 [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] 
01:26:24.969 [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] 
01:26:24.973 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:24.975 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:24.977 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:25,009 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:25,050 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:25,052 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:25,062 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:25,089 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:25,091 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:25,097 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:25,108 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3f4f416e - No compression will be used
01:26:25,115 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:25,115 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:25,117 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:25,117 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:25,117 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:25,117 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:25,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:25,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:25,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:25,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:25,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:25,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:25,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:25,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:25,120 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:25,120 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:25,120 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:25,121 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:25,121 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:25,122 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@602a8dcf - Registering current configuration as safe fallback point
01:26:25.135 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:25.149 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:25.313 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:25.314 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:25.318 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:25.322 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:25.326 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:25.328 [BundleStart #16] 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 
01:26:25.328 [BundleStart #16] 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) 
01:26:25.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:25.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:25.334 [BundleStart #16] 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 
01:26:25.334 [BundleStart #16] 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) 
01:26:25.335 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:25.335 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:25.336 [BundleStart #16] 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 
01:26:25.336 [BundleStart #16] 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) 
01:26:25.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:25.337 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:25.337 [BundleStart #16] 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 
01:26:25.337 [BundleStart #16] 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) 
01:26:25.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:25.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:25.338 [BundleStart #16] 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 
01:26:25.339 [BundleStart #16] 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) 
01:26:25.339 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:25.339 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:25.340 [BundleStart #16] 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 
01:26:25.340 [BundleStart #16] 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) 
01:26:25.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:25.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:25.341 [BundleStart #16] 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 
01:26:25.341 [BundleStart #16] 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) 
01:26:25.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:25.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:25.342 [BundleStart #16] 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 
01:26:25.342 [BundleStart #16] 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) 
01:26:25.343 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:25.343 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:25.343 [BundleStart #16] 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 
01:26:25.344 [BundleStart #16] 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) 
01:26:25.344 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:25.344 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:25.345 [BundleStart #16] 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 
01:26:25.345 [BundleStart #16] 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) 
01:26:25.345 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:25.345 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:25.346 [BundleStart #16] 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 
01:26:25.346 [BundleStart #16] 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) 
01:26:25.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:25.347 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:25.347 [BundleStart #16] 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 
01:26:25.347 [BundleStart #16] 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) 
01:26:25.347 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:25.348 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:25.349 [BundleStart #16] 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 
01:26:25.349 [BundleStart #16] 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) 
01:26:25.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:25.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:25.349 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:25.350 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:25.350 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:25.350 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:25.350 [BundleStart #16] 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 
01:26:25.350 [BundleStart #16] 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) 
01:26:25.351 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:25.351 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:25.358 [BundleStart #16] 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 
01:26:25.358 [BundleStart #16] 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) 
01:26:25.358 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:25.367 [BundleStart #16] 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)] 
01:26:25.367 [BundleStart #16] 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)] 
01:26:25.370 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:25.370 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:25.373 [BundleStart #16] 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)] 
01:26:25.375 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:25.376 [BundleStart #16] 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@5c296293 w/ reference null 
01:26:25.376 [BundleStart #16] 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@5c296293 w/ reference null 
01:26:25.377 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:25.381 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:25.391 [BundleStart #16] 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 
01:26:25.391 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:25.392 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:25.394 [BundleStart #16] 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 
01:26:25.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:25.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:25.396 [BundleStart #16] 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 
01:26:25.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:25.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:25.398 [BundleStart #16] 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 
01:26:25.398 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:25.398 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:25.399 [BundleStart #16] 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 
01:26:25.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:25.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:25.402 [BundleStart #16] 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 
01:26:25.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:25.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:25.403 [BundleStart #16] 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 
01:26:25.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:25.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:25.404 [BundleStart #16] 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 
01:26:25.404 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:25.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:25.405 [BundleStart #16] 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 
01:26:25.406 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:25.406 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:25.407 [BundleStart #16] 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 
01:26:25.407 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:25.408 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:25.409 [BundleStart #16] 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 
01:26:25.409 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:25.409 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:25.410 [BundleStart #16] 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 
01:26:25.410 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:25.410 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:25.412 [BundleStart #16] 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 
01:26:25.412 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:25.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:25.413 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:25.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:25.414 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:25.414 [BundleStart #16] 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 
01:26:25.414 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:25.415 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:25.418 [BundleStart #16] 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 
01:26:25.418 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:25.419 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:25.426 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:25.427 [BundleStart #17] 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 
01:26:25.428 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:25.428 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:25.428 [BundleStart #17] 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 
01:26:25.429 [BundleStart #17] 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) 
01:26:25.429 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:25.431 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:199 - org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest-bundle.properties was not found; using defaults 
01:26:25.431 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:511 - Post processing: creating test bundle 
01:26:25.448 [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] 
01:26:25.448 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:202 - Automatically creating Manifest for the test bundle 
01:26:25.449 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:366 - Using the test class for generating bundle imports 
01:26:25.458 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
01:26:25.458 [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... 
01:26:25.464 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class ExporterCycleTest 
01:26:25.478 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:25.478 [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... 
01:26:25.478 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest 
01:26:25.483 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:25.483 [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... 
01:26:25.483 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:25.485 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:25.485 [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... 
01:26:25.486 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:25.486 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:25.487 [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 
01:26:25.487 [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} 
01:26:25.487 [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] 
01:26:25.488 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:25.488 [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] 
01:26:25.488 [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] 
01:26:25.489 [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]] 
01:26:25.489 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:25.489 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:25.489 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:25.489 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:25.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:25.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:25.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:25.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:25.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:25.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:25.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 
01:26:25.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 
01:26:25.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 
01:26:25.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 
01:26:25.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 
01:26:25.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 
01:26:25.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 
01:26:25.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 
01:26:25.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 
01:26:25.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
01:26:25.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 
01:26:25.501 [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 
01:26:25.502 [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.* 
01:26:25.505 [BundleStart #18] 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)] 
01:26:25.505 [BundleStart #18] 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 
01:26:25.505 [BundleStart #18] 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)] 
01:26:25.506 [BundleStart #18] 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)] 
01:26:25.506 [BundleStart #18] 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 
01:26:25.506 [BundleStart #18] 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) 
01:26:25.506 [BundleStart #18] 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)] 
01:26:25.506 [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 
01:26:25.507 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:25.509 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:25.509 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:25.510 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:25.511 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:25.512 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:25.512 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:25.513 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:25.514 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:25.514 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:25.514 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:25.515 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:25.515 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:25.516 [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. 
01:26:25.516 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:25.517 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:25.518 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:25.518 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:25.518 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:25.519 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:25.520 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 
01:26:25.533 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 
01:26:25.534 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7b9a4292 
01:26:25.535 [main]            INFO  o.e.g.b.i.c.ExporterCycleTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 
01:26:25.548 [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 [Sat May 04 01:26:25 UTC 2024]; root of context hierarchy 
01:26:25.553 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:25.582 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml] 
01:26:25.614 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:25.615 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:25.616 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:25.616 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:25.690 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:25.691 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:25.735 [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@32910148: defining beans [listenerA,listenerB,exporter]; root of factory hierarchy 
01:26:25.747 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:25.747 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:25.749 [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} 
01:26:25.749 [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] 
01:26:25.766 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@51dcb805] 
01:26:25.766 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@66498326] 
01:26:25.798 [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 
01:26:25.799 [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 
01:26:25.801 [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 
01:26:25.802 [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 
01:26:25.803 [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 
01:26:25.806 [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 
01:26:25.807 [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=[] 
01:26:25.808 [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 
01:26:25.808 [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=[] 
01:26:25.813 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 
01:26:25.814 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporter] depends (transitively) on the following importers:{} 
01:26:25.815 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporter] depends on importers:[] 
01:26:25.817 [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} 
01:26:25.817 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Polygon, java.awt.Shape, java.io.Serializable}] 
01:26:25.819 [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;@194bcebf, service.id=9} 
01:26:25.819 [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) 
01:26:25.820 [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;@194bcebf, service.id=9} 
01:26:25.821 [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 
01:26:25.822 [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 
01:26:25.823 [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 
01:26:25.824 [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 
01:26:25.825 [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) 
01:26:25.826 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
01:26:25.827 [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 
01:26:25.827 [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 
01:26:25.830 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1de5f259] 
01:26:25.835 [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 [Sat May 04 01:26:25 UTC 2024]; root of context hierarchy] 
01:26:25.838 [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} 
01:26:25.839 [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} 
01:26:25.868 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:25.869 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 
01:26:25.870 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenersBetweenThem]'s result read 
01:26:25.871 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerA] to OSGi 
01:26:25.872 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 
01:26:25.872 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@73e9cf30 
01:26:25.873 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:25.873 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerA] 
01:26:25.874 [main]            DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenerA]'s result read 
01:26:25.874 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerB] to OSGi 
01:26:25.875 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 
01:26:25.875 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@771a660 
01:26:25.876 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:25.876 [main]            TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerB] 
01:26:25.877 [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: 1.382 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest
01:26:25.881 [Thread-0]        INFO  o.e.g.b.i.c.ExporterCycleTest:471 - Shutting down OSGi platform 
01:26:25.881 [Thread-3]        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) 
01:26:25.881 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:25.882 [Thread-3]        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 [Sat May 04 01:26:25 UTC 2024]; root of context hierarchy 
01:26:25.882 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:25.882 [Thread-3]        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 [Sat May 04 01:26:25 UTC 2024]; root of context hierarchy] 
01:26:25.882 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:25.882 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:25.883 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:25.883 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:25.883 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:25.883 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:25.883 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 
01:26:25.884 [Thread-3]        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;@2823bc0e, service.id=9} 
01:26:25.884 [Thread-3]        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;@2823bc0e, service.id=9} 
01:26:25.885 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:25.885 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:25.885 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:25.886 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:25.887 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:26,569 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:26,697 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:26,701 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:26,724 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:26,768 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:26,771 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:26,777 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:26,787 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5a8e6209 - No compression will be used
01:26:26,795 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:26,795 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:26,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:26,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:26,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:26,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:26,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:26,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:26,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:26,800 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:26,800 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:26,801 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:26,801 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:26,802 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@23e028a9 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest
01:26:26.923 [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.KnopflerfishPlatform 
01:26:26.928 [main]            TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 
01:26:26.940 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3359388797668944945kf 
01:26:26.941 [main]            DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Knopflerfish OSGi Platform 
01:26:27.074 [main]            INFO  o.e.g.b.i.d.DependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:27.078 [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=} 
01:26:27.079 [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} 
01:26:27.081 [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} 
01:26:27.082 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:27.214 [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] 
01:26:27.231 [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] 
01:26:27.236 [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] 
01:26:27.239 [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] 
01:26:27.248 [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] 
01:26:27.259 [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] 
01:26:27.261 [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] 
01:26:27.265 [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] 
01:26:27.271 [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] 
01:26:27.279 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 
01:26:27.298 [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] 
01:26:27.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-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 
01:26:27.305 [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] 
01:26:27.312 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:27.314 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:27.319 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:27.327 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:27.374 [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] 
01:26:27.383 [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] 
01:26:27.388 [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] 
01:26:27.390 [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] 
01:26:27.390 [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] 
01:26:27.391 [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] 
01:26:27.392 [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] 
01:26:27.396 [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] 
01:26:27.400 [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] 
01:26:27.400 [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] 
01:26:27.407 [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] 
01:26:27.408 [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] 
01:26:27.409 [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] 
01:26:27.412 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:27.414 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:27.416 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:27,444 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:27,489 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:27,491 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:27,503 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:27,529 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:27,531 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:27,535 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:27,542 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@602f6768 - No compression will be used
01:26:27,547 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:27,547 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:27,549 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:27,549 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:27,549 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:27,549 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:27,550 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:27,550 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:27,550 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:27,550 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:27,550 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:27,551 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:27,551 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:27,551 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:27,551 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:27,552 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:27,552 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:27,552 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:27,553 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:27,554 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55362d8f - Registering current configuration as safe fallback point
01:26:27.567 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:27.578 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:27.738 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:27.739 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:27.744 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:27.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:27.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:27.755 [BundleStart #16] 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 
01:26:27.755 [BundleStart #16] 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) 
01:26:27.759 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:27.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:27.762 [BundleStart #16] 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 
01:26:27.762 [BundleStart #16] 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) 
01:26:27.762 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:27.763 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:27.764 [BundleStart #16] 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 
01:26:27.764 [BundleStart #16] 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) 
01:26:27.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:27.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:27.765 [BundleStart #16] 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 
01:26:27.766 [BundleStart #16] 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) 
01:26:27.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:27.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:27.767 [BundleStart #16] 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 
01:26:27.767 [BundleStart #16] 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) 
01:26:27.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:27.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:27.769 [BundleStart #16] 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 
01:26:27.769 [BundleStart #16] 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) 
01:26:27.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:27.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:27.770 [BundleStart #16] 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 
01:26:27.771 [BundleStart #16] 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) 
01:26:27.771 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:27.771 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:27.772 [BundleStart #16] 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 
01:26:27.772 [BundleStart #16] 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) 
01:26:27.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:27.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:27.773 [BundleStart #16] 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 
01:26:27.773 [BundleStart #16] 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) 
01:26:27.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:27.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:27.775 [BundleStart #16] 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 
01:26:27.775 [BundleStart #16] 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) 
01:26:27.775 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:27.775 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:27.776 [BundleStart #16] 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 
01:26:27.776 [BundleStart #16] 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) 
01:26:27.777 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:27.777 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:27.777 [BundleStart #16] 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 
01:26:27.777 [BundleStart #16] 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) 
01:26:27.778 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:27.778 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:27.779 [BundleStart #16] 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 
01:26:27.779 [BundleStart #16] 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) 
01:26:27.780 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:27.780 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:27.780 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:27.780 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:27.780 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:27.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:27.781 [BundleStart #16] 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 
01:26:27.781 [BundleStart #16] 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) 
01:26:27.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:27.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:27.784 [BundleStart #16] 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 
01:26:27.784 [BundleStart #16] 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) 
01:26:27.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:27.793 [BundleStart #16] 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)] 
01:26:27.793 [BundleStart #16] 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)] 
01:26:27.796 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:27.797 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:27.800 [BundleStart #16] 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)] 
01:26:27.802 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:27.803 [BundleStart #16] 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@5437149d w/ reference null 
01:26:27.803 [BundleStart #16] 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@5437149d w/ reference null 
01:26:27.804 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:27.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:27.819 [BundleStart #16] 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 
01:26:27.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:27.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:27.822 [BundleStart #16] 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 
01:26:27.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:27.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:27.825 [BundleStart #16] 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 
01:26:27.825 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:27.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:27.826 [BundleStart #16] 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 
01:26:27.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:27.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:27.828 [BundleStart #16] 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 
01:26:27.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:27.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:27.831 [BundleStart #16] 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 
01:26:27.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:27.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:27.832 [BundleStart #16] 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 
01:26:27.832 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:27.833 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:27.834 [BundleStart #16] 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 
01:26:27.834 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:27.834 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:27.835 [BundleStart #16] 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 
01:26:27.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:27.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:27.837 [BundleStart #16] 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 
01:26:27.838 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:27.838 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:27.839 [BundleStart #16] 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 
01:26:27.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:27.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:27.841 [BundleStart #16] 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 
01:26:27.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:27.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:27.843 [BundleStart #16] 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 
01:26:27.844 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:27.844 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:27.845 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:27.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:27.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:27.857 [BundleStart #16] 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 
01:26:27.857 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:27.857 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:27.861 [BundleStart #16] 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 
01:26:27.861 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:27.862 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:27.869 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:27.870 [BundleStart #17] 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 
01:26:27.870 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:27.871 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:27.871 [BundleStart #17] 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 
01:26:27.872 [BundleStart #17] 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) 
01:26:27.872 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:27.874 [main]            INFO  o.e.g.b.i.d.DependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest-bundle.properties was not found; using defaults 
01:26:27.874 [main]            DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 
01:26:27.886 [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] 
01:26:27.886 [main]            INFO  o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 
01:26:27.887 [main]            INFO  o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 
01:26:27.889 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 
01:26:27.889 [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... 
01:26:27.893 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 
01:26:27.907 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:27.907 [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... 
01:26:27.907 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 
01:26:27.910 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:27.911 [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... 
01:26:27.911 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:27.913 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:27.913 [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... 
01:26:27.913 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:27.914 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:27.914 [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 
01:26:27.914 [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} 
01:26:27.915 [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] 
01:26:27.915 [main]            TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:27.915 [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] 
01:26:27.916 [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] 
01:26:27.916 [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]] 
01:26:27.916 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:27.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:27.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:27.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:27.917 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:27.918 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:27.918 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:27.918 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:27.918 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:27.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:27.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 
01:26:27.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 
01:26:27.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 
01:26:27.919 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 
01:26:27.926 [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 
01:26:27.926 [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.* 
01:26:27.929 [BundleStart #18] 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)] 
01:26:27.930 [BundleStart #18] 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 
01:26:27.930 [BundleStart #18] 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)] 
01:26:27.930 [BundleStart #18] 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)] 
01:26:27.930 [BundleStart #18] 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 
01:26:27.931 [BundleStart #18] 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) 
01:26:27.931 [BundleStart #18] 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)] 
01:26:27.931 [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 
01:26:27.931 [main]            DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:27.933 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:27.934 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:27.935 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:27.936 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:27.936 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:27.937 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:27.937 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:27.938 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:27.939 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:27.939 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:27.939 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:27.940 [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. 
01:26:27.940 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:27.941 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:27.941 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:27.942 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:27.942 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:27.943 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:27.944 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:27.945 [main]            TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 
01:26:27.958 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 
01:26:27.958 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 
01:26:27.959 [main]            INFO  o.e.g.b.i.d.DependencyTest:190 - Loading context for locations:  
01:26:27.973 [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 [Sat May 04 01:26:27 UTC 2024]; root of context hierarchy 
01:26:27.979 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:27.999 [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@6150c3ec: defining beans []; root of factory hierarchy 
01:26:28.009 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:28.009 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:28.010 [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} 
01:26:28.011 [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] 
01:26:28.015 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@66d18979] 
01:26:28.015 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@bccb269] 
01:26:28.018 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4e50c791] 
01:26:28.021 [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 [Sat May 04 01:26:27 UTC 2024]; root of context hierarchy] 
01:26:28.023 [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} 
01:26:28.025 [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} 
01:26:28.062 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
starting dependency test bundle
01:26:28.106 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 
01:26:28.107 [BundleStart #19] 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 
01:26:28.108 [BundleStart #19] 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)] 
01:26:28.108 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 
01:26:28.108 [BundleStart #19] 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 
01:26:28.109 [BundleStart #19] 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) 
01:26:28.109 [BundleStart #19] 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)] 
01:26:28.110 [BundleStart #19] 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... 
01:26:28.111 [BundleStart #19] 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 
01:26:28.112 [BundleStart #19] 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)] 
01:26:28.115 [BundleStart #19] 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)] 
01:26:28.115 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
started dependency test bundle
01:26:28.116 [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@6ec00061 
01:26:28.116 [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) 
01:26:28.117 [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) 
01:26:28.117 [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 [Sat May 04 01:26:28 UTC 2024]; root of context hierarchy 
01:26:28.118 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:28.130 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/dependencies.xml] 
01:26:28.164 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:28.164 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:28.165 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:28.165 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:28.260 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:28.261 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:28.307 [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@211fea56: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 
01:26:28.308 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:28.308 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:28.309 [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} 
01:26:28.309 [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] 
01:26:28.319 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:26:28.322 [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@211fea56: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 
01:26:28.323 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:26:28.323 [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@253a289a 
01:26:28.323 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 
01:26:28.324 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:26:28.342 [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))] 
01:26:28.342 [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))] 
01:26:28.344 [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] 
01:26:28.346 [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))] 
01:26:28.346 [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))] 
01:26:28.346 [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] 
01:26:28.358 [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)] 
01:26:28.358 [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)] 
01:26:28.358 [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] 
01:26:28.359 [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))] 
01:26:28.360 [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))] 
01:26:28.360 [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)] 
01:26:28.360 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 3 OSGi service dependencies, 3 unsatisfied (for beans [&simpleService2, &nested, &simpleService3]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:26:28.361 [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 [[&simpleService2, &nested, &simpleService3]] 
01:26:28.361 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 
01:26:28.361 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService2, &nested, &simpleService3] 
01:26:28.361 [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) 
01:26:28.361 [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)) 
01:26:28.366 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:26:28.368 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:28.368 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
01:26:30.106 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
01:26:30.107 [BundleStart #21] 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 
01:26:30.108 [BundleStart #21] 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)] 
01:26:30.108 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
01:26:30.108 [BundleStart #21] 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 
01:26:30.109 [BundleStart #21] 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) 
01:26:30.109 [BundleStart #21] 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)] 
01:26:30.109 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:26:30.110 [BundleStart #21] 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 
01:26:30.110 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
01:26:30.110 [BundleStart #21] 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)] 
01:26:30.110 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:26:30.111 [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@6ec00061 
01:26:30.111 [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) 
01:26:30.111 [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) 
01:26:30.112 [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 
01:26:30.112 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy 
01:26:30.112 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:30.113 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:30.113 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
01:26:30.114 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:26:30.118 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.118 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.119 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.119 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.150 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:30.150 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:30.162 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:26:30.166 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.166 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.191 [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@68b44ef8: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:26:30.191 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:30.192 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:30.192 [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} 
01:26:30.192 [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] 
01:26:30.194 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:26:30.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@68b44ef8: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:26:30.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:26:30.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@253a289a 
01:26:30.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:26:30.195 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:26:30.196 [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) 
01:26:30.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:26:30.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:26:30.196 [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) 
01:26:30.196 [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) 
01:26:30.197 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:26:30.197 [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) 
01:26:30.198 [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@30ba7eb8] 
01:26:30.199 [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@7a16d629] 
01:26:30.211 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:26:30.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:26:30.213 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:26:30.213 [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 {} 
01:26:30.214 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:26:30.215 [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=10}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:26:30.217 [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=10} 
01:26:30.217 [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}] 
01:26:30.218 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:26:30.218 [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=10} 
01:26:30.218 [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=10} 
01:26:30.219 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:26:30.219 [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@1f5534b5] 
01:26:30.220 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy] 
01:26:30.220 [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} 
01:26:30.221 [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} 
01:26:30.222 [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 
01:26:30.222 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
01:26:30.223 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=21] 
started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3]
01:26:30.225 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:26:30.226 [BundleStart #20] 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 
01:26:30.227 [BundleStart #20] 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)] 
01:26:30.227 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:26:30.228 [BundleStart #20] 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 
01:26:30.228 [BundleStart #20] 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) 
01:26:30.228 [BundleStart #20] 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)] 
01:26:30.229 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:26:30.256 [BundleStart #20] 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 
01:26:30.257 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:26:30.257 [BundleStart #20] 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)] 
01:26:30.257 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
01:26:30.258 [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@6ec00061 
01:26:30.258 [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 
01:26:30.258 [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) 
01:26:30.258 [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) 
01:26:30.258 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:30.259 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy 
01:26:30.259 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:26:30.259 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:30.261 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:26:30.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.266 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.266 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.294 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:30.294 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:30.308 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:26:30.313 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.313 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.362 [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@7f83f430: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:26:30.362 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:30.363 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:30.363 [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} 
01:26:30.363 [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] 
01:26:30.364 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:26:30.364 [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@7f83f430: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:26:30.365 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:26:30.365 [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@253a289a 
01:26:30.365 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:26:30.365 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:26:30.365 [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) 
01:26:30.366 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:26:30.366 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:26:30.366 [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) 
01:26:30.366 [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) 
01:26:30.366 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:26:30.366 [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) 
01:26:30.367 [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@6c81fe6c] 
01:26:30.367 [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@657cb94f] 
01:26:30.369 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:26:30.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:26:30.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:26:30.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 
01:26:30.370 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:26:30.371 [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=12}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:26:30.371 [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=12} 
01:26:30.371 [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=12} 
01:26:30.371 [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}] 
01:26:30.372 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:26:30.372 [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=12} 
01:26:30.372 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:26:30.372 [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@746650d9] 
01:26:30.373 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy] 
01:26:30.373 [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} 
01:26:30.374 [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} 
01:26:30.374 [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 
01:26:30.375 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:26:30.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2]
01:26:30.376 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:26:30.377 [BundleStart #22] 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 
01:26:30.377 [BundleStart #22] 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)] 
01:26:30.378 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:26:30.378 [BundleStart #22] 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 
01:26:30.379 [BundleStart #22] 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) 
01:26:30.379 [BundleStart #22] 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)] 
01:26:30.380 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:26:30.380 [BundleStart #22] 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 
01:26:30.381 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:26:30.381 [BundleStart #22] 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)] 
01:26:30.381 [BundleStart #22] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 
01:26:30.381 [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@6ec00061 
01:26:30.381 [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 
01:26:30.382 [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) 
01:26:30.382 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:30.382 [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) 
01:26:30.382 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:26:30.383 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy 
01:26:30.383 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:30.384 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice-osgi.xml] 
01:26:30.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.406 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:30.406 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:30.413 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice.xml] 
01:26:30.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:30.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:30.481 [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@63c6bc4d: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:26:30.482 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:30.482 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:30.482 [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} 
01:26:30.482 [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] 
01:26:30.484 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:26:30.484 [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@63c6bc4d: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:26:30.484 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:26:30.484 [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@253a289a 
01:26:30.484 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:26:30.484 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:26:30.485 [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) 
01:26:30.485 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:26:30.485 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:26:30.485 [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) 
01:26:30.485 [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) 
01:26:30.485 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:26:30.485 [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) 
01:26:30.486 [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@51148fde] 
01:26:30.486 [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@1676b6d9] 
Delaying for:0
01:26:30.488 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:26:30.488 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:26:30.488 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:26:30.489 [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 {} 
01:26:30.489 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:26:30.489 [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=14}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:26:30.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=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=14} 
01:26:30.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.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=14} 
01:26:30.490 [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=14} 
01:26:30.490 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]), remaining [{}] 
01:26:30.491 [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 [Sat May 04 01:26:28 UTC 2024]; root of context hierarchy] 
01:26:30.491 [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) 
01:26:30.491 [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) 
01:26:30.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.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:26:30.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:26:30.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:26:30.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4b451aab] 
01:26:30.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy] 
01:26:30.493 [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} 
01:26:30.493 [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} 
01:26:30.494 [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 
01:26:30.494 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:26:30.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=22] 
started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice]
01:26:30.495 [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) 
01:26:30.495 [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 
01:26:30.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:30.495 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:30.496 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
01:26:30.502 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:30.577 [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 
01:26:30.578 [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 
01:26:30.579 [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 
01:26:30.579 [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 
01:26:30.580 [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 
01:26:30.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:30.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:30.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:30.583 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:30.585 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7a35a6fc] 
01:26:30.585 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4a2ae02a] 
01:26:30.587 [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))] 
01:26:30.587 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1741c7c7} 
01:26:30.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1741c7c7] bound to proxy 
01:26:30.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1741c7c7] bound to proxy 
01:26:30.589 [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 
01:26:30.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:26:30.589 [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 
01:26:30.590 [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 
01:26:30.590 [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 
01:26:30.591 [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 
01:26:30.591 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:26:30.591 [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 
01:26:30.592 [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 
01:26:30.592 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:26:30.593 [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 
01:26:30.593 [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))] 
01:26:30.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@36c69f95} 
01:26:30.594 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@36c69f95] bound to proxy 
01:26:30.594 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@36c69f95] bound to proxy 
01:26:30.594 [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)] 
01:26:30.595 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@68a6a918} 
01:26:30.595 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@68a6a918] bound to proxy 
01:26:30.595 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@68a6a918] bound to proxy 
01:26:30.596 [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 
01:26:30.596 [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} 
01:26:30.596 [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] 
01:26:30.601 [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 
01:26:30.602 [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 {} 
01:26:30.602 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 
01:26:30.602 [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 
01:26:30.602 [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@4cc9568b] 
01:26:30.603 [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 [Sat May 04 01:26:28 UTC 2024]; root of context hierarchy] 
01:26:30.603 [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} 
01:26:30.603 [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} 
01:26:30.604 [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 
01:26:30.604 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
01:26:30.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:26:30.604 [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=16} 
01:26:30.605 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:30.605 [main]            TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 
01:26:30.606 [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.69 sec - in org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest
01:26:30.610 [Thread-0]        INFO  o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 
01:26:30.611 [Thread-3]        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) 
01:26:30.611 [Thread-3]        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 [Sat May 04 01:26:27 UTC 2024]; root of context hierarchy 
01:26:30.611 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:30.611 [Thread-3]        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 [Sat May 04 01:26:27 UTC 2024]; root of context hierarchy] 
01:26:30.612 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:30.612 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:30.612 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:30.612 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:30.612 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20], BundleImpl[id=21], BundleImpl[id=22]] 
01:26:30.614 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:30.623 [Framework shutdown] 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 
01:26:30.623 [Framework shutdown] 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 
01:26:30.624 [Framework shutdown] 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 
01:26:30.624 [Framework shutdown] 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 
01:26:30.624 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=22], BundleImpl[id=21], BundleImpl[id=20], BundleImpl[id=19]] 
01:26:30.626 [Framework shutdown] 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 
01:26:30.626 [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) 
01:26:30.626 [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@6ec00061 
01:26:30.626 [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) 
01:26:30.627 [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) 
01:26:30.627 [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) 
01:26:30.627 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy 
01:26:30.628 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy] 
01:26:30.628 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:26:30.629 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@68a6a918] was unregistered and unbound from the service proxy 
01:26:30.629 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@68a6a918] was unregistered and unbound from the service proxy 
01:26:30.629 [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 
01:26:30.630 [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=16} 
01:26:30.630 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@25908528] 
01:26:30.630 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@68a6a918] 
01:26:30.631 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:30.631 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 
01:26:30.632 [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@6ec00061 
01:26:30.632 [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 
01:26:30.632 [Framework shutdown] 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 
01:26:30.632 [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) 
01:26:30.632 [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@6ec00061 
01:26:30.632 [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) 
01:26:30.632 [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) 
01:26:30.633 [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) 
01:26:30.633 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy 
01:26:30.633 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy] 
01:26:30.656 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:26:30.657 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@36c69f95] was unregistered and unbound from the service proxy 
01:26:30.657 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@36c69f95] was unregistered and unbound from the service proxy 
01:26:30.657 [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 
01:26:30.657 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@36c69f95] 
01:26:30.658 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:30.658 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
01:26:30.658 [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@6ec00061 
01:26:30.658 [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 
01:26:30.658 [Framework shutdown] 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 
01:26:30.659 [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) 
01:26:30.659 [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@6ec00061 
01:26:30.659 [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) 
01:26:30.659 [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) 
01:26:30.659 [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) 
01:26:30.660 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy 
01:26:30.660 [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 [Sat May 04 01:26:30 UTC 2024]; root of context hierarchy] 
01:26:30.660 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:26:30.661 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1741c7c7] was unregistered and unbound from the service proxy 
01:26:30.661 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1741c7c7] was unregistered and unbound from the service proxy 
01:26:30.661 [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 
01:26:30.661 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1741c7c7] 
01:26:30.661 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:30.662 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:26:30.662 [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@6ec00061 
01:26:30.662 [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 
01:26:30.662 [Framework shutdown] 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 
01:26:30.662 [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) 
01:26:30.662 [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@6ec00061 
01:26:30.662 [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) 
01:26:30.662 [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) 
01:26:30.663 [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) 
01:26:30.663 [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) 
01:26:30.663 [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 [Sat May 04 01:26:28 UTC 2024]; root of context hierarchy 
01:26:30.663 [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 [Sat May 04 01:26:28 UTC 2024]; root of context hierarchy] 
01:26:30.664 [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] 
01:26:30.664 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:30.664 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:26:30.664 [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@6ec00061 
01:26:30.664 [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 
01:26:30.664 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:30.665 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:30.666 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=22] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@14a6bbc9 
01:26:30.666 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1a61472d 
01:26:30.666 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1e5ed0b9 
01:26:30.667 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5b5c4d16 
01:26:30.667 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:30.667 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:30.668 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:30.669 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:31,402 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:31,523 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:31,526 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:31,550 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:31,592 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:31,595 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:31,601 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:31,611 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5a8e6209 - No compression will be used
01:26:31,619 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:31,619 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:31,621 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:31,621 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:31,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:31,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:31,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:31,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:31,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:31,622 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:31,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:31,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:31,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:31,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:31,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:31,623 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:31,624 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:31,624 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:31,624 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:31,625 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@23e028a9 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest
01:26:31.757 [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.KnopflerfishPlatform 
01:26:31.762 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:85 - Instantiating platform wrapper... 
01:26:31.775 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4961506393957900594kf 
01:26:31.776 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:215 - About to start Knopflerfish OSGi Platform 
01:26:31.894 [main]            INFO  o.e.g.b.i.d.DuplicateClassTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:31.898 [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=} 
01:26:31.899 [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} 
01:26:31.900 [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} 
01:26:31.901 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:32.035 [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] 
01:26:32.051 [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] 
01:26:32.056 [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] 
01:26:32.059 [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] 
01:26:32.068 [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] 
01:26:32.078 [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] 
01:26:32.080 [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] 
01:26:32.084 [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] 
01:26:32.090 [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] 
01:26:32.101 [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] 
01:26:32.124 [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] 
01:26:32.127 [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] 
01:26:32.132 [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] 
01:26:32.160 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:32.163 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:32.168 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:32.172 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:32.192 [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] 
01:26:32.201 [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] 
01:26:32.206 [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] 
01:26:32.208 [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] 
01:26:32.208 [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] 
01:26:32.209 [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] 
01:26:32.210 [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] 
01:26:32.213 [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] 
01:26:32.217 [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] 
01:26:32.217 [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] 
01:26:32.223 [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] 
01:26:32.224 [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] 
01:26:32.225 [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] 
01:26:32.229 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:32.231 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:32.233 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:32,281 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:32,322 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:32,325 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:32,336 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:32,362 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:32,364 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:32,369 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:32,376 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@721786a7 - No compression will be used
01:26:32,381 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:32,381 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:32,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:32,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:32,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:32,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:32,383 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:32,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:32,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
01:26:32,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:32,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:32,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:32,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:32,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:32,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:32,385 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:32,385 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:32,386 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:32,386 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:32,387 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@26fc5bfd - Registering current configuration as safe fallback point
01:26:32.400 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:32.411 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:32.580 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:32.581 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:32.585 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:32.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:32.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:32.596 [BundleStart #16] 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 
01:26:32.596 [BundleStart #16] 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) 
01:26:32.596 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:32.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:32.598 [BundleStart #16] 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 
01:26:32.599 [BundleStart #16] 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) 
01:26:32.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:32.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:32.600 [BundleStart #16] 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 
01:26:32.600 [BundleStart #16] 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) 
01:26:32.601 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:32.601 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:32.601 [BundleStart #16] 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 
01:26:32.602 [BundleStart #16] 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) 
01:26:32.602 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:32.602 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:32.603 [BundleStart #16] 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 
01:26:32.603 [BundleStart #16] 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) 
01:26:32.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:32.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:32.604 [BundleStart #16] 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 
01:26:32.605 [BundleStart #16] 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) 
01:26:32.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:32.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:32.606 [BundleStart #16] 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 
01:26:32.606 [BundleStart #16] 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) 
01:26:32.606 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:32.606 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:32.607 [BundleStart #16] 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 
01:26:32.607 [BundleStart #16] 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) 
01:26:32.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:32.608 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:32.608 [BundleStart #16] 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 
01:26:32.608 [BundleStart #16] 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) 
01:26:32.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:32.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:32.609 [BundleStart #16] 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 
01:26:32.610 [BundleStart #16] 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) 
01:26:32.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:32.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:32.611 [BundleStart #16] 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 
01:26:32.611 [BundleStart #16] 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) 
01:26:32.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:32.612 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:32.612 [BundleStart #16] 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 
01:26:32.612 [BundleStart #16] 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) 
01:26:32.612 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:32.613 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:32.614 [BundleStart #16] 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 
01:26:32.614 [BundleStart #16] 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) 
01:26:32.614 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:32.614 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:32.615 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:32.615 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:32.615 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:32.615 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:32.615 [BundleStart #16] 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 
01:26:32.616 [BundleStart #16] 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) 
01:26:32.616 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:32.616 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:32.618 [BundleStart #16] 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 
01:26:32.618 [BundleStart #16] 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) 
01:26:32.618 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:32.627 [BundleStart #16] 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)] 
01:26:32.628 [BundleStart #16] 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)] 
01:26:32.630 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:32.631 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:32.635 [BundleStart #16] 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)] 
01:26:32.637 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:32.638 [BundleStart #16] 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@13cc05b6 w/ reference null 
01:26:32.638 [BundleStart #16] 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@13cc05b6 w/ reference null 
01:26:32.639 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:32.644 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:32.665 [BundleStart #16] 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 
01:26:32.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:32.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:32.668 [BundleStart #16] 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 
01:26:32.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:32.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:32.671 [BundleStart #16] 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 
01:26:32.671 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:32.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:32.672 [BundleStart #16] 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 
01:26:32.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:32.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:32.674 [BundleStart #16] 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 
01:26:32.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:32.675 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:32.677 [BundleStart #16] 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 
01:26:32.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:32.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:32.678 [BundleStart #16] 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 
01:26:32.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:32.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:32.679 [BundleStart #16] 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 
01:26:32.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:32.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:32.681 [BundleStart #16] 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 
01:26:32.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:32.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:32.682 [BundleStart #16] 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 
01:26:32.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:32.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:32.684 [BundleStart #16] 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 
01:26:32.685 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:32.685 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:32.685 [BundleStart #16] 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 
01:26:32.686 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:32.686 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:32.688 [BundleStart #16] 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 
01:26:32.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:32.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:32.689 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:32.689 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:32.689 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:32.690 [BundleStart #16] 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 
01:26:32.690 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:32.690 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:32.694 [BundleStart #16] 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 
01:26:32.694 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:32.695 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:32.702 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:32.703 [BundleStart #17] 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 
01:26:32.703 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:32.703 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:32.704 [BundleStart #17] 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 
01:26:32.708 [BundleStart #17] 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) 
01:26:32.708 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:32.710 [main]            INFO  o.e.g.b.i.d.DuplicateClassTest:199 - org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest-bundle.properties was not found; using defaults 
01:26:32.711 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:511 - Post processing: creating test bundle 
01:26:32.711 [main]            INFO  o.e.g.b.i.d.DuplicateClassTest:177 - Using Manifest from specified location=[classpath:org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF] 
01:26:32.727 [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] 
01:26:32.728 [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]] 
01:26:32.728 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:32.728 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:32.729 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:32.729 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:32.729 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:32.730 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:32.730 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:32.730 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:32.730 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:32.731 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:32.731 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 
01:26:32.731 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 
01:26:32.732 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 
01:26:32.741 [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 
01:26:32.742 [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.* 
01:26:32.758 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 
01:26:32.759 [BundleStart #18] 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 
01:26:32.759 [BundleStart #18] 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)] 
01:26:32.759 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Functional testing of Spring dependencies (org.springframework.osgi.iandt.duplicateClass.functional)] 
01:26:32.760 [BundleStart #18] 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 
01:26:32.760 [BundleStart #18] 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) 
01:26:32.760 [BundleStart #18] 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)] 
01:26:32.761 [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 
01:26:32.761 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:32.764 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:32.765 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:32.767 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:32.769 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:32.769 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:32.770 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:32.771 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:32.773 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:32.773 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:32.774 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:32.775 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:32.776 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:32.777 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:32.777 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:32.779 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:32.779 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:32.780 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:32.782 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:32.782 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.springframework.osgi.iandt.duplicateClass.functional] does not trigger a context creation. 
01:26:32.783 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:364 - Writing test name [testDependencies] to OSGi 
01:26:32.797 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 
01:26:32.797 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6e171cd7 
01:26:32.798 [main]            INFO  o.e.g.b.i.d.DuplicateClassTest:190 - Loading context for locations:  
01:26:32.811 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Sat May 04 01:26:32 UTC 2024]; root of context hierarchy 
01:26:32.817 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:32.838 [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@2b71e916: defining beans []; root of factory hierarchy 
01:26:32.847 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:32.848 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:32.849 [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} 
01:26:32.850 [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] 
01:26:32.853 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@510f3d34] 
01:26:32.854 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7817fd62] 
01:26:32.857 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7770f470] 
01:26:32.861 [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 [Sat May 04 01:26:32 UTC 2024]; root of context hierarchy] 
01:26:32.865 [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} 
01:26:32.867 [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} 
01:26:32.910 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:32.932 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:26:32.933 [BundleStart #19] 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 
01:26:32.934 [BundleStart #19] 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)] 
01:26:32.934 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:26:32.934 [BundleStart #19] 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 
01:26:32.935 [BundleStart #19] 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) 
01:26:32.935 [BundleStart #19] 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)] 
01:26:32.936 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:26:32.938 [BundleStart #19] 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 
01:26:32.938 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:26:32.941 [BundleStart #19] 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)] 
01:26:32.941 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:26:32.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@3dc33c51 
01:26:32.942 [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 
01:26:32.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) 
01:26:32.943 [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) 
01:26:32.943 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:32.943 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:26:32.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 [Sat May 04 01:26:32 UTC 2024]; root of context hierarchy 
01:26:32.944 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:32.956 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/simpleservice-osgi.xml] 
01:26:32.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:32.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:32.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:32.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:33.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:33.102 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/simpleservice.xml] 
01:26:33.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.107 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.107 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.160 [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@4ba55dab: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:26:33.161 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:33.161 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:33.161 [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} 
01:26:33.161 [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] 
01:26:33.171 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:26:33.174 [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@4ba55dab: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:26:33.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:26:33.175 [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@ea37608 
01:26:33.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:26:33.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:26:33.176 [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) 
01:26:33.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:26:33.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:26:33.176 [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) 
01:26:33.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:26:33.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:26:33.177 [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) 
01:26:33.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@58962bd5] 
01:26:33.179 [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@705a5c60] 
Delaying for:0
01:26:33.199 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:26:33.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:26:33.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:26:33.201 [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 {} 
01:26:33.202 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:26:33.203 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:26:33.203 [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@127d8534] 
01:26:33.204 [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 [Sat May 04 01:26:32 UTC 2024]; root of context hierarchy] 
01:26:33.204 [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} 
01:26:33.205 [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} 
01:26:33.206 [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 
01:26:33.206 [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]
01:26:33.209 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:26:33.219 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 
01:26:33.220 [BundleStart #20] 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 
01:26:33.220 [BundleStart #20] 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)] 
01:26:33.221 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 
01:26:33.222 [BundleStart #20] 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 
01:26:33.222 [BundleStart #20] 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) 
01:26:33.222 [BundleStart #20] 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)] 
01:26:33.223 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:26:33.223 [BundleStart #20] 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 
01:26:33.223 [BundleStart #20] 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)] 
01:26:33.223 [BundleStart #20] 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)] 
01:26:33.224 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:26:33.224 [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@3dc33c51 
01:26:33.224 [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 
01:26:33.224 [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) 
01:26:33.224 [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) 
01:26:33.224 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:33.225 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 
01:26:33.225 [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 [Sat May 04 01:26:33 UTC 2024]; root of context hierarchy 
01:26:33.257 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:33.258 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:26:33.261 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.262 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:33.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:33.292 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:26:33.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.316 [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@6045398d: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy 
01:26:33.317 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:33.317 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:33.318 [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} 
01:26:33.318 [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] 
01:26:33.319 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:26:33.319 [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@6045398d: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy] 
01:26:33.320 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:26:33.320 [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@ea37608 
01:26:33.320 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:26:33.320 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:26:33.321 [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) 
01:26:33.321 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:26:33.321 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:26:33.321 [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) 
01:26:33.356 [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) 
01:26:33.357 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:26:33.357 [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) 
01:26:33.357 [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@3608dad8] 
01:26:33.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@7b4e45bb] 
01:26:33.359 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 
01:26:33.360 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 
01:26:33.360 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 
01:26:33.360 [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 {} 
01:26:33.361 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:26:33.361 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 
01:26:33.361 [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@7685af30] 
01:26:33.362 [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 [Sat May 04 01:26:33 UTC 2024]; root of context hierarchy] 
01:26:33.362 [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} 
01:26:33.363 [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} 
01:26:33.363 [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 
01:26:33.364 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 
01:26:33.364 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice.identical]
01:26:33.365 [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=10} 
01:26:33.366 [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=12} 
Bond.  James Bond.
Connery.  Sean Connery #1
01:26:33.366 [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=10} 
01:26:33.367 [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=12} 
01:26:33.369 [BundleStop #20]  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 
01:26:33.369 [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) 
01:26:33.369 [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@3dc33c51 
01:26:33.370 [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) 
01:26:33.370 [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) 
01:26:33.371 [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) 
01:26:33.371 [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 [Sat May 04 01:26:33 UTC 2024]; root of context hierarchy 
01:26:33.371 [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 [Sat May 04 01:26:33 UTC 2024]; root of context hierarchy] 
01:26:33.373 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 
01:26:33.374 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@62b7b37] 
01:26:33.374 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:33.375 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:26:33.375 [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@3dc33c51 
01:26:33.375 [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 
01:26:33.376 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@24ba5f26 
01:26:33.377 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:26:33.378 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:26:33.379 [BundleStop #19]  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 
01:26:33.379 [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) 
01:26:33.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@3dc33c51 
01:26:33.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) 
01:26:33.380 [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) 
01:26:33.380 [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) 
01:26:33.380 [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 [Sat May 04 01:26:32 UTC 2024]; root of context hierarchy 
01:26:33.380 [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 [Sat May 04 01:26:32 UTC 2024]; root of context hierarchy] 
01:26:33.381 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:26:33.381 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@151daeb8] 
01:26:33.381 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:33.382 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:26:33.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@3dc33c51 
01:26:33.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 
01:26:33.383 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2a7da5c1 
01:26:33.394 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 
01:26:33.395 [BundleStart #21] 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 
01:26:33.396 [BundleStart #21] 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)] 
01:26:33.396 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice.identical)] 
01:26:33.397 [BundleStart #21] 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 
01:26:33.397 [BundleStart #21] 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) 
01:26:33.397 [BundleStart #21] 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)] 
01:26:33.398 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:26:33.398 [BundleStart #21] 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 
01:26:33.398 [BundleStart #21] 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)] 
01:26:33.399 [BundleStart #21] 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)] 
01:26:33.399 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:26:33.399 [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 
01:26:33.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3dc33c51 
01:26:33.400 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:33.400 [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) 
01:26:33.400 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 
01:26:33.400 [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) 
01:26:33.401 [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 [Sat May 04 01:26:33 UTC 2024]; root of context hierarchy 
01:26:33.401 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:33.402 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:26:33.405 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.406 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.406 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.458 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:33.458 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:33.465 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:26:33.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:33.469 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.469 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:33.486 [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@2b8be705: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy 
01:26:33.487 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:33.487 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:33.487 [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} 
01:26:33.488 [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] 
01:26:33.489 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:26:33.489 [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@2b8be705: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy] 
01:26:33.489 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:26:33.490 [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@ea37608 
01:26:33.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:26:33.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:26:33.490 [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) 
01:26:33.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:26:33.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:26:33.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.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 
01:26:33.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.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 
01:26:33.491 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:26:33.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.identical, config=osgibundle:/META-INF/spring/*.xml) 
01:26:33.491 [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@b6284c] 
01:26:33.492 [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@1cf3a5] 
01:26:33.493 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 
01:26:33.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 
01:26:33.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 
01:26:33.494 [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 {} 
01:26:33.494 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:26:33.495 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 
01:26:33.495 [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@2aebc60d] 
01:26:33.495 [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 [Sat May 04 01:26:33 UTC 2024]; root of context hierarchy] 
01:26:33.496 [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} 
01:26:33.496 [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} 
01:26:33.497 [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 
01:26:33.497 [main]            DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 
01:26:33.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=21] 
started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice.identical]
01:26:33.498 [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=14} 
Dalton.  Timothy Dalton #1
01:26:33.498 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:33.499 [main]            TRACE o.e.g.b.i.d.DuplicateClassTest:440 - Reading OSGi results for test [testDependencies] 
01:26:33.500 [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.749 sec - in org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest
01:26:33.506 [Thread-0]        INFO  o.e.g.b.i.d.DuplicateClassTest:471 - Shutting down OSGi platform 
01:26:33.506 [Thread-3]        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) 
01:26:33.506 [Thread-3]        INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Sat May 04 01:26:32 UTC 2024]; root of context hierarchy 
01:26:33.506 [Thread-3]        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 [Sat May 04 01:26:32 UTC 2024]; root of context hierarchy] 
01:26:33.507 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:33.507 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:33.507 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:33.507 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:33.507 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:33.508 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:33.508 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=21]] 
01:26:33.614 [Framework shutdown] 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 
01:26:33.615 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21]] 
01:26:33.615 [Framework shutdown] 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 
01:26:33.616 [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) 
01:26:33.616 [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@3dc33c51 
01:26:33.616 [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) 
01:26:33.616 [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) 
01:26:33.617 [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) 
01:26:33.617 [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 [Sat May 04 01:26:33 UTC 2024]; root of context hierarchy 
01:26:33.617 [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 [Sat May 04 01:26:33 UTC 2024]; root of context hierarchy] 
01:26:33.618 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 
01:26:33.618 [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=14} 
01:26:33.619 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1b2e796c] 
01:26:33.619 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:33.619 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:26:33.619 [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@3dc33c51 
01:26:33.620 [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 
01:26:33.620 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:33.620 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:33.621 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2e423456 
01:26:33.621 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:33.622 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:33.622 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:33.623 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:34,315 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:34,448 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:34,452 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:34,474 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:34,513 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:34,515 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:34,521 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:34,531 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:26:34,539 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:34,539 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:34,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:34,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:34,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:34,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:34,558 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:34,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:34,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:34,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:34,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:34,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:34,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:34,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:34,560 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:34,560 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:34,560 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:34,561 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:34,561 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:34,562 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest
01:26:34.683 [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.KnopflerfishPlatform 
01:26:34.688 [main]            TRACE o.e.g.b.i.e.ExportImportTest:85 - Instantiating platform wrapper... 
01:26:34.701 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3750308654546149795kf 
01:26:34.701 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:215 - About to start Knopflerfish OSGi Platform 
01:26:34.811 [main]            INFO  o.e.g.b.i.e.ExportImportTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:34.815 [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=} 
01:26:34.816 [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} 
01:26:34.817 [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} 
01:26:34.818 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:34.948 [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] 
01:26:34.964 [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] 
01:26:34.969 [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] 
01:26:34.971 [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] 
01:26:34.980 [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] 
01:26:34.991 [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] 
01:26:34.993 [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] 
01:26:34.997 [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] 
01:26:35.003 [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] 
01:26:35.009 [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] 
01:26:35.027 [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] 
01:26:35.029 [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] 
01:26:35.034 [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] 
01:26:35.059 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:35.062 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:35.066 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:35.069 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:35.092 [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] 
01:26:35.101 [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] 
01:26:35.106 [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] 
01:26:35.108 [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] 
01:26:35.109 [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] 
01:26:35.109 [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] 
01:26:35.110 [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] 
01:26:35.113 [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] 
01:26:35.117 [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] 
01:26:35.117 [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] 
01:26:35.124 [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] 
01:26:35.125 [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] 
01:26:35.126 [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] 
01:26:35.130 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:35.132 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:35.134 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:35,186 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:35,227 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:35,229 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:35,241 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:35,268 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:35,270 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:35,276 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:35,284 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used
01:26:35,290 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:35,291 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:35,292 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:35,292 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:35,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:35,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:35,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:35,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:35,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:35,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:35,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:35,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:35,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:35,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:35,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:35,295 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:35,295 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:35,296 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:35,296 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:35,297 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point
01:26:35.310 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:35.320 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:35.474 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:35.475 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:35.479 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:35.482 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:35.487 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:35.489 [BundleStart #16] 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 
01:26:35.489 [BundleStart #16] 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) 
01:26:35.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:35.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:35.492 [BundleStart #16] 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 
01:26:35.492 [BundleStart #16] 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) 
01:26:35.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:35.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:35.494 [BundleStart #16] 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 
01:26:35.494 [BundleStart #16] 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) 
01:26:35.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:35.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:35.495 [BundleStart #16] 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 
01:26:35.495 [BundleStart #16] 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) 
01:26:35.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:35.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:35.497 [BundleStart #16] 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 
01:26:35.497 [BundleStart #16] 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) 
01:26:35.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:35.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:35.498 [BundleStart #16] 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 
01:26:35.499 [BundleStart #16] 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) 
01:26:35.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:35.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:35.500 [BundleStart #16] 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 
01:26:35.500 [BundleStart #16] 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) 
01:26:35.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:35.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:35.501 [BundleStart #16] 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 
01:26:35.501 [BundleStart #16] 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) 
01:26:35.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:35.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:35.503 [BundleStart #16] 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 
01:26:35.503 [BundleStart #16] 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) 
01:26:35.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:35.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:35.504 [BundleStart #16] 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 
01:26:35.504 [BundleStart #16] 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) 
01:26:35.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:35.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:35.506 [BundleStart #16] 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 
01:26:35.506 [BundleStart #16] 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) 
01:26:35.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:35.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:35.507 [BundleStart #16] 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 
01:26:35.507 [BundleStart #16] 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) 
01:26:35.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:35.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:35.509 [BundleStart #16] 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 
01:26:35.509 [BundleStart #16] 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) 
01:26:35.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:35.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:35.510 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:35.510 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:35.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:35.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:35.511 [BundleStart #16] 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 
01:26:35.511 [BundleStart #16] 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) 
01:26:35.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:35.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:35.513 [BundleStart #16] 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 
01:26:35.513 [BundleStart #16] 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) 
01:26:35.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:35.523 [BundleStart #16] 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)] 
01:26:35.523 [BundleStart #16] 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)] 
01:26:35.526 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:35.526 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:35.530 [BundleStart #16] 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)] 
01:26:35.532 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:35.532 [BundleStart #16] 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@1f27620 w/ reference null 
01:26:35.533 [BundleStart #16] 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@1f27620 w/ reference null 
01:26:35.534 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:35.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:35.548 [BundleStart #16] 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 
01:26:35.548 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:35.549 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:35.551 [BundleStart #16] 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 
01:26:35.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:35.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:35.554 [BundleStart #16] 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 
01:26:35.554 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:35.555 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:35.555 [BundleStart #16] 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 
01:26:35.556 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:35.556 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:35.557 [BundleStart #16] 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 
01:26:35.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:35.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:35.560 [BundleStart #16] 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 
01:26:35.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:35.561 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:35.561 [BundleStart #16] 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 
01:26:35.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:35.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:35.563 [BundleStart #16] 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 
01:26:35.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:35.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:35.564 [BundleStart #16] 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 
01:26:35.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:35.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:35.566 [BundleStart #16] 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 
01:26:35.567 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:35.567 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:35.568 [BundleStart #16] 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 
01:26:35.569 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:35.569 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:35.570 [BundleStart #16] 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 
01:26:35.570 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:35.570 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:35.572 [BundleStart #16] 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 
01:26:35.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:35.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:35.573 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:35.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:35.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:35.574 [BundleStart #16] 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 
01:26:35.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:35.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:35.578 [BundleStart #16] 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 
01:26:35.579 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:35.580 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:35.586 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:35.587 [BundleStart #17] 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 
01:26:35.587 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:35.588 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:35.588 [BundleStart #17] 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 
01:26:35.593 [BundleStart #17] 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) 
01:26:35.593 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:35.595 [main]            INFO  o.e.g.b.i.e.ExportImportTest:199 - org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest-bundle.properties was not found; using defaults 
01:26:35.595 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:511 - Post processing: creating test bundle 
01:26:35.608 [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] 
01:26:35.608 [main]            INFO  o.e.g.b.i.e.ExportImportTest:202 - Automatically creating Manifest for the test bundle 
01:26:35.609 [main]            INFO  o.e.g.b.i.e.ExportImportTest:366 - Using the test class for generating bundle imports 
01:26:35.611 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 
01:26:35.611 [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... 
01:26:35.615 [main]            TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class ExportImportTest 
01:26:35.627 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:35.628 [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... 
01:26:35.628 [main]            TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest 
01:26:35.632 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:35.632 [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... 
01:26:35.632 [main]            TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:35.634 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:35.634 [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... 
01:26:35.635 [main]            TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:35.635 [main]            TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:35.636 [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 
01:26:35.636 [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} 
01:26:35.636 [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] 
01:26:35.637 [main]            TRACE o.e.g.b.i.e.ExportImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:35.637 [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] 
01:26:35.637 [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] 
01:26:35.638 [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]] 
01:26:35.638 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:35.638 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:35.638 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:35.639 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:35.639 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:35.639 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:35.639 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:35.639 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:35.639 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:35.640 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:35.640 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 
01:26:35.640 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 
01:26:35.640 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 
01:26:35.641 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 
01:26:35.647 [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 
01:26:35.647 [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.* 
01:26:35.650 [BundleStart #18] 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)] 
01:26:35.651 [BundleStart #18] 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 
01:26:35.651 [BundleStart #18] 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)] 
01:26:35.651 [BundleStart #18] 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)] 
01:26:35.651 [BundleStart #18] 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 
01:26:35.652 [BundleStart #18] 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) 
01:26:35.652 [BundleStart #18] 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)] 
01:26:35.652 [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 
01:26:35.652 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:35.654 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:35.655 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:35.656 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:35.657 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:35.657 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:35.658 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:35.659 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:35.659 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:35.660 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:35.660 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:35.661 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:35.661 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:35.662 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:35.662 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:35.663 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:35.663 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:35.664 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:35.665 [main]            TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:35.665 [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. 
01:26:35.666 [main]            TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testExportNA] to OSGi 
01:26:35.680 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportNA] for execution inside OSGi 
01:26:35.680 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportNA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:26:35.681 [main]            INFO  o.e.g.b.i.e.ExportImportTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 
01:26:35.693 [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 [Sat May 04 01:26:35 UTC 2024]; root of context hierarchy 
01:26:35.699 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:35.728 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml] 
01:26:35.760 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:35.761 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:35.762 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:35.762 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:35.836 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:35.836 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:35.901 [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@484970b0: defining beans [map,export1,export2,list,na,export-na]; root of factory hierarchy 
01:26:35.913 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:35.914 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:35.915 [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} 
01:26:35.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] 
01:26:35.929 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@b62d79] 
01:26:35.929 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6631f5ca] 
01:26:35.967 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export1] is being tracked for dependencies 
01:26:35.968 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export1] depends (transitively) on the following importers:{} 
01:26:35.969 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export1] depends on importers:[] 
01:26:35.970 [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} 
01:26:35.971 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 
01:26:35.973 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export1] started; all its dependencies are satisfied 
01:26:35.974 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export2] is being tracked for dependencies 
01:26:35.974 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export2] depends (transitively) on the following importers:{} 
01:26:35.975 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export2] depends on importers:[] 
01:26:35.975 [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} 
01:26:35.976 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 
01:26:35.976 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export2] started; all its dependencies are satisfied 
01:26:35.980 [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 
01:26:35.981 [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 
01:26:35.983 [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 
01:26:35.984 [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 
01:26:35.985 [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 
01:26:35.988 [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 
01:26:35.989 [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 
01:26:35.989 [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 
01:26:35.990 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.io.Serializable} and filter=[]  in=[(objectClass=java.io.Serializable)] 
01:26:35.990 [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)] 
01:26:35.991 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:35.991 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:35.992 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.io.Serializable)] 
01:26:35.992 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1de5f259, org.knopflerfish.framework.ServiceReferenceImpl@31fa1761} 
01:26:35.995 [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=9} 
01:26:36.005 [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 
01:26:36.006 [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 
01:26:36.007 [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 
01:26:36.007 [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 
01:26:36.008 [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 
01:26:36.010 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1de5f259 
01:26:36.010 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@1e6a3214 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;@368247b9, service.id=9} 
01:26:36.011 [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 510276116 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;@368247b9, service.id=9}
01:26:36.012 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1de5f259 
01:26:36.013 [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=10} 
01:26:36.014 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@31fa1761 
01:26:36.014 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@738dc9b 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;@3c77d488, service.id=10} 
01:26:36.014 [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 121167003 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;@3c77d488, service.id=10}
01:26:36.015 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@31fa1761 
01:26:36.018 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.util.Queue} and filter=[]  in=[(objectClass=java.util.Queue)] 
01:26:36.018 [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)] 
01:26:36.019 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:36.023 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:36.029 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Queue)] 
01:26:36.029 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:26:36.031 [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 
01:26:36.032 [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 
01:26:36.033 [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 
01:26:36.034 [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 
01:26:36.035 [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 
01:26:36.036 [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 
01:26:36.036 [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 
01:26:36.037 [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)]] 
01:26:36.038 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export-na] is being tracked for dependencies 
01:26:36.038 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export-na] depends (transitively) on the following importers:{&na} 
01:26:36.038 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export-na] depends on importers:[&na] 
01:26:36.044 [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 
01:26:36.044 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [export-na] not started; there are still unsatisfied dependencies [&na] 
01:26:36.045 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:178 - Invoking unregistered method with props=null 
01:26:36.045 [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
01:26:36.047 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1c5920df] 
01:26:36.050 [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 [Sat May 04 01:26:35 UTC 2024]; root of context hierarchy] 
01:26:36.052 [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} 
01:26:36.053 [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
01:26:36.073 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:36.074 [main]            TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testExportNA] 
01:26:36.075 [main]            DEBUG o.e.g.b.i.e.ExportImportTest:447 - Test[testExportNA]'s result read 
01:26:36.076 [main]            TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testCollectionSize] to OSGi 
01:26:36.077 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCollectionSize] for execution inside OSGi 
01:26:36.077 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCollectionSize] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@14028087 
01:26:36.078 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:36.078 [main]            TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testCollectionSize] 
01:26:36.078 [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: 1.401 sec - in org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest
01:26:36.082 [Thread-0]        INFO  o.e.g.b.i.e.ExportImportTest:471 - Shutting down OSGi platform 
01:26:36.083 [Thread-3]        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) 
01:26:36.083 [Thread-3]        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 [Sat May 04 01:26:35 UTC 2024]; root of context hierarchy 
01:26:36.083 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:36.083 [Thread-3]        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 [Sat May 04 01:26:35 UTC 2024]; root of context hierarchy] 
01:26:36.084 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:36.084 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:36.084 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:36.084 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:36.085 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:36.085 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:36.085 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:36.086 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export-na] 
01:26:36.087 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:36.087 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:36.087 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:36.088 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1de5f259 
01:26:36.088 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:36.088 [Thread-3]        TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@1e6a3214 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;@4a4061, service.id=9} 
01:26:36.088 [Thread-3]        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 510276116 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;@4a4061, service.id=9}
01:26:36.089 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1de5f259 
01:26:36.090 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@31fa1761 
01:26:36.090 [Thread-3]        TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@738dc9b 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;@69e78889, service.id=10} 
01:26:36.090 [Thread-3]        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 121167003 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;@69e78889, service.id=10}
01:26:36.091 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@20140db9 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@31fa1761 
01:26:36.091 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export2] 
01:26:36.092 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export1] 
01:26:36.092 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:36,782 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:36,913 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:36,916 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:36,939 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:36,977 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:36,980 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:36,986 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:36,996 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:26:37,004 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:37,004 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:37,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:37,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:37,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:37,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:37,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:37,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:37,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:37,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:37,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:37,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:37,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:37,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:37,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:37,008 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:37,009 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:37,009 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:37,010 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:37,011 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest
01:26:37.129 [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.KnopflerfishPlatform 
01:26:37.134 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:85 - Instantiating platform wrapper... 
01:26:37.147 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7895112027550487246kf 
01:26:37.147 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:215 - About to start Knopflerfish OSGi Platform 
01:26:37.274 [main]            INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:37.278 [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=} 
01:26:37.279 [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} 
01:26:37.280 [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} 
01:26:37.281 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:37.444 [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] 
01:26:37.463 [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] 
01:26:37.469 [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] 
01:26:37.472 [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] 
01:26:37.482 [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] 
01:26:37.493 [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] 
01:26:37.495 [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] 
01:26:37.503 [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] 
01:26:37.509 [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] 
01:26:37.515 [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] 
01:26:37.537 [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] 
01:26:37.558 [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] 
01:26:37.563 [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] 
01:26:37.572 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:37.574 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:37.579 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:37.583 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:37.586 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:37.603 [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] 
01:26:37.611 [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] 
01:26:37.616 [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] 
01:26:37.618 [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] 
01:26:37.619 [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] 
01:26:37.619 [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] 
01:26:37.620 [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] 
01:26:37.623 [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] 
01:26:37.626 [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] 
01:26:37.627 [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] 
01:26:37.633 [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] 
01:26:37.634 [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] 
01:26:37.635 [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] 
01:26:37.659 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:37.661 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:37.663 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:37,694 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:37,735 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:37,738 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:37,750 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:37,779 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:37,781 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:37,785 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:37,792 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610db2fa - No compression will be used
01:26:37,797 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:37,798 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:37,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:37,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:37,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:37,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:37,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:37,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:37,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:37,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:37,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:37,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:37,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:37,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:37,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:37,802 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:37,802 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:37,802 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:37,803 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:37,803 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@37eef49f - Registering current configuration as safe fallback point
01:26:37.817 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:37.828 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:38.004 [BundleStart #16] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): startup date [Sat May 04 01:26:38 UTC 2024]; root of context hierarchy 
01:26:38.011 [BundleStart #16] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:38.042 [BundleStart #16] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from OSGi resource[bundle://18/META-INF/spring/extender/extra-config.xml|bnd.id=16|bnd.sym=org.eclipse.gemini.blueprint.extender] 
01:26:38.078 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:38.079 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:38.080 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:38.081 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:38.162 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:38.163 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:38.177 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-util.xsd 
01:26:38.178 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-util.xsd at bundle://8/org/springframework/beans/factory/xml/spring-util.xsd 
01:26:38.181 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
01:26:38.181 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 
01:26:38.216 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@2389e139: defining beans [packageAdmin,taskExecutor,shutdownTaskExecutor,extenderProperties]; root of factory hierarchy 
01:26:38.227 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:38.228 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:38.229 [BundleStart #16] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:26:38.229 [BundleStart #16] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:26:38.258 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1351ea6a] 
01:26:38.261 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@54ac995e] 
01:26:38.290 [BundleStart #16] 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)] 
01:26:38.290 [BundleStart #16] 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)] 
01:26:38.292 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:38.300 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:38.311 [BundleStart #16] 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 
01:26:38.312 [BundleStart #16] 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 
01:26:38.317 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=org.osgi.service.packageadmin.PackageAdmin)] 
01:26:38.318 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@61009542} 
01:26:38.319 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@61009542] bound to proxy 
01:26:38.319 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@61009542] bound to proxy 
01:26:38.323 [BundleStart #16] 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 
01:26:38.323 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.348 [BundleStart #16] 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 
01:26:38.349 [BundleStart #16] 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 
01:26:38.349 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.363 [BundleStart #16] 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 
01:26:38.363 [BundleStart #16] 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 
01:26:38.364 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.379 [BundleStart #16] 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 
01:26:38.380 [BundleStart #16] 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 
01:26:38.380 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.382 [BundleStart #16] 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 
01:26:38.400 [BundleStart #16] 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 
01:26:38.401 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.403 [BundleStart #16] 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 
01:26:38.424 [BundleStart #16] 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 
01:26:38.425 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.441 [BundleStart #16] 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 
01:26:38.442 [BundleStart #16] 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 
01:26:38.442 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.471 [BundleStart #16] 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 
01:26:38.473 [BundleStart #16] 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 
01:26:38.473 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.483 [BundleStart #16] 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 
01:26:38.487 [BundleStart #16] 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 
01:26:38.487 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.489 [BundleStart #16] 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 
01:26:38.499 [BundleStart #16] 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 
01:26:38.500 [BundleStart #16] 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 
01:26:38.500 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.503 [BundleStart #16] 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 
01:26:38.512 [BundleStart #16] 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 
01:26:38.513 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.516 [BundleStart #16] 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 
01:26:38.524 [BundleStart #16] 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 
01:26:38.525 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.528 [BundleStart #16] 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 
01:26:38.537 [BundleStart #16] 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 
01:26:38.558 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  'taskExecutor' 
01:26:38.559 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  'shutdownTaskExecutor' 
01:26:38.562 [BundleStart #16] 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 
01:26:38.562 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.565 [BundleStart #16] 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 
01:26:38.574 [BundleStart #16] 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 
01:26:38.575 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.576 [BundleStart #16] 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 
01:26:38.585 [BundleStart #16] 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 
01:26:38.586 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.587 [BundleStart #16] 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 
01:26:38.597 [BundleStart #16] 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 
01:26:38.597 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.600 [BundleStart #16] 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 
01:26:38.617 [BundleStart #16] 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 
01:26:38.618 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.621 [BundleStart #16] 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 
01:26:38.629 [BundleStart #16] 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 
01:26:38.630 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 
01:26:38.632 [BundleStart #16] 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 
01:26:38.647 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@43f3621b] 
01:26:38.650 [BundleStart #16] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): startup date [Sat May 04 01:26:38 UTC 2024]; root of context hierarchy] 
01:26:38.657 [BundleStart #16] 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-202405040125} 
01:26:38.659 [BundleStart #16] 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} 
01:26:38.663 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:38.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:38.671 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:38.673 [BundleStart #16] 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 
01:26:38.673 [BundleStart #16] 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) 
01:26:38.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:38.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:38.675 [BundleStart #16] 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 
01:26:38.676 [BundleStart #16] 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) 
01:26:38.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:38.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:38.677 [BundleStart #16] 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 
01:26:38.677 [BundleStart #16] 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) 
01:26:38.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:38.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:38.678 [BundleStart #16] 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 
01:26:38.678 [BundleStart #16] 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) 
01:26:38.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:38.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:38.679 [BundleStart #16] 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 
01:26:38.679 [BundleStart #16] 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) 
01:26:38.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:38.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:38.680 [BundleStart #16] 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 
01:26:38.680 [BundleStart #16] 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) 
01:26:38.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:38.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:38.681 [BundleStart #16] 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 
01:26:38.681 [BundleStart #16] 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) 
01:26:38.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:38.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:38.682 [BundleStart #16] 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 
01:26:38.682 [BundleStart #16] 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) 
01:26:38.682 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:38.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:38.683 [BundleStart #16] 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 
01:26:38.683 [BundleStart #16] 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) 
01:26:38.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:38.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:38.684 [BundleStart #16] 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 
01:26:38.684 [BundleStart #16] 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) 
01:26:38.684 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:38.685 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:38.685 [BundleStart #16] 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 
01:26:38.685 [BundleStart #16] 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) 
01:26:38.685 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:38.686 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:38.686 [BundleStart #16] 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 
01:26:38.686 [BundleStart #16] 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) 
01:26:38.686 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:38.686 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:38.687 [BundleStart #16] 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 
01:26:38.687 [BundleStart #16] 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) 
01:26:38.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:38.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:38.688 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:38.688 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:38.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:38.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:38.689 [BundleStart #16] 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 
01:26:38.689 [BundleStart #16] 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) 
01:26:38.689 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:38.689 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:38.691 [BundleStart #16] 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 
01:26:38.691 [BundleStart #16] 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) 
01:26:38.691 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:38.693 [BundleStart #16] 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)] 
01:26:38.694 [BundleStart #16] 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)] 
01:26:38.695 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:38.695 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:38.697 [BundleStart #16] 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)] 
01:26:38.698 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:38.698 [BundleStart #16] 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@5d758b3a w/ reference null 
01:26:38.698 [BundleStart #16] 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@5d758b3a w/ reference null 
01:26:38.699 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:38.703 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:38.705 [BundleStart #16] 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 
01:26:38.706 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:38.706 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:38.708 [BundleStart #16] 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 
01:26:38.708 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:38.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:38.710 [BundleStart #16] 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 
01:26:38.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:38.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:38.711 [BundleStart #16] 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 
01:26:38.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:38.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:38.713 [BundleStart #16] 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 
01:26:38.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:38.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:38.715 [BundleStart #16] 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 
01:26:38.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:38.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:38.715 [BundleStart #16] 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 
01:26:38.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:38.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:38.717 [BundleStart #16] 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 
01:26:38.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:38.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:38.718 [BundleStart #16] 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 
01:26:38.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:38.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:38.719 [BundleStart #16] 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 
01:26:38.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:38.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:38.721 [BundleStart #16] 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 
01:26:38.721 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:38.721 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:38.722 [BundleStart #16] 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 
01:26:38.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:38.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:38.724 [BundleStart #16] 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 
01:26:38.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:38.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:38.725 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:38.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:38.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:38.726 [BundleStart #16] 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 
01:26:38.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:38.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:38.729 [BundleStart #16] 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 
01:26:38.729 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:38.730 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:38.734 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:38.735 [BundleStart #17] 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 
01:26:38.735 [BundleStart #17] 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) 
01:26:38.735 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:38.735 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:38.736 [BundleStart #17] 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 
01:26:38.737 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:38.737 [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-knopflerfish/integration-tests/bundles/extender.fragment.bundle/target/extender-fragment-bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:26:38.739 [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 
01:26:38.739 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:511 - Post processing: creating test bundle 
01:26:38.751 [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] 
01:26:38.751 [main]            INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:202 - Automatically creating Manifest for the test bundle 
01:26:38.752 [main]            INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:366 - Using the test class for generating bundle imports 
01:26:38.758 [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 
01:26:38.759 [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... 
01:26:38.762 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class ExtenderConfigurationTest 
01:26:38.775 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:38.775 [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... 
01:26:38.776 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest 
01:26:38.779 [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 
01:26:38.779 [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... 
01:26:38.779 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:38.781 [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 
01:26:38.781 [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... 
01:26:38.781 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:38.782 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:38.782 [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 
01:26:38.782 [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} 
01:26:38.783 [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] 
01:26:38.783 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:38.783 [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] 
01:26:38.783 [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] 
01:26:38.784 [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]] 
01:26:38.784 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:38.784 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:38.784 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:38.785 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:38.785 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:38.785 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:38.785 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:38.785 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:38.785 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:38.786 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:38.786 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 
01:26:38.786 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 
01:26:38.786 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 
01:26:38.786 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
01:26:38.792 [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 
01:26:38.793 [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.* 
01:26:38.795 [BundleStart #19] 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)] 
01:26:38.795 [BundleStart #19] 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 
01:26:38.796 [BundleStart #19] 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) 
01:26:38.796 [BundleStart #19] 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)] 
01:26:38.796 [BundleStart #19] 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)] 
01:26:38.797 [BundleStart #19] 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 
01:26:38.797 [BundleStart #19] 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)] 
01:26:38.797 [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 
01:26:38.797 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:38.799 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:38.800 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:38.801 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:38.802 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:38.802 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:38.802 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:38.803 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:38.804 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:38.804 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:38.804 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:38.805 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:38.805 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:38.806 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:38.806 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:38.807 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:38.807 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:38.807 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:38.808 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:38.809 [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. 
01:26:38.809 [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 
01:26:38.809 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testCustomProperties] to OSGi 
01:26:38.822 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCustomProperties] for execution inside OSGi 
01:26:38.822 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCustomProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4f18837a 
01:26:38.823 [main]            INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
01:26:38.823 [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 [Sat May 04 01:26:38 UTC 2024]; root of context hierarchy 
01:26:38.824 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:38.825 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml] 
01:26:38.828 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:38.828 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:38.829 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:38.829 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:38.866 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:38.867 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:38.877 [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@6b81ce95: defining beans [appCtx]; root of factory hierarchy 
01:26:38.877 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:38.877 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:38.878 [main]            TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:26:38.878 [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] 
01:26:38.879 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@515aebb0] 
01:26:38.879 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@dd8ba08] 
01:26:38.881 [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))] 
01:26:38.881 [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))] 
01:26:38.881 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:38.882 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:38.882 [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 
01:26:38.883 [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 
01:26:38.883 [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 
01:26:38.884 [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 
01:26:38.885 [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 
01:26:38.891 [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 
01:26:38.892 [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))] 
01:26:38.893 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@719c8429} 
01:26:38.893 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@719c8429] bound to proxy 
01:26:38.893 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@719c8429] bound to proxy 
01:26:38.894 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@16293aa2] 
01:26:38.894 [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 [Sat May 04 01:26:38 UTC 2024]; root of context hierarchy] 
01:26:38.894 [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} 
01:26:38.895 [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} 
01:26:38.917 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:38.917 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testCustomProperties] 
01:26:38.918 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testCustomProperties]'s result read 
01:26:38.919 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testExtenderConfigAppCtxPublished] to OSGi 
01:26:38.920 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExtenderConfigAppCtxPublished] for execution inside OSGi 
01:26:38.920 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExtenderConfigAppCtxPublished] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@49e53c76 
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-202405040125,service.id=7}
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=10}
01:26:38.921 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:38.921 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testExtenderConfigAppCtxPublished] 
01:26:38.921 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testExtenderConfigAppCtxPublished]'s result read 
01:26:38.922 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testShutdownTaskExecutor] to OSGi 
01:26:38.922 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShutdownTaskExecutor] for execution inside OSGi 
01:26:38.922 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testShutdownTaskExecutor] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@351d00c0 
01:26:38.923 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:38.923 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testShutdownTaskExecutor] 
01:26:38.923 [main]            DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testShutdownTaskExecutor]'s result read 
01:26:38.924 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testTaskExecutor] to OSGi 
01:26:38.924 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTaskExecutor] for execution inside OSGi 
01:26:38.924 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTaskExecutor] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2a3b5b47 
01:26:38.925 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:38.925 [main]            TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testTaskExecutor] 
01:26:38.925 [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.832 sec - in org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest
01:26:38.960 [Thread-0]        INFO  o.e.g.b.i.e.c.ExtenderConfigurationTest:471 - Shutting down OSGi platform 
01:26:38.960 [Thread-3]        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) 
01:26:38.961 [Thread-3]        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 [Sat May 04 01:26:38 UTC 2024]; root of context hierarchy 
01:26:38.961 [Thread-3]        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 [Sat May 04 01:26:38 UTC 2024]; root of context hierarchy] 
01:26:38.961 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:38.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:38.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:38.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:38.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:38.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:38.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:38.962 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@719c8429] was unregistered and unbound from the service proxy 
01:26:38.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:38.963 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@719c8429] was unregistered and unbound from the service proxy 
01:26:38.963 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:38.964 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:26:38.964 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:38.965 [BundleStop #16]  INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender) 
01:26:38.966 [BundleStop #16]  INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): startup date [Sat May 04 01:26:38 UTC 2024]; root of context hierarchy 
01:26:38.966 [BundleStop #16]  TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundle://18/META-INF/spring/extender/extra-config.xml): startup date [Sat May 04 01:26:38 UTC 2024]; root of context hierarchy] 
01:26:38.966 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'shutdownTaskExecutor' 
01:26:38.967 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'taskExecutor' 
01:26:38.967 [BundleStop #16]  DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@61009542] was unregistered and unbound from the service proxy 
01:26:38.967 [BundleStop #16]  DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@61009542] was unregistered and unbound from the service proxy 
01:26:38.967 [BundleStop #16]  DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:38.968 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:39,687 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:39,811 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:39,814 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:39,837 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:39,883 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:39,885 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:39,891 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:39,901 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:26:39,909 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:39,909 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:39,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:39,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:39,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:39,911 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:39,912 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:39,912 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:39,912 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:39,912 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:39,913 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:39,913 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:39,913 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:39,913 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:39,914 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:39,914 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:39,914 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:39,915 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:39,915 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:39,916 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest
01:26:40.035 [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.KnopflerfishPlatform 
01:26:40.040 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:85 - Instantiating platform wrapper... 
01:26:40.053 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2468420613976272299kf 
01:26:40.053 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:215 - About to start Knopflerfish OSGi Platform 
01:26:40.156 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:40.160 [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=} 
01:26:40.161 [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} 
01:26:40.163 [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} 
01:26:40.164 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:40.292 [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] 
01:26:40.308 [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] 
01:26:40.313 [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] 
01:26:40.315 [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] 
01:26:40.324 [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] 
01:26:40.334 [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] 
01:26:40.337 [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] 
01:26:40.341 [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] 
01:26:40.346 [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] 
01:26:40.360 [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] 
01:26:40.379 [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] 
01:26:40.382 [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] 
01:26:40.386 [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] 
01:26:40.394 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:40.396 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:40.401 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:40.405 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:40.427 [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] 
01:26:40.436 [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] 
01:26:40.457 [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] 
01:26:40.459 [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] 
01:26:40.460 [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] 
01:26:40.461 [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] 
01:26:40.462 [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] 
01:26:40.465 [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] 
01:26:40.469 [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] 
01:26:40.469 [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] 
01:26:40.476 [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] 
01:26:40.477 [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] 
01:26:40.478 [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] 
01:26:40.482 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:40.484 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:40.486 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:40,515 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:40,554 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:40,557 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:40,567 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:40,593 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:40,595 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:40,599 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:40,607 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used
01:26:40,611 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:40,611 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:40,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:40,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:40,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:40,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:40,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:40,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:40,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:40,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:40,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:40,615 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:40,615 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:40,615 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:40,615 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:40,615 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:40,615 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:40,616 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:40,616 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:40,617 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point
01:26:40.630 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:40.641 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:40.801 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:40.802 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:40.807 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:40.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:40.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:40.817 [BundleStart #16] 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 
01:26:40.817 [BundleStart #16] 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) 
01:26:40.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:40.822 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:40.824 [BundleStart #16] 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 
01:26:40.824 [BundleStart #16] 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) 
01:26:40.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:40.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:40.826 [BundleStart #16] 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 
01:26:40.826 [BundleStart #16] 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) 
01:26:40.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:40.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:40.827 [BundleStart #16] 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 
01:26:40.827 [BundleStart #16] 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) 
01:26:40.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:40.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:40.828 [BundleStart #16] 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 
01:26:40.829 [BundleStart #16] 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) 
01:26:40.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:40.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:40.830 [BundleStart #16] 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 
01:26:40.830 [BundleStart #16] 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) 
01:26:40.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:40.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:40.831 [BundleStart #16] 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 
01:26:40.832 [BundleStart #16] 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) 
01:26:40.832 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:40.832 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:40.833 [BundleStart #16] 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 
01:26:40.833 [BundleStart #16] 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) 
01:26:40.833 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:40.833 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:40.834 [BundleStart #16] 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 
01:26:40.834 [BundleStart #16] 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) 
01:26:40.834 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:40.834 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:40.835 [BundleStart #16] 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 
01:26:40.835 [BundleStart #16] 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) 
01:26:40.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:40.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:40.837 [BundleStart #16] 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 
01:26:40.837 [BundleStart #16] 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) 
01:26:40.837 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:40.837 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:40.838 [BundleStart #16] 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 
01:26:40.838 [BundleStart #16] 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) 
01:26:40.838 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:40.838 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:40.839 [BundleStart #16] 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 
01:26:40.840 [BundleStart #16] 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) 
01:26:40.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:40.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:40.840 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:40.840 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:40.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:40.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:40.841 [BundleStart #16] 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 
01:26:40.841 [BundleStart #16] 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) 
01:26:40.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:40.842 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:40.843 [BundleStart #16] 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 
01:26:40.843 [BundleStart #16] 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) 
01:26:40.844 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:40.865 [BundleStart #16] 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)] 
01:26:40.865 [BundleStart #16] 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)] 
01:26:40.868 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:40.868 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:40.872 [BundleStart #16] 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)] 
01:26:40.874 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:40.874 [BundleStart #16] 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@5c653c92 w/ reference null 
01:26:40.875 [BundleStart #16] 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@5c653c92 w/ reference null 
01:26:40.876 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:40.879 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:40.889 [BundleStart #16] 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 
01:26:40.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:40.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:40.893 [BundleStart #16] 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 
01:26:40.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:40.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:40.895 [BundleStart #16] 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 
01:26:40.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:40.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:40.896 [BundleStart #16] 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 
01:26:40.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:40.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:40.898 [BundleStart #16] 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 
01:26:40.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:40.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:40.901 [BundleStart #16] 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 
01:26:40.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:40.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:40.902 [BundleStart #16] 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 
01:26:40.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:40.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:40.903 [BundleStart #16] 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 
01:26:40.903 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:40.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:40.905 [BundleStart #16] 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 
01:26:40.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:40.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:40.906 [BundleStart #16] 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 
01:26:40.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:40.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:40.908 [BundleStart #16] 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 
01:26:40.908 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:40.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:40.909 [BundleStart #16] 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 
01:26:40.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:40.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:40.912 [BundleStart #16] 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 
01:26:40.912 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:40.912 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:40.913 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:40.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:40.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:40.914 [BundleStart #16] 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 
01:26:40.914 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:40.914 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:40.918 [BundleStart #16] 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 
01:26:40.918 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:40.919 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:40.925 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:40.926 [BundleStart #17] 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 
01:26:40.926 [BundleStart #17] 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) 
01:26:40.926 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:40.927 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:40.928 [BundleStart #17] 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 
01:26:40.928 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:40.930 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:199 - org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest-bundle.properties was not found; using defaults 
01:26:40.930 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:511 - Post processing: creating test bundle 
01:26:40.944 [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] 
01:26:40.944 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:202 - Automatically creating Manifest for the test bundle 
01:26:40.945 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:366 - Using the test class for generating bundle imports 
01:26:40.947 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 
01:26:40.947 [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... 
01:26:40.951 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class ExtenderVersionTest 
01:26:40.965 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:40.965 [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... 
01:26:40.966 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest 
01:26:40.970 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:40.970 [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... 
01:26:40.970 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:40.972 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:40.972 [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... 
01:26:40.972 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:40.973 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:40.973 [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 
01:26:40.973 [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} 
01:26:40.974 [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] 
01:26:40.974 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:40.974 [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] 
01:26:40.975 [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] 
01:26:40.975 [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]] 
01:26:40.975 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:40.975 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:40.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:40.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:40.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:40.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:40.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:40.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:40.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:40.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:40.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 
01:26:40.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 
01:26:40.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 
01:26:40.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 
01:26:40.978 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 
01:26:40.978 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
01:26:40.984 [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 
01:26:40.985 [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.* 
01:26:40.987 [BundleStart #18] 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)] 
01:26:40.988 [BundleStart #18] 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 
01:26:40.988 [BundleStart #18] 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) 
01:26:40.988 [BundleStart #18] 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)] 
01:26:40.988 [BundleStart #18] 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)] 
01:26:40.989 [BundleStart #18] 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 
01:26:40.989 [BundleStart #18] 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)] 
01:26:40.989 [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 
01:26:40.990 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:40.992 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:40.992 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:40.994 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:40.994 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:40.995 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:40.995 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:40.996 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:40.997 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:40.997 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:40.998 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:40.998 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:40.998 [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. 
01:26:40.999 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:41.000 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:41.000 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:41.001 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:41.001 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:41.002 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:41.003 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:41.003 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:364 - Writing test name [testBundleIgnoredBasedOnSpringExtenderVersion] to OSGi 
01:26:41.016 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleIgnoredBasedOnSpringExtenderVersion] for execution inside OSGi 
01:26:41.017 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleIgnoredBasedOnSpringExtenderVersion] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:26:41.017 [main]            INFO  o.e.g.b.i.e.ExtenderVersionTest:190 - Loading context for locations:  
01:26:41.031 [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 [Sat May 04 01:26:41 UTC 2024]; root of context hierarchy 
01:26:41.037 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:41.055 [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@6a78afa0: defining beans []; root of factory hierarchy 
01:26:41.065 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:41.065 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:41.067 [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} 
01:26:41.067 [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] 
01:26:41.071 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 
01:26:41.071 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 
01:26:41.074 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 
01:26:41.077 [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 [Sat May 04 01:26:41 UTC 2024]; root of context hierarchy] 
01:26:41.080 [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} 
01:26:41.081 [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} 
01:26:41.117 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:41.131 [BundleChanged #19] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 
01:26:41.131 [BundleChanged #19] 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-202405040125]; skipping bundle analysis... 
01:26:41.132 [BundleChanged #19] 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 
01:26:41.132 [BundleStart #19] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 
01:26:41.133 [BundleStart #19] 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-202405040125]; skipping bundle analysis... 
01:26:41.133 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] 
01:26:41.134 [BundleStart #19] 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 
01:26:41.134 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] 
01:26:41.135 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:41.136 [main]            TRACE o.e.g.b.i.e.ExtenderVersionTest:440 - Reading OSGi results for test [testBundleIgnoredBasedOnSpringExtenderVersion] 
01:26:41.136 [main]            DEBUG o.e.g.b.i.e.ExtenderVersionTest:447 - Test[testBundleIgnoredBasedOnSpringExtenderVersion]'s result read 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest
01:26:41.141 [Thread-0]        INFO  o.e.g.b.i.e.ExtenderVersionTest:471 - Shutting down OSGi platform 
01:26:41.141 [Thread-3]        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) 
01:26:41.142 [Thread-3]        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 [Sat May 04 01:26:41 UTC 2024]; root of context hierarchy 
01:26:41.142 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:41.142 [Thread-3]        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 [Sat May 04 01:26:41 UTC 2024]; root of context hierarchy] 
01:26:41.142 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:41.143 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:41.143 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:41.143 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:41.143 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:41.143 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:41.143 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:41.145 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:41.145 [BundleChanged #19] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 
01:26:41.145 [BundleChanged #19] 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-202405040125]; skipping bundle analysis... 
01:26:41.145 [BundleChanged #19] 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 
01:26:41.146 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:26:41.146 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:41.147 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:41.148 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:41.148 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:41,827 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:41,966 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:41,969 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:41,992 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:42,033 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:42,035 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:42,041 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:42,058 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used
01:26:42,065 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:42,065 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:42,067 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:42,068 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:42,068 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:42,068 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:42,068 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:42,068 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:42,068 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:42,069 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:42,069 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:42,069 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:42,069 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:42,069 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:42,069 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:42,069 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:42,070 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:42,070 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:42,071 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:42,072 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest
01:26:42.190 [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.KnopflerfishPlatform 
01:26:42.195 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:85 - Instantiating platform wrapper... 
01:26:42.208 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7184830554579110157kf 
01:26:42.209 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:215 - About to start Knopflerfish OSGi Platform 
01:26:42.319 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:42.323 [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=} 
01:26:42.324 [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} 
01:26:42.326 [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} 
01:26:42.327 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:42.474 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 
01:26:42.491 [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] 
01:26:42.496 [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] 
01:26:42.498 [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] 
01:26:42.507 [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] 
01:26:42.517 [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] 
01:26:42.519 [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] 
01:26:42.523 [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] 
01:26:42.528 [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] 
01:26:42.534 [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] 
01:26:42.563 [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] 
01:26:42.566 [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] 
01:26:42.570 [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] 
01:26:42.577 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:42.580 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:42.584 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:42.587 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:42.607 [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] 
01:26:42.617 [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] 
01:26:42.622 [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] 
01:26:42.624 [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] 
01:26:42.625 [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] 
01:26:42.626 [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] 
01:26:42.627 [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] 
01:26:42.629 [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] 
01:26:42.633 [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] 
01:26:42.634 [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] 
01:26:42.658 [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] 
01:26:42.658 [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] 
01:26:42.659 [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] 
01:26:42.663 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:42.665 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:42.667 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:42,692 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:42,733 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:42,736 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:42,747 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:42,773 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:42,775 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:42,779 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:42,787 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2570438d - No compression will be used
01:26:42,791 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:42,792 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:42,793 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:42,793 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:42,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:42,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:42,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:42,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
01:26:42,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:42,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:42,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:42,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:42,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:42,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:42,795 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:42,796 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:42,796 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:42,796 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:42,796 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:42,797 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6fad98e3 - Registering current configuration as safe fallback point
01:26:42.811 [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-knopflerfish/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:42.814 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:199 - org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest-bundle.properties was not found; using defaults 
01:26:42.815 [main]            DEBUG o.e.g.b.i.extender.ExtenderTest:511 - Post processing: creating test bundle 
01:26:42.828 [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] 
01:26:42.829 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:202 - Automatically creating Manifest for the test bundle 
01:26:42.830 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:366 - Using the test class for generating bundle imports 
01:26:42.833 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 
01:26:42.833 [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... 
01:26:42.837 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class ExtenderTest 
01:26:42.851 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:42.856 [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... 
01:26:42.857 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest 
01:26:42.860 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:42.861 [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... 
01:26:42.861 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:42.863 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:42.863 [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... 
01:26:42.863 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:42.864 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:42.864 [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 
01:26:42.865 [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} 
01:26:42.865 [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] 
01:26:42.865 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:42.866 [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] 
01:26:42.866 [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] 
01:26:42.867 [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]] 
01:26:42.867 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:42.867 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:42.867 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:42.868 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:42.868 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:42.868 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:42.869 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:42.869 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:42.869 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:42.869 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:42.870 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 
01:26:42.870 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 
01:26:42.870 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 
01:26:42.870 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 
01:26:42.871 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 
01:26:42.871 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 
01:26:42.879 [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 
01:26:42.879 [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.* 
01:26:42.882 [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 
01:26:42.882 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:364 - Writing test name [testLifecycle] to OSGi 
01:26:42.909 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 
01:26:42.912 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@c8c12ac 
01:26:42.915 [main]            INFO  o.e.g.b.i.extender.ExtenderTest:190 - Loading context for locations:  
01:26:42.945 [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 [Sat May 04 01:26:42 UTC 2024]; root of context hierarchy 
01:26:42.952 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:42.974 [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@e4487af: defining beans []; root of factory hierarchy 
01:26:42.986 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:42.986 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:42.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} 
01:26:42.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] 
01:26:43.000 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@55b53d44] 
01:26:43.002 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4cc8eb05] 
01:26:43.005 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@61386958] 
01:26:43.009 [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 [Sat May 04 01:26:42 UTC 2024]; root of context hierarchy] 
01:26:43.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=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} 
01:26:43.015 [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} 
01:26:43.086 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:43.109 [BundleStart #19] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:43.110 [BundleStart #19] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:43.218 [BundleStart #19] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:43.219 [BundleStart #19] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:43.221 [BundleStart #19] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:43.224 [BundleStart #19] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:43.228 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:43.229 [BundleStart #19] 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 
01:26:43.230 [BundleStart #19] 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) 
01:26:43.230 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:43.230 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:43.232 [BundleStart #19] 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 
01:26:43.232 [BundleStart #19] 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) 
01:26:43.232 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:43.232 [BundleStart #19] 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)] 
01:26:43.233 [BundleStart #19] 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 
01:26:43.233 [BundleStart #19] 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) 
01:26:43.233 [BundleStart #19] 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)] 
01:26:43.234 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:43.235 [BundleStart #19] 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 
01:26:43.235 [BundleStart #19] 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) 
01:26:43.235 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:43.235 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:43.236 [BundleStart #19] 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 
01:26:43.236 [BundleStart #19] 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) 
01:26:43.236 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:43.237 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:43.238 [BundleStart #19] 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 
01:26:43.238 [BundleStart #19] 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) 
01:26:43.238 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:43.238 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:43.239 [BundleStart #19] 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 
01:26:43.239 [BundleStart #19] 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) 
01:26:43.240 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:43.240 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:43.241 [BundleStart #19] 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 
01:26:43.241 [BundleStart #19] 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) 
01:26:43.241 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:43.242 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:43.242 [BundleStart #19] 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 
01:26:43.242 [BundleStart #19] 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) 
01:26:43.242 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:43.243 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:43.243 [BundleStart #19] 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 
01:26:43.244 [BundleStart #19] 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) 
01:26:43.244 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:43.244 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:43.257 [BundleStart #19] 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 
01:26:43.257 [BundleStart #19] 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) 
01:26:43.257 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:43.258 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:43.259 [BundleStart #19] 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 
01:26:43.259 [BundleStart #19] 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) 
01:26:43.259 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:43.259 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:43.260 [BundleStart #19] 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 
01:26:43.260 [BundleStart #19] 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) 
01:26:43.260 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:43.261 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 
01:26:43.261 [BundleStart #19] 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 
01:26:43.261 [BundleStart #19] 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) 
01:26:43.262 [BundleStart #19] 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)] 
01:26:43.263 [BundleStart #19] 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... 
01:26:43.264 [BundleStart #19] 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 
01:26:43.264 [BundleStart #19] 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)] 
01:26:43.267 [BundleStart #19] 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)] 
01:26:43.267 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:26:43.268 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:43.268 [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@32ba7343 
01:26:43.268 [BundleStart #19] 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 
01:26:43.268 [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) 
01:26:43.269 [BundleStart #19] 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) 
01:26:43.269 [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) 
01:26:43.269 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:43.269 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:43.270 [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 [Sat May 04 01:26:43 UTC 2024]; root of context hierarchy 
01:26:43.270 [BundleStart #19] 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 
01:26:43.270 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:43.271 [BundleStart #19] 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) 
01:26:43.271 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:43.271 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:43.271 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:43.271 [BundleStart #19] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:43.272 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:43.272 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:43.272 [BundleStart #19] 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 
01:26:43.272 [BundleStart #19] 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) 
01:26:43.272 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:43.273 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:43.274 [BundleStart #19] 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 
01:26:43.275 [BundleStart #19] 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) 
01:26:43.275 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:43.278 [BundleStart #19] 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)] 
01:26:43.278 [BundleStart #19] 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)] 
01:26:43.281 [BundleStart #19] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:43.281 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:43.285 [BundleStart #19] 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)] 
01:26:43.286 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://17/META-INF/spring/lifecycle.xml] 
01:26:43.286 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:43.287 [BundleStart #19] 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@2f6108f w/ reference null 
01:26:43.287 [BundleStart #19] 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@2f6108f w/ reference null 
01:26:43.288 [BundleStart #19] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:43.291 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:43.294 [BundleStart #19] 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 
01:26:43.295 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:43.295 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:43.297 [BundleStart #19] 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 
01:26:43.298 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:43.298 [BundleStart #19] 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)] 
01:26:43.298 [BundleStart #19] 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 
01:26:43.299 [BundleStart #19] 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)] 
01:26:43.299 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:43.301 [BundleStart #19] 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 
01:26:43.301 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:43.301 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:43.302 [BundleStart #19] 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 
01:26:43.302 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:43.302 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:43.303 [BundleStart #19] 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 
01:26:43.304 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:43.304 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:43.305 [BundleStart #19] 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 
01:26:43.306 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:43.306 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:43.307 [BundleStart #19] 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 
01:26:43.307 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:43.307 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:43.308 [BundleStart #19] 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 
01:26:43.308 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:43.308 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:43.309 [BundleStart #19] 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 
01:26:43.309 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:43.310 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:43.310 [BundleStart #19] 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 
01:26:43.311 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:43.311 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:43.312 [BundleStart #19] 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 
01:26:43.312 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:43.312 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:43.313 [BundleStart #19] 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 
01:26:43.314 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:43.314 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 
01:26:43.315 [BundleStart #19] 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 
01:26:43.315 [BundleStart #19] 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)] 
01:26:43.315 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:43.316 [BundleStart #19] 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 
01:26:43.316 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:43.316 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:43.318 [BundleStart #19] 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 
01:26:43.318 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:43.318 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:43.319 [BundleStart #19] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:43.319 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:43.319 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:43.320 [BundleStart #19] 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 
01:26:43.320 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:43.320 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:43.357 [BundleStart #19] 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 
01:26:43.357 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:43.359 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:43.360 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:43.361 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:43.361 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:43.463 [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@7b9567f2: defining beans [guinea-pig]; root of factory hierarchy 
01:26:43.463 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:43.464 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:43.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} 
01:26:43.465 [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] 
01:26:43.473 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:26:43.476 [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@7b9567f2: defining beans [guinea-pig]; root of factory hierarchy] 
01:26:43.477 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:26:43.477 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@6dedd29e 
01:26:43.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:26:43.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:26:43.478 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 
01:26:43.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:26:43.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:26:43.479 [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) 
01:26:43.479 [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) 
01:26:43.480 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:26:43.481 [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) 
01:26:43.482 [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@292dd05] 
01:26:43.482 [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@62b0916e] 
01:26:43.486 [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@4384ea8c] 
01:26:43.487 [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 [Sat May 04 01:26:43 UTC 2024]; root of context hierarchy] 
01:26:43.488 [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} 
01:26:43.488 [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} 
01:26:43.489 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:43.490 [main]            TRACE o.e.g.b.i.extender.ExtenderTest:440 - Reading OSGi results for test [testLifecycle] 
01:26:43.491 [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: 1.306 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest
01:26:43.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=17] 
01:26:43.495 [Thread-0]        INFO  o.e.g.b.i.extender.ExtenderTest:471 - Shutting down OSGi platform 
01:26:43.496 [Thread-1]        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) 
01:26:43.496 [Thread-1]        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 [Sat May 04 01:26:42 UTC 2024]; root of context hierarchy 
01:26:43.496 [Thread-1]        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 [Sat May 04 01:26:42 UTC 2024]; root of context hierarchy] 
01:26:43.496 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:43.497 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:43.497 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:43.497 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:43.498 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:43.498 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=17]] 
01:26:43.499 [Thread-1]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:43.508 [Framework shutdown] 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 
01:26:43.509 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=17]] 
01:26:43.510 [Framework shutdown] 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 
01:26:43.510 [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) 
01:26:43.510 [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@32ba7343 
01:26:43.511 [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) 
01:26:43.511 [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) 
01:26:43.511 [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) 
01:26:43.512 [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 [Sat May 04 01:26:43 UTC 2024]; root of context hierarchy 
01:26:43.512 [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 [Sat May 04 01:26:43 UTC 2024]; root of context hierarchy] 
01:26:43.512 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:43.513 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:26:43.514 [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@32ba7343 
01:26:43.514 [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 
01:26:43.514 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:43.514 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:43.515 [BundleStop #19]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:43.516 [BundleStop #19]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:44,217 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:44,352 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:44,355 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:44,378 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:44,417 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:44,420 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:44,426 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:44,435 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used
01:26:44,443 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:44,443 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:44,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:44,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:44,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:44,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:44,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:44,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:44,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:44,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:44,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:44,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:44,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:44,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:44,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:44,459 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:44,459 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:44,460 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:44,460 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:44,461 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.importer.CollectionTest
01:26:44.579 [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.KnopflerfishPlatform 
01:26:44.584 [main]            TRACE o.e.g.b.i.i.CollectionTest:85 - Instantiating platform wrapper... 
01:26:44.596 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2517017569379483017kf 
01:26:44.597 [main]            DEBUG o.e.g.b.i.i.CollectionTest:215 - About to start Knopflerfish OSGi Platform 
01:26:44.708 [main]            INFO  o.e.g.b.i.i.CollectionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:44.712 [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=} 
01:26:44.713 [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} 
01:26:44.715 [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} 
01:26:44.715 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:44.846 [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] 
01:26:44.862 [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] 
01:26:44.868 [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] 
01:26:44.870 [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] 
01:26:44.879 [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] 
01:26:44.890 [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] 
01:26:44.892 [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] 
01:26:44.896 [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] 
01:26:44.901 [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] 
01:26:44.907 [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] 
01:26:44.929 [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] 
01:26:44.933 [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] 
01:26:44.957 [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] 
01:26:44.968 [main]            DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:44.971 [main]            DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:44.978 [main]            DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:44.988 [main]            DEBUG o.e.g.b.i.i.CollectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:45.011 [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] 
01:26:45.019 [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] 
01:26:45.026 [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] 
01:26:45.028 [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] 
01:26:45.029 [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] 
01:26:45.029 [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] 
01:26:45.030 [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] 
01:26:45.033 [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] 
01:26:45.036 [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] 
01:26:45.037 [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] 
01:26:45.058 [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] 
01:26:45.059 [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] 
01:26:45.059 [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] 
01:26:45.062 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:45.064 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:45.066 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:45,094 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:45,134 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:45,136 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:45,147 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:45,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:45,175 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:45,179 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:45,186 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@676448d5 - No compression will be used
01:26:45,191 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:45,191 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:45,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:45,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:45,193 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:45,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:45,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:45,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:45,194 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:45,195 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:45,195 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:45,195 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:45,195 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:45,195 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:45,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:45,196 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:45,196 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:45,197 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:45,197 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:45,198 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4845fdf0 - Registering current configuration as safe fallback point
01:26:45.210 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:45.221 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:45.393 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:45.394 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:45.398 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:45.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:45.407 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:45.409 [BundleStart #16] 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 
01:26:45.409 [BundleStart #16] 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) 
01:26:45.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:45.414 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:45.416 [BundleStart #16] 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 
01:26:45.416 [BundleStart #16] 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) 
01:26:45.416 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:45.416 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:45.418 [BundleStart #16] 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 
01:26:45.418 [BundleStart #16] 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) 
01:26:45.418 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:45.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:45.419 [BundleStart #16] 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 
01:26:45.419 [BundleStart #16] 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) 
01:26:45.420 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:45.420 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:45.421 [BundleStart #16] 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 
01:26:45.421 [BundleStart #16] 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) 
01:26:45.421 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:45.422 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:45.423 [BundleStart #16] 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 
01:26:45.423 [BundleStart #16] 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) 
01:26:45.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:45.424 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:45.424 [BundleStart #16] 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 
01:26:45.424 [BundleStart #16] 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) 
01:26:45.424 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:45.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:45.425 [BundleStart #16] 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 
01:26:45.426 [BundleStart #16] 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) 
01:26:45.426 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:45.426 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:45.427 [BundleStart #16] 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 
01:26:45.427 [BundleStart #16] 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) 
01:26:45.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:45.428 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:45.428 [BundleStart #16] 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 
01:26:45.429 [BundleStart #16] 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) 
01:26:45.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:45.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:45.430 [BundleStart #16] 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 
01:26:45.430 [BundleStart #16] 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) 
01:26:45.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:45.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:45.431 [BundleStart #16] 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 
01:26:45.431 [BundleStart #16] 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) 
01:26:45.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:45.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:45.433 [BundleStart #16] 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 
01:26:45.433 [BundleStart #16] 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) 
01:26:45.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:45.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:45.434 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:45.434 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:45.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:45.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:45.435 [BundleStart #16] 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 
01:26:45.435 [BundleStart #16] 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) 
01:26:45.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:45.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:45.437 [BundleStart #16] 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 
01:26:45.438 [BundleStart #16] 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) 
01:26:45.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:45.447 [BundleStart #16] 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)] 
01:26:45.447 [BundleStart #16] 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)] 
01:26:45.457 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:45.457 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:45.461 [BundleStart #16] 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)] 
01:26:45.463 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:45.463 [BundleStart #16] 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@14d71f9 w/ reference null 
01:26:45.464 [BundleStart #16] 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@14d71f9 w/ reference null 
01:26:45.465 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:45.469 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:45.479 [BundleStart #16] 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 
01:26:45.479 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:45.480 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:45.482 [BundleStart #16] 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 
01:26:45.483 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:45.483 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:45.485 [BundleStart #16] 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 
01:26:45.485 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:45.485 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:45.486 [BundleStart #16] 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 
01:26:45.486 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:45.487 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:45.488 [BundleStart #16] 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 
01:26:45.488 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:45.489 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:45.491 [BundleStart #16] 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 
01:26:45.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:45.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:45.492 [BundleStart #16] 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 
01:26:45.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:45.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:45.494 [BundleStart #16] 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 
01:26:45.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:45.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:45.495 [BundleStart #16] 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 
01:26:45.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:45.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:45.497 [BundleStart #16] 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 
01:26:45.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:45.498 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:45.499 [BundleStart #16] 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 
01:26:45.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:45.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:45.500 [BundleStart #16] 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 
01:26:45.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:45.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:45.503 [BundleStart #16] 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 
01:26:45.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:45.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:45.504 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:45.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:45.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:45.505 [BundleStart #16] 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 
01:26:45.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:45.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:45.508 [BundleStart #16] 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 
01:26:45.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:45.510 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:45.516 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:45.517 [BundleStart #17] 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 
01:26:45.518 [BundleStart #17] 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) 
01:26:45.518 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:45.518 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:45.519 [BundleStart #17] 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 
01:26:45.519 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:45.521 [main]            INFO  o.e.g.b.i.i.CollectionTest:199 - org/eclipse/gemini/blueprint/iandt/importer/CollectionTest-bundle.properties was not found; using defaults 
01:26:45.522 [main]            DEBUG o.e.g.b.i.i.CollectionTest:511 - Post processing: creating test bundle 
01:26:45.535 [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] 
01:26:45.536 [main]            INFO  o.e.g.b.i.i.CollectionTest:202 - Automatically creating Manifest for the test bundle 
01:26:45.537 [main]            INFO  o.e.g.b.i.i.CollectionTest:366 - Using the test class for generating bundle imports 
01:26:45.539 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 
01:26:45.539 [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... 
01:26:45.543 [main]            TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class CollectionTest 
01:26:45.554 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:45.554 [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... 
01:26:45.554 [main]            TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest 
01:26:45.558 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:45.559 [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... 
01:26:45.559 [main]            TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:45.561 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:45.561 [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... 
01:26:45.561 [main]            TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:45.562 [main]            TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:45.562 [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 
01:26:45.563 [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} 
01:26:45.563 [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] 
01:26:45.563 [main]            TRACE o.e.g.b.i.i.CollectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:45.563 [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] 
01:26:45.564 [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] 
01:26:45.564 [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]] 
01:26:45.564 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:45.564 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:45.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:45.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:45.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:45.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:45.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:45.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:45.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:45.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:45.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 
01:26:45.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 
01:26:45.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 
01:26:45.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 
01:26:45.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 
01:26:45.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 
01:26:45.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 
01:26:45.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 
01:26:45.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 
01:26:45.574 [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 
01:26:45.575 [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.* 
01:26:45.577 [BundleStart #18] 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)] 
01:26:45.578 [BundleStart #18] 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 
01:26:45.578 [BundleStart #18] 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) 
01:26:45.578 [BundleStart #18] 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)] 
01:26:45.578 [BundleStart #18] 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)] 
01:26:45.579 [BundleStart #18] 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 
01:26:45.579 [BundleStart #18] 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)] 
01:26:45.579 [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 
01:26:45.580 [main]            DEBUG o.e.g.b.i.i.CollectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:45.581 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:45.582 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:45.583 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:45.584 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:45.584 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:45.585 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:45.585 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:45.586 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:45.586 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:45.587 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:45.587 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:45.588 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:45.588 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:45.589 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:45.589 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:45.590 [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. 
01:26:45.590 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:45.590 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:45.591 [main]            TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:45.592 [main]            TRACE o.e.g.b.i.i.CollectionTest:364 - Writing test name [testServiceReferenceCollection] to OSGi 
01:26:45.606 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceCollection] for execution inside OSGi 
01:26:45.606 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceCollection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 
01:26:45.607 [main]            INFO  o.e.g.b.i.i.CollectionTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/importer/collection.xml 
01:26:45.620 [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 [Sat May 04 01:26:45 UTC 2024]; root of context hierarchy 
01:26:45.627 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:45.658 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/importer/collection.xml] 
01:26:45.690 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:45.691 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:45.693 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:45.693 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:45.768 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:45.769 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:45.817 [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@21b2e768: defining beans [reference-list,listener]; root of factory hierarchy 
01:26:45.831 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:45.831 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:45.833 [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} 
01:26:45.833 [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] 
01:26:45.846 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@29e495ff] 
01:26:45.846 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@41e1e210] 
01:26:45.877 [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 
01:26:45.878 [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 
01:26:45.880 [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 
01:26:45.881 [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 
01:26:45.881 [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 
01:26:45.884 [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 
01:26:45.885 [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 
01:26:45.885 [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 
01:26:45.886 [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 
01:26:45.888 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:26:45.888 [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)] 
01:26:45.888 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:45.889 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:45.889 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 
01:26:45.890 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:45.890 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference null 
01:26:45.891 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:26:45.891 [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
01:26:45.892 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference null 
01:26:45.894 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6fd83fc1] 
01:26:45.898 [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 [Sat May 04 01:26:45 UTC 2024]; root of context hierarchy] 
01:26:45.900 [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} 
01:26:45.902 [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} 
01:26:45.929 [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=10} 
01:26:45.939 [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 
01:26:45.940 [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 
01:26:45.941 [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 
01:26:45.942 [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 
01:26:45.942 [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 
01:26:45.952 [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 
01:26:45.953 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@23c30a20 
01:26:45.953 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@5b1669c0 with props={objectClass=[Ljava.lang.String;@78e4deb0, service.id=10} 
01:26:45.953 [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 1528195520 w/ props {objectClass=[Ljava.lang.String;@78e4deb0, service.id=10}
01:26:45.954 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@23c30a20 
List is [org.knopflerfish.framework.ServiceReferenceImpl@23c30a20]
01:26:45.954 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:45.955 [main]            TRACE o.e.g.b.i.i.CollectionTest:440 - Reading OSGi results for test [testServiceReferenceCollection] 
01:26:45.956 [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.383 sec - in org.eclipse.gemini.blueprint.iandt.importer.CollectionTest
01:26:45.961 [Thread-0]        INFO  o.e.g.b.i.i.CollectionTest:471 - Shutting down OSGi platform 
01:26:45.962 [Thread-3]        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) 
01:26:45.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:45.962 [Thread-3]        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 [Sat May 04 01:26:45 UTC 2024]; root of context hierarchy 
01:26:45.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:45.962 [Thread-3]        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 [Sat May 04 01:26:45 UTC 2024]; root of context hierarchy] 
01:26:45.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:45.963 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:45.963 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:45.963 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:45.963 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:45.963 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:45.965 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:45.965 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:45.966 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:45.966 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@23c30a20 
01:26:45.966 [Thread-3]        TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@5b1669c0 with props={objectClass=[Ljava.lang.String;@7f0bcd2e, service.id=10} 
01:26:45.966 [Thread-3]        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 1528195520 w/ props {objectClass=[Ljava.lang.String;@7f0bcd2e, service.id=10}
01:26:45.966 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@2c35e847 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@23c30a20 
01:26:45.966 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:45.968 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:46,662 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:46,791 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:46,794 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:46,818 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:46,863 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:46,866 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:46,872 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:46,882 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:26:46,889 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:46,889 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:46,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:46,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:46,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:46,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:46,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:46,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:46,892 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:46,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:46,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:46,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:46,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:46,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:46,893 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:46,894 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:46,894 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:46,895 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:46,895 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:46,896 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest
01:26:47.026 [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.KnopflerfishPlatform 
01:26:47.031 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:85 - Instantiating platform wrapper... 
01:26:47.044 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi9101941219067065857kf 
01:26:47.044 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:215 - About to start Knopflerfish OSGi Platform 
01:26:47.151 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:47.155 [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=} 
01:26:47.156 [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} 
01:26:47.157 [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} 
01:26:47.158 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:47.289 [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] 
01:26:47.304 [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] 
01:26:47.310 [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] 
01:26:47.312 [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] 
01:26:47.320 [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] 
01:26:47.331 [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] 
01:26:47.333 [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] 
01:26:47.337 [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] 
01:26:47.343 [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] 
01:26:47.349 [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] 
01:26:47.371 [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] 
01:26:47.373 [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] 
01:26:47.378 [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] 
01:26:47.385 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:47.387 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:47.392 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:47.395 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:47.419 [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] 
01:26:47.429 [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] 
01:26:47.434 [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] 
01:26:47.457 [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] 
01:26:47.458 [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] 
01:26:47.459 [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] 
01:26:47.460 [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] 
01:26:47.463 [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] 
01:26:47.467 [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] 
01:26:47.468 [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] 
01:26:47.474 [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] 
01:26:47.475 [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] 
01:26:47.476 [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] 
01:26:47.479 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:47.481 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:47.483 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:47,513 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:47,553 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:47,556 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:47,567 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:47,592 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:47,594 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:47,598 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:47,605 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2949a1b5 - No compression will be used
01:26:47,610 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:47,610 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:47,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:47,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:47,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:47,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:47,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:47,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:47,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:47,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:47,613 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:47,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:47,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:47,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:47,614 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:47,614 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:47,615 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:47,615 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:47,615 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:47,616 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@34a08be0 - Registering current configuration as safe fallback point
01:26:47.629 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:47.639 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:47.792 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:47.793 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:47.797 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:47.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:47.806 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:47.807 [BundleStart #16] 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 
01:26:47.808 [BundleStart #16] 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) 
01:26:47.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:47.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:47.810 [BundleStart #16] 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 
01:26:47.810 [BundleStart #16] 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) 
01:26:47.810 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:47.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:47.812 [BundleStart #16] 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 
01:26:47.812 [BundleStart #16] 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) 
01:26:47.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:47.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:47.813 [BundleStart #16] 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 
01:26:47.813 [BundleStart #16] 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) 
01:26:47.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:47.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:47.814 [BundleStart #16] 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 
01:26:47.815 [BundleStart #16] 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) 
01:26:47.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:47.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:47.816 [BundleStart #16] 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 
01:26:47.817 [BundleStart #16] 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) 
01:26:47.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:47.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:47.817 [BundleStart #16] 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 
01:26:47.818 [BundleStart #16] 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) 
01:26:47.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:47.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:47.819 [BundleStart #16] 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 
01:26:47.819 [BundleStart #16] 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) 
01:26:47.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:47.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:47.820 [BundleStart #16] 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 
01:26:47.820 [BundleStart #16] 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) 
01:26:47.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:47.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:47.821 [BundleStart #16] 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 
01:26:47.821 [BundleStart #16] 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) 
01:26:47.822 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:47.822 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:47.823 [BundleStart #16] 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 
01:26:47.823 [BundleStart #16] 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) 
01:26:47.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:47.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:47.824 [BundleStart #16] 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 
01:26:47.824 [BundleStart #16] 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) 
01:26:47.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:47.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:47.825 [BundleStart #16] 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 
01:26:47.826 [BundleStart #16] 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) 
01:26:47.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:47.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:47.826 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:47.826 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:47.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:47.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:47.827 [BundleStart #16] 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 
01:26:47.827 [BundleStart #16] 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) 
01:26:47.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:47.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:47.829 [BundleStart #16] 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 
01:26:47.829 [BundleStart #16] 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) 
01:26:47.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:47.838 [BundleStart #16] 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)] 
01:26:47.839 [BundleStart #16] 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)] 
01:26:47.841 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:47.842 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:47.859 [BundleStart #16] 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)] 
01:26:47.861 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:47.861 [BundleStart #16] 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@3a9320d3 w/ reference null 
01:26:47.861 [BundleStart #16] 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@3a9320d3 w/ reference null 
01:26:47.862 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:47.866 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:47.877 [BundleStart #16] 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 
01:26:47.877 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:47.877 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:47.880 [BundleStart #16] 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 
01:26:47.880 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:47.881 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:47.882 [BundleStart #16] 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 
01:26:47.883 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:47.883 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:47.884 [BundleStart #16] 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 
01:26:47.884 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:47.884 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:47.886 [BundleStart #16] 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 
01:26:47.886 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:47.886 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:47.888 [BundleStart #16] 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 
01:26:47.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:47.889 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:47.889 [BundleStart #16] 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 
01:26:47.889 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:47.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:47.891 [BundleStart #16] 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 
01:26:47.891 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:47.891 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:47.892 [BundleStart #16] 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 
01:26:47.892 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:47.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:47.894 [BundleStart #16] 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 
01:26:47.894 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:47.894 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:47.896 [BundleStart #16] 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 
01:26:47.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:47.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:47.897 [BundleStart #16] 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 
01:26:47.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:47.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:47.899 [BundleStart #16] 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 
01:26:47.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:47.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:47.900 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:47.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:47.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:47.901 [BundleStart #16] 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 
01:26:47.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:47.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:47.905 [BundleStart #16] 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 
01:26:47.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:47.906 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:47.913 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:47.914 [BundleStart #17] 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 
01:26:47.914 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:47.914 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:47.915 [BundleStart #17] 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 
01:26:47.919 [BundleStart #17] 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) 
01:26:47.919 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:47.921 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:199 - org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest-bundle.properties was not found; using defaults 
01:26:47.921 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:511 - Post processing: creating test bundle 
01:26:47.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.importer] 
01:26:47.937 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:202 - Automatically creating Manifest for the test bundle 
01:26:47.938 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:366 - Using the test class for generating bundle imports 
01:26:47.941 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 
01:26:47.941 [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... 
01:26:47.945 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest 
01:26:47.959 [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 
01:26:47.959 [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... 
01:26:47.959 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$TestBean 
01:26:47.960 [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 
01:26:47.960 [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... 
01:26:47.960 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyClass 
01:26:47.961 [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 
01:26:47.961 [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... 
01:26:47.961 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyInterface 
01:26:47.962 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:47.962 [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... 
01:26:47.962 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest 
01:26:47.965 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:47.965 [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... 
01:26:47.965 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:47.967 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:47.967 [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... 
01:26:47.967 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:47.968 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:47.968 [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 
01:26:47.968 [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} 
01:26:47.969 [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] 
01:26:47.969 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:47.969 [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] 
01:26:47.969 [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] 
01:26:47.970 [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]] 
01:26:47.970 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:47.970 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:47.970 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:47.971 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:47.971 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:47.971 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:47.971 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:47.971 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:47.971 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:47.972 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:47.972 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 
01:26:47.972 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 
01:26:47.972 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 
01:26:47.972 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 
01:26:47.972 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 
01:26:47.973 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 
01:26:47.973 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 
01:26:47.973 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 
01:26:47.973 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 
01:26:47.981 [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 
01:26:47.981 [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.* 
01:26:47.984 [BundleStart #18] 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)] 
01:26:47.984 [BundleStart #18] 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 
01:26:47.984 [BundleStart #18] 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)] 
01:26:47.985 [BundleStart #18] 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)] 
01:26:47.985 [BundleStart #18] 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 
01:26:47.985 [BundleStart #18] 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) 
01:26:47.985 [BundleStart #18] 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)] 
01:26:47.986 [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 
01:26:47.986 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:47.988 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:47.988 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:47.989 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:47.990 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:47.991 [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. 
01:26:47.991 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:47.991 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:47.992 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:47.993 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:47.993 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:47.993 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:47.994 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:47.994 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:47.995 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:47.995 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:47.996 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:47.996 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:47.996 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:47.997 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:47.998 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testReferenceInjection] to OSGi 
01:26:48.012 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceInjection] for execution inside OSGi 
01:26:48.012 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testReferenceInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb61f4a 
01:26:48.013 [main]            INFO  o.e.g.b.i.i.ServiceComparatorTest:190 - Loading context for locations:  
01:26:48.025 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy 
01:26:48.032 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:48.051 [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@10683d9d: defining beans []; root of factory hierarchy 
01:26:48.061 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:48.061 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:48.062 [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} 
01:26:48.063 [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] 
01:26:48.067 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3c3d9b6b] 
01:26:48.067 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@79d8407f] 
01:26:48.069 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@65d09a04] 
01:26:48.073 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy] 
01:26:48.075 [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} 
01:26:48.076 [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} 
01:26:48.114 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy 
01:26:48.114 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:48.124 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 
01:26:48.157 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:48.158 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:48.159 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:48.159 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:48.234 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:48.235 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:48.292 [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@78123e82: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 
01:26:48.293 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:48.293 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:48.294 [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} 
01:26:48.294 [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] 
01:26:48.303 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2f217633] 
01:26:48.303 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@a530d0a] 
01:26:48.320 [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))] 
01:26:48.321 [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))] 
01:26:48.321 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:48.323 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:48.324 [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))] 
01:26:48.325 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e, org.knopflerfish.framework.ServiceReferenceImpl@3cc1435c, org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d, org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e, org.knopflerfish.framework.ServiceReferenceImpl@3cc1435c, org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d, org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e, org.knopflerfish.framework.ServiceReferenceImpl@3cc1435c, org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 
01:26:48.328 [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=10} 
01:26:48.339 [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 
01:26:48.340 [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 
01:26:48.341 [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 
01:26:48.341 [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 
01:26:48.342 [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 
01:26:48.345 [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=11} 
01:26:48.351 [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=12} 
01:26:48.357 [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))] 
01:26:48.357 [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))] 
01:26:48.358 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:48.362 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:48.363 [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))] 
01:26:48.364 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e} 
01:26:48.364 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] bound to proxy 
01:26:48.365 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] bound to proxy 
01:26:48.366 [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)] 
01:26:48.367 [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)] 
01:26:48.367 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:48.367 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:48.368 [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)] 
01:26:48.368 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e, org.knopflerfish.framework.ServiceReferenceImpl@3cc1435c, org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 
01:26:48.369 [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=10} 
01:26:48.371 [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=11} 
01:26:48.372 [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 
01:26:48.373 [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=12} 
01:26:48.374 [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 
01:26:48.375 [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 
01:26:48.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@4be29ed9] 
01:26:48.377 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy] 
01:26:48.378 [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} 
01:26:48.379 [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} 
01:26:48.380 [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) 
01:26:48.381 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy 
01:26:48.381 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy] 
01:26:48.384 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] was unregistered and unbound from the service proxy 
01:26:48.385 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] was unregistered and unbound from the service proxy 
01:26:48.386 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:48.386 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:48.387 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testReferenceInjection] 
01:26:48.387 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testReferenceInjection]'s result read 
01:26:48.389 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testComparableImportedObjects] to OSGi 
01:26:48.389 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComparableImportedObjects] for execution inside OSGi 
01:26:48.390 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComparableImportedObjects] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@d737b89 
01:26:48.391 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy 
01:26:48.391 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:48.392 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 
01:26:48.395 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:48.395 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:48.396 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:48.396 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:48.426 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:48.427 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:48.458 [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@33bc72d1: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 
01:26:48.458 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:48.458 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:48.459 [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} 
01:26:48.459 [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] 
01:26:48.460 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@353352b6] 
01:26:48.461 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4681c175] 
01:26:48.463 [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))] 
01:26:48.463 [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))] 
01:26:48.464 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:48.464 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:48.464 [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))] 
01:26:48.465 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@8519cb4, org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb, org.knopflerfish.framework.ServiceReferenceImpl@2d901eb0, org.knopflerfish.framework.ServiceReferenceImpl@8519cb4, org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb, org.knopflerfish.framework.ServiceReferenceImpl@2d901eb0, org.knopflerfish.framework.ServiceReferenceImpl@8519cb4, org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb, org.knopflerfish.framework.ServiceReferenceImpl@2d901eb0} 
01:26:48.465 [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=14} 
01:26:48.466 [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 
01:26:48.467 [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 
01:26:48.467 [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 
01:26:48.468 [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 
01:26:48.468 [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 
01:26:48.471 [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=15} 
01:26:48.472 [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=16} 
01:26:48.474 [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))] 
01:26:48.475 [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))] 
01:26:48.475 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:48.475 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:48.476 [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))] 
01:26:48.477 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@8519cb4} 
01:26:48.477 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@8519cb4] bound to proxy 
01:26:48.477 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@8519cb4] bound to proxy 
01:26:48.479 [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)] 
01:26:48.479 [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)] 
01:26:48.479 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:48.480 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:48.480 [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)] 
01:26:48.480 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@8519cb4, org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb, org.knopflerfish.framework.ServiceReferenceImpl@2d901eb0} 
01:26:48.481 [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=14} 
01:26:48.483 [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=15} 
01:26:48.484 [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 
01:26:48.485 [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=16} 
01:26:48.486 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@14028087] 
01:26:48.486 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy] 
01:26:48.487 [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} 
01:26:48.487 [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]
01:26:48.489 [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) 
01:26:48.490 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy 
01:26:48.490 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy] 
01:26:48.491 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@8519cb4] was unregistered and unbound from the service proxy 
01:26:48.492 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@8519cb4] was unregistered and unbound from the service proxy 
01:26:48.492 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:48.493 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:48.493 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testComparableImportedObjects] 
01:26:48.493 [main]            DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testComparableImportedObjects]'s result read 
01:26:48.494 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testServiceReferenceOrderingOnImportedObjects] to OSGi 
01:26:48.495 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceOrderingOnImportedObjects] for execution inside OSGi 
01:26:48.495 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceOrderingOnImportedObjects] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6e9a5ed8 
01:26:48.496 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy 
01:26:48.496 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:26:48.497 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml] 
01:26:48.500 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:48.501 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:26:48.501 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:48.502 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:26:48.559 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:48.560 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:26:48.574 [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@303cf2ba: defining beans [setWithServiceOrder,multiInterfaceProxy,setWithServiceReference,testBean]; root of factory hierarchy 
01:26:48.575 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:48.575 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:48.576 [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} 
01:26:48.576 [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] 
01:26:48.577 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2b30a42c] 
01:26:48.577 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@609e8838] 
01:26:48.580 [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))] 
01:26:48.580 [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))] 
01:26:48.581 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:48.581 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:48.581 [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))] 
01:26:48.582 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@7e057f43, org.knopflerfish.framework.ServiceReferenceImpl@6c284af, org.knopflerfish.framework.ServiceReferenceImpl@5890e879, org.knopflerfish.framework.ServiceReferenceImpl@7e057f43, org.knopflerfish.framework.ServiceReferenceImpl@6c284af, org.knopflerfish.framework.ServiceReferenceImpl@5890e879, org.knopflerfish.framework.ServiceReferenceImpl@7e057f43, org.knopflerfish.framework.ServiceReferenceImpl@6c284af, org.knopflerfish.framework.ServiceReferenceImpl@5890e879} 
01:26:48.583 [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=18} 
01:26:48.583 [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 
01:26:48.584 [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 
01:26:48.585 [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 
01:26:48.585 [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 
01:26:48.586 [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 
01:26:48.588 [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=19} 
01:26:48.589 [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=20} 
01:26:48.591 [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))] 
01:26:48.592 [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))] 
01:26:48.592 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:26:48.592 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:26:48.593 [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))] 
01:26:48.594 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@7e057f43} 
01:26:48.594 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7e057f43] bound to proxy 
01:26:48.594 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7e057f43] bound to proxy 
01:26:48.595 [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)] 
01:26:48.596 [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)] 
01:26:48.596 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:48.596 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:48.597 [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)] 
01:26:48.597 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@7e057f43, org.knopflerfish.framework.ServiceReferenceImpl@6c284af, org.knopflerfish.framework.ServiceReferenceImpl@5890e879} 
01:26:48.598 [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=18} 
01:26:48.600 [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=19} 
01:26:48.600 [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 
01:26:48.601 [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=20} 
01:26:48.602 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@514646ef] 
01:26:48.603 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy] 
01:26:48.603 [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} 
01:26:48.604 [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} 
01:26:48.605 [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) 
01:26:48.605 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy 
01:26:48.605 [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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy] 
01:26:48.606 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7e057f43] was unregistered and unbound from the service proxy 
01:26:48.606 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7e057f43] was unregistered and unbound from the service proxy 
01:26:48.607 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:48.607 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:48.608 [main]            TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testServiceReferenceOrderingOnImportedObjects] 
01:26:48.608 [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.587 sec - in org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest
01:26:48.612 [Thread-0]        INFO  o.e.g.b.i.i.ServiceComparatorTest:471 - Shutting down OSGi platform 
01:26:48.613 [Thread-3]        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) 
01:26:48.613 [Thread-3]        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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy 
01:26:48.613 [Thread-3]        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 [Sat May 04 01:26:48 UTC 2024]; root of context hierarchy] 
01:26:48.613 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:48.613 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:48.614 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:48.614 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:48.614 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:48.614 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:48.615 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:48.615 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:48.615 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:48.616 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:48.616 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:48.616 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:48.617 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:49,378 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:49,496 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:49,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:49,523 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:49,562 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:49,565 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:49,571 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:49,581 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:26:49,589 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:49,589 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:49,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:49,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:49,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:49,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:49,591 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:49,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
01:26:49,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:49,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:49,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:49,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:49,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:49,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:49,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:49,593 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:49,593 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:49,593 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:49,594 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:49,595 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest
01:26:49.725 [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.KnopflerfishPlatform 
01:26:49.730 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:85 - Instantiating platform wrapper... 
01:26:49.742 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2041280303784825308kf 
01:26:49.742 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:215 - About to start Knopflerfish OSGi Platform 
01:26:49.848 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:49.852 [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=} 
01:26:49.853 [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} 
01:26:49.857 [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} 
01:26:49.858 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:49.987 [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] 
01:26:50.003 [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] 
01:26:50.009 [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] 
01:26:50.011 [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] 
01:26:50.019 [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] 
01:26:50.031 [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] 
01:26:50.033 [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] 
01:26:50.037 [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] 
01:26:50.042 [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] 
01:26:50.057 [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] 
01:26:50.077 [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] 
01:26:50.079 [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] 
01:26:50.084 [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] 
01:26:50.092 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:50.095 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:50.099 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:50.107 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:50.128 [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] 
01:26:50.136 [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] 
01:26:50.141 [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] 
01:26:50.157 [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] 
01:26:50.158 [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] 
01:26:50.159 [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] 
01:26:50.160 [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] 
01:26:50.163 [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] 
01:26:50.167 [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] 
01:26:50.167 [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] 
01:26:50.174 [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] 
01:26:50.175 [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] 
01:26:50.176 [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] 
01:26:50.180 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:50.181 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:50.183 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:50,212 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:50,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:50,257 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:50,268 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:50,303 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:50,306 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:50,311 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:50,321 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2949a1b5 - No compression will be used
01:26:50,326 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:50,326 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:50,328 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:50,328 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:50,328 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:50,329 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:50,329 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:50,329 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:50,329 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:50,329 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:50,330 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:50,330 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:50,330 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:50,330 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:50,330 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:50,330 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:50,330 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:50,331 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:50,331 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:50,332 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@34a08be0 - Registering current configuration as safe fallback point
01:26:50.345 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:50.356 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:50.507 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:50.507 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:50.512 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:50.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:50.520 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:50.521 [BundleStart #16] 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 
01:26:50.522 [BundleStart #16] 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) 
01:26:50.522 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:50.522 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:50.524 [BundleStart #16] 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 
01:26:50.524 [BundleStart #16] 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) 
01:26:50.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:50.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:50.526 [BundleStart #16] 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 
01:26:50.526 [BundleStart #16] 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) 
01:26:50.527 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:50.527 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:50.527 [BundleStart #16] 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 
01:26:50.528 [BundleStart #16] 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) 
01:26:50.528 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:50.528 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:50.529 [BundleStart #16] 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 
01:26:50.529 [BundleStart #16] 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) 
01:26:50.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:50.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:50.530 [BundleStart #16] 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 
01:26:50.531 [BundleStart #16] 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) 
01:26:50.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:50.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:50.531 [BundleStart #16] 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 
01:26:50.532 [BundleStart #16] 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) 
01:26:50.532 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:50.532 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:50.533 [BundleStart #16] 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 
01:26:50.533 [BundleStart #16] 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) 
01:26:50.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:50.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:50.534 [BundleStart #16] 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 
01:26:50.534 [BundleStart #16] 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) 
01:26:50.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:50.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:50.535 [BundleStart #16] 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 
01:26:50.535 [BundleStart #16] 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) 
01:26:50.535 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:50.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:50.537 [BundleStart #16] 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 
01:26:50.537 [BundleStart #16] 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) 
01:26:50.537 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:50.537 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:50.537 [BundleStart #16] 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 
01:26:50.538 [BundleStart #16] 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) 
01:26:50.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:50.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:50.539 [BundleStart #16] 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 
01:26:50.539 [BundleStart #16] 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) 
01:26:50.539 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:50.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:50.540 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:50.540 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:50.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:50.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:50.541 [BundleStart #16] 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 
01:26:50.541 [BundleStart #16] 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) 
01:26:50.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:50.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:50.543 [BundleStart #16] 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 
01:26:50.543 [BundleStart #16] 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) 
01:26:50.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:50.561 [BundleStart #16] 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)] 
01:26:50.562 [BundleStart #16] 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)] 
01:26:50.564 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:50.565 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:50.568 [BundleStart #16] 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)] 
01:26:50.570 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:50.571 [BundleStart #16] 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@3a9320d3 w/ reference null 
01:26:50.571 [BundleStart #16] 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@3a9320d3 w/ reference null 
01:26:50.572 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:50.576 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:50.585 [BundleStart #16] 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 
01:26:50.586 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:50.586 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:50.589 [BundleStart #16] 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 
01:26:50.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:50.590 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:50.591 [BundleStart #16] 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 
01:26:50.592 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:50.592 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:50.592 [BundleStart #16] 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 
01:26:50.593 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:50.593 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:50.594 [BundleStart #16] 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 
01:26:50.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:50.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:50.597 [BundleStart #16] 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 
01:26:50.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:50.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:50.598 [BundleStart #16] 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 
01:26:50.598 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:50.598 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:50.599 [BundleStart #16] 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 
01:26:50.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:50.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:50.601 [BundleStart #16] 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 
01:26:50.601 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:50.601 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:50.602 [BundleStart #16] 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 
01:26:50.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:50.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:50.604 [BundleStart #16] 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 
01:26:50.604 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:50.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:50.605 [BundleStart #16] 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 
01:26:50.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:50.606 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:50.608 [BundleStart #16] 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 
01:26:50.608 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:50.608 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:50.609 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:50.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:50.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:50.610 [BundleStart #16] 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 
01:26:50.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:50.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:50.613 [BundleStart #16] 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 
01:26:50.613 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:50.614 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:50.621 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:50.622 [BundleStart #17] 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 
01:26:50.622 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:50.622 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:50.623 [BundleStart #17] 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 
01:26:50.627 [BundleStart #17] 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) 
01:26:50.627 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:50.629 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:199 - org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest-bundle.properties was not found; using defaults 
01:26:50.629 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:511 - Post processing: creating test bundle 
01:26:50.647 [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] 
01:26:50.647 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:202 - Automatically creating Manifest for the test bundle 
01:26:50.648 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:366 - Using the test class for generating bundle imports 
01:26:50.650 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
01:26:50.650 [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... 
01:26:50.660 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class InvalidLocationsTest 
01:26:50.672 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:26:50.673 [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... 
01:26:50.673 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIoTest 
01:26:50.676 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:50.676 [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... 
01:26:50.676 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest 
01:26:50.679 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:50.679 [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... 
01:26:50.679 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:26:50.681 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:50.681 [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... 
01:26:50.681 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:26:50.682 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:26:50.682 [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 
01:26:50.682 [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} 
01:26:50.683 [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] 
01:26:50.683 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:26:50.683 [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] 
01:26:50.683 [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] 
01:26:50.684 [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]] 
01:26:50.684 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:50.684 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:50.684 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:50.684 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:50.685 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:50.685 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:50.685 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:50.685 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:50.685 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:50.685 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:50.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
01:26:50.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:26:50.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
01:26:50.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
01:26:50.686 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
01:26:50.687 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
01:26:50.687 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
01:26:50.687 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
01:26:50.687 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
01:26:50.687 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
01:26:50.687 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
01:26:50.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
01:26:50.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
01:26:50.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
01:26:50.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
01:26:50.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
01:26:50.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
01:26:50.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
01:26:50.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
01:26:50.699 [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 
01:26:50.699 [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.* 
01:26:50.702 [BundleStart #18] 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)] 
01:26:50.703 [BundleStart #18] 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 
01:26:50.703 [BundleStart #18] 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)] 
01:26:50.703 [BundleStart #18] 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)] 
01:26:50.703 [BundleStart #18] 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 
01:26:50.704 [BundleStart #18] 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) 
01:26:50.704 [BundleStart #18] 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)] 
01:26:50.704 [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 
01:26:50.704 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:50.706 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:50.707 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:50.708 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:50.709 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:50.709 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:50.710 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:50.711 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:50.711 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:50.712 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:50.712 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:50.713 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:50.713 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:50.714 [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. 
01:26:50.715 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:50.715 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:50.716 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:50.716 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:50.716 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:50.718 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:50.718 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultClassLoader] to OSGi 
01:26:50.732 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultClassLoader] for execution inside OSGi 
01:26:50.732 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDefaultClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:26:50.733 [main]            INFO  o.e.g.b.i.i.InvalidLocationsTest:190 - Loading context for locations:  
01:26:50.746 [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 [Sat May 04 01:26:50 UTC 2024]; root of context hierarchy 
01:26:50.753 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:50.772 [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@5aa9e4eb: defining beans []; root of factory hierarchy 
01:26:50.782 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:50.782 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:50.784 [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} 
01:26:50.784 [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] 
01:26:50.788 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 
01:26:50.788 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 
01:26:50.791 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 
01:26:50.794 [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 [Sat May 04 01:26:50 UTC 2024]; root of context hierarchy] 
01:26:50.797 [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} 
01:26:50.798 [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} 
01:26:50.837 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:50.838 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultClassLoader] 
01:26:50.838 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultClassLoader]'s result read 
01:26:50.840 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testPatternResourceLoader] to OSGi 
01:26:50.841 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testPatternResourceLoader] for execution inside OSGi 
01:26:50.841 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testPatternResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c947bc5 
01:26:50.842 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:50.842 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testPatternResourceLoader] 
01:26:50.842 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testPatternResourceLoader]'s result read 
01:26:50.843 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultPatternResourceLoader] to OSGi 
01:26:50.843 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultPatternResourceLoader] for execution inside OSGi 
01:26:50.843 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDefaultPatternResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@609db43b 
01:26:50.844 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:50.844 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultPatternResourceLoader] 
01:26:50.844 [main]            DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultPatternResourceLoader]'s result read 
01:26:50.845 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testOsgiResourceLoader] to OSGi 
01:26:50.845 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiResourceLoader] for execution inside OSGi 
01:26:50.846 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOsgiResourceLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55f616cf 
01:26:50.846 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:50.846 [main]            TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testOsgiResourceLoader] 
01:26:50.847 [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: 1.127 sec - in org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest
01:26:50.850 [Thread-0]        INFO  o.e.g.b.i.i.InvalidLocationsTest:471 - Shutting down OSGi platform 
01:26:50.851 [Thread-3]        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) 
01:26:50.851 [Thread-3]        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 [Sat May 04 01:26:50 UTC 2024]; root of context hierarchy 
01:26:50.851 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:50.852 [Thread-3]        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 [Sat May 04 01:26:50 UTC 2024]; root of context hierarchy] 
01:26:50.852 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:50.852 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:50.853 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:50.853 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:50.853 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:50.854 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:50.854 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:50.854 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:50.856 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:26:50.856 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:50.857 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:50.858 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:51,626 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:51,761 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:51,764 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:51,788 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:51,830 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:51,832 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:51,838 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:51,859 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:26:51,867 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:51,867 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:51,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:51,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:51,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:51,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:51,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:51,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:51,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
01:26:51,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:51,870 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:51,871 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:51,871 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:51,871 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:51,871 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:51,871 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:51,871 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:51,872 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:51,872 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:51,873 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.ClassSpaceTest
01:26:51.993 [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.KnopflerfishPlatform 
01:26:51.998 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:85 - Instantiating platform wrapper... 
01:26:52.012 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6877051354164543871kf 
01:26:52.013 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:215 - About to start Knopflerfish OSGi Platform 
01:26:52.126 [main]            INFO  o.e.g.b.iandt.io.ClassSpaceTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:52.130 [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=} 
01:26:52.131 [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} 
01:26:52.133 [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} 
01:26:52.134 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:52.279 [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] 
01:26:52.295 [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] 
01:26:52.300 [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] 
01:26:52.302 [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] 
01:26:52.311 [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] 
01:26:52.322 [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] 
01:26:52.324 [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] 
01:26:52.328 [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] 
01:26:52.334 [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] 
01:26:52.340 [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] 
01:26:52.378 [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] 
01:26:52.383 [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] 
01:26:52.388 [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] 
01:26:52.397 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52.399 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52.404 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52.408 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52.412 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52.415 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52.433 [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] 
01:26:52.461 [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] 
01:26:52.466 [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] 
01:26:52.468 [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] 
01:26:52.469 [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] 
01:26:52.469 [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] 
01:26:52.470 [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] 
01:26:52.473 [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] 
01:26:52.476 [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] 
01:26:52.477 [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] 
01:26:52.483 [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] 
01:26:52.484 [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] 
01:26:52.485 [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] 
01:26:52.489 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52.490 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52.492 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52,521 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:52,562 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:52,565 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:52,576 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:52,604 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:52,607 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:52,611 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:52,619 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a83f2f5 - No compression will be used
01:26:52,623 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:52,624 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:52,625 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:52,626 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:52,626 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:52,626 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:52,626 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:52,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:52,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:52,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:52,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:52,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:52,628 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:52,628 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:52,628 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:52,628 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:52,628 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:52,629 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:52,629 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:52,630 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7659078e - Registering current configuration as safe fallback point
01:26:52.644 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:52.654 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:52.815 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:52.819 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:52.824 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:52.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:52.833 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:52.835 [BundleStart #16] 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 
01:26:52.835 [BundleStart #16] 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) 
01:26:52.835 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:52.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:52.837 [BundleStart #16] 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 
01:26:52.837 [BundleStart #16] 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) 
01:26:52.838 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:52.838 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:52.839 [BundleStart #16] 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 
01:26:52.839 [BundleStart #16] 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) 
01:26:52.839 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:52.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:52.840 [BundleStart #16] 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 
01:26:52.840 [BundleStart #16] 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) 
01:26:52.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:52.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:52.842 [BundleStart #16] 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 
01:26:52.842 [BundleStart #16] 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) 
01:26:52.842 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:52.842 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:52.843 [BundleStart #16] 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 
01:26:52.844 [BundleStart #16] 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) 
01:26:52.844 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:52.844 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:52.844 [BundleStart #16] 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 
01:26:52.845 [BundleStart #16] 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) 
01:26:52.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:52.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:52.846 [BundleStart #16] 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 
01:26:52.846 [BundleStart #16] 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) 
01:26:52.846 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:52.846 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:52.847 [BundleStart #16] 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 
01:26:52.847 [BundleStart #16] 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) 
01:26:52.847 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:52.848 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:52.848 [BundleStart #16] 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 
01:26:52.848 [BundleStart #16] 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) 
01:26:52.849 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:52.849 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:52.850 [BundleStart #16] 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 
01:26:52.850 [BundleStart #16] 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) 
01:26:52.850 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:52.857 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:52.857 [BundleStart #16] 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 
01:26:52.857 [BundleStart #16] 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) 
01:26:52.857 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:52.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:52.859 [BundleStart #16] 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 
01:26:52.859 [BundleStart #16] 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) 
01:26:52.859 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:52.859 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:52.859 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:52.859 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:52.860 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:52.860 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:52.860 [BundleStart #16] 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 
01:26:52.860 [BundleStart #16] 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) 
01:26:52.861 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:52.861 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:52.862 [BundleStart #16] 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 
01:26:52.863 [BundleStart #16] 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) 
01:26:52.863 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:52.872 [BundleStart #16] 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)] 
01:26:52.873 [BundleStart #16] 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)] 
01:26:52.875 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:52.876 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:52.879 [BundleStart #16] 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)] 
01:26:52.881 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:52.882 [BundleStart #16] 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@13ef8e28 w/ reference null 
01:26:52.882 [BundleStart #16] 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@13ef8e28 w/ reference null 
01:26:52.883 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:52.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:52.898 [BundleStart #16] 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 
01:26:52.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:52.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:52.901 [BundleStart #16] 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 
01:26:52.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:52.902 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:52.904 [BundleStart #16] 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 
01:26:52.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:52.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:52.905 [BundleStart #16] 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 
01:26:52.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:52.905 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:52.907 [BundleStart #16] 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 
01:26:52.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:52.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:52.909 [BundleStart #16] 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 
01:26:52.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:52.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:52.910 [BundleStart #16] 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 
01:26:52.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:52.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:52.912 [BundleStart #16] 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 
01:26:52.912 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:52.912 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:52.913 [BundleStart #16] 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 
01:26:52.914 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:52.914 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:52.915 [BundleStart #16] 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 
01:26:52.915 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:52.916 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:52.917 [BundleStart #16] 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 
01:26:52.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:52.918 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:52.918 [BundleStart #16] 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 
01:26:52.918 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:52.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:52.921 [BundleStart #16] 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 
01:26:52.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:52.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:52.922 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:52.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:52.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:52.923 [BundleStart #16] 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 
01:26:52.923 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:52.923 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:52.927 [BundleStart #16] 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 
01:26:52.927 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:52.928 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:52.935 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:52.936 [BundleStart #17] 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 
01:26:52.936 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:52.936 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:52.937 [BundleStart #17] 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 
01:26:52.937 [BundleStart #17] 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) 
01:26:52.937 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:52.937 [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-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:26:52.938 [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-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:26:52.957 [main]            INFO  o.e.g.b.iandt.io.ClassSpaceTest:199 - org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest-bundle.properties was not found; using defaults 
01:26:52.957 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:511 - Post processing: creating test bundle 
01:26:52.958 [main]            INFO  o.e.g.b.iandt.io.ClassSpaceTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
01:26:52.975 [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] 
01:26:52.975 [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]] 
01:26:52.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:52.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:52.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:52.976 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:52.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:52.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:52.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:52.977 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:52.978 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:52.978 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:52.978 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
01:26:52.978 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:26:52.979 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
01:26:52.979 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
01:26:52.979 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
01:26:52.980 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
01:26:52.980 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
01:26:52.980 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
01:26:52.980 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
01:26:52.981 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
01:26:52.981 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
01:26:52.981 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
01:26:52.981 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
01:26:52.981 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
01:26:52.982 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
01:26:52.982 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
01:26:52.982 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
01:26:52.982 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
01:26:52.983 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
01:26:52.992 [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 
01:26:52.993 [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.* 
01:26:52.999 [BundleStart #20] 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)] 
01:26:53.000 [BundleStart #20] 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 
01:26:53.000 [BundleStart #20] 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)] 
01:26:53.000 [BundleStart #20] 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)] 
01:26:53.000 [BundleStart #20] 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 
01:26:53.001 [BundleStart #20] 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) 
01:26:53.001 [BundleStart #20] 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)] 
01:26:53.001 [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 
01:26:53.001 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:53.003 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:53.004 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:53.005 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:53.006 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:53.006 [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 
01:26:53.006 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:53.007 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:53.008 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:53.008 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:53.009 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:53.009 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:53.010 [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 
01:26:53.010 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:53.011 [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. 
01:26:53.011 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:53.012 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:53.012 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:53.013 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:53.013 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:53.014 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:53.015 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:53.016 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testMetaInfFolder] to OSGi 
01:26:53.030 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMetaInfFolder] for execution inside OSGi 
01:26:53.030 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMetaInfFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@15ff3e9e 
01:26:53.031 [main]            INFO  o.e.g.b.iandt.io.ClassSpaceTest:190 - Loading context for locations:  
01:26:53.044 [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 [Sat May 04 01:26:53 UTC 2024]; root of context hierarchy 
01:26:53.050 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:53.071 [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@292b08d6: defining beans []; root of factory hierarchy 
01:26:53.082 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:53.082 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:53.083 [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} 
01:26:53.084 [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] 
01:26:53.088 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@55b0dcab] 
01:26:53.088 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@38afe297] 
01:26:53.091 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f4a47c7] 
01:26:53.094 [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 [Sat May 04 01:26:53 UTC 2024]; root of context hierarchy] 
01:26:53.096 [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} 
01:26:53.098 [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} 
01:26:53.137 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:53.138 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testMetaInfFolder] 
01:26:53.139 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testMetaInfFolder]'s result read 
01:26:53.140 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testClass] to OSGi 
01:26:53.141 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClass] for execution inside OSGi 
01:26:53.141 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@60015ef5 
01:26:53.142 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:53.142 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testClass] 
01:26:53.142 [main]            DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testClass]'s result read 
01:26:53.143 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testFolder] to OSGi 
01:26:53.143 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolder] for execution inside OSGi 
01:26:53.143 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@65b3f4a4 
01:26:53.144 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:53.144 [main]            TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testFolder] 
01:26:53.144 [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: 1.156 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceTest
01:26:53.148 [Thread-0]        INFO  o.e.g.b.iandt.io.ClassSpaceTest:471 - Shutting down OSGi platform 
01:26:53.149 [Thread-3]        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) 
01:26:53.149 [Thread-3]        INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat May 04 01:26:53 UTC 2024]; root of context hierarchy 
01:26:53.149 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:53.149 [Thread-3]        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 [Sat May 04 01:26:53 UTC 2024]; root of context hierarchy] 
01:26:53.150 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:53.150 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:53.150 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:53.150 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:53.150 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:53.151 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:53.151 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:53.151 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:53.152 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:26:53.153 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:53.154 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:53.154 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:53,863 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:53,984 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:53,987 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:54,011 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:54,051 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:54,058 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:54,064 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:54,074 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:26:54,081 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:54,081 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:54,083 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:54,083 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:54,084 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:54,084 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:54,084 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:54,084 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:54,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:54,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:54,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:54,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:54,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:54,086 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:54,086 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:54,086 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:54,086 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:54,087 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:54,087 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:54,088 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.BundleJarTest
01:26:54.214 [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.KnopflerfishPlatform 
01:26:54.219 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:85 - Instantiating platform wrapper... 
01:26:54.231 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3835160860403913292kf 
01:26:54.232 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:215 - About to start Knopflerfish OSGi Platform 
01:26:54.358 [main]            INFO  o.e.g.b.iandt.io.BundleJarTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:54.362 [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=} 
01:26:54.363 [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} 
01:26:54.364 [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} 
01:26:54.365 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:54.503 [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] 
01:26:54.519 [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] 
01:26:54.524 [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] 
01:26:54.527 [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] 
01:26:54.535 [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] 
01:26:54.546 [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] 
01:26:54.558 [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] 
01:26:54.562 [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] 
01:26:54.567 [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] 
01:26:54.573 [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] 
01:26:54.590 [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] 
01:26:54.593 [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] 
01:26:54.597 [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] 
01:26:54.608 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:54.613 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:54.617 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:54.621 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:54.624 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:54.628 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:54.672 [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] 
01:26:54.680 [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] 
01:26:54.686 [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] 
01:26:54.688 [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] 
01:26:54.688 [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] 
01:26:54.689 [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] 
01:26:54.690 [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] 
01:26:54.693 [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] 
01:26:54.697 [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] 
01:26:54.697 [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] 
01:26:54.703 [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] 
01:26:54.704 [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] 
01:26:54.705 [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] 
01:26:54.708 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:54.710 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:54.712 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:54,740 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:54,780 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:54,782 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:54,794 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:54,819 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:54,821 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:54,824 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:54,831 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@702d45d - No compression will be used
01:26:54,836 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:54,836 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:54,838 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:54,838 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:54,838 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:54,839 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:54,839 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:54,839 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:26:54,839 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:26:54,839 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:54,840 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:54,840 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:54,840 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:54,840 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:54,840 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:54,840 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:54,841 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:54,841 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:54,841 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:54,842 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@21646703 - Registering current configuration as safe fallback point
01:26:54.855 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:54.867 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:55.016 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:55.021 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:55.025 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:55.029 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:55.033 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:55.035 [BundleStart #16] 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 
01:26:55.035 [BundleStart #16] 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) 
01:26:55.036 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:55.036 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:55.038 [BundleStart #16] 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 
01:26:55.038 [BundleStart #16] 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) 
01:26:55.038 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:55.038 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:55.039 [BundleStart #16] 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 
01:26:55.040 [BundleStart #16] 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) 
01:26:55.040 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:55.040 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:55.041 [BundleStart #16] 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 
01:26:55.041 [BundleStart #16] 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) 
01:26:55.041 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:55.042 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:55.042 [BundleStart #16] 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 
01:26:55.043 [BundleStart #16] 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) 
01:26:55.043 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:55.043 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:55.044 [BundleStart #16] 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 
01:26:55.045 [BundleStart #16] 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) 
01:26:55.045 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:55.045 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:55.046 [BundleStart #16] 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 
01:26:55.046 [BundleStart #16] 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) 
01:26:55.046 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:55.046 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:55.047 [BundleStart #16] 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 
01:26:55.047 [BundleStart #16] 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) 
01:26:55.047 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:55.048 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:55.048 [BundleStart #16] 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 
01:26:55.048 [BundleStart #16] 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) 
01:26:55.049 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:55.049 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:55.049 [BundleStart #16] 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 
01:26:55.050 [BundleStart #16] 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) 
01:26:55.050 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:55.050 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:55.051 [BundleStart #16] 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 
01:26:55.051 [BundleStart #16] 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) 
01:26:55.051 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:55.051 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:55.052 [BundleStart #16] 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 
01:26:55.052 [BundleStart #16] 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) 
01:26:55.052 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:55.052 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:55.053 [BundleStart #16] 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 
01:26:55.054 [BundleStart #16] 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) 
01:26:55.054 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:55.054 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:55.054 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:55.054 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:55.055 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:55.055 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:55.055 [BundleStart #16] 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 
01:26:55.057 [BundleStart #16] 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) 
01:26:55.057 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:55.057 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:55.058 [BundleStart #16] 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 
01:26:55.059 [BundleStart #16] 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) 
01:26:55.059 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:55.068 [BundleStart #16] 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)] 
01:26:55.068 [BundleStart #16] 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)] 
01:26:55.071 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:55.071 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:55.075 [BundleStart #16] 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)] 
01:26:55.077 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:55.077 [BundleStart #16] 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@70150694 w/ reference null 
01:26:55.078 [BundleStart #16] 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@70150694 w/ reference null 
01:26:55.079 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:55.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:55.092 [BundleStart #16] 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 
01:26:55.093 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:55.094 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:55.096 [BundleStart #16] 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 
01:26:55.097 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:55.097 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:55.099 [BundleStart #16] 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 
01:26:55.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:55.100 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:55.100 [BundleStart #16] 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 
01:26:55.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:55.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:55.102 [BundleStart #16] 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 
01:26:55.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:55.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:55.105 [BundleStart #16] 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 
01:26:55.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:55.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:55.106 [BundleStart #16] 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 
01:26:55.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:55.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:55.107 [BundleStart #16] 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 
01:26:55.107 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:55.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:55.109 [BundleStart #16] 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 
01:26:55.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:55.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:55.110 [BundleStart #16] 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 
01:26:55.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:55.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:55.112 [BundleStart #16] 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 
01:26:55.113 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:55.113 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:55.113 [BundleStart #16] 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 
01:26:55.114 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:55.114 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:55.116 [BundleStart #16] 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 
01:26:55.116 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:55.116 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:55.117 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:55.117 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:55.117 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:55.118 [BundleStart #16] 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 
01:26:55.118 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:55.118 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:55.122 [BundleStart #16] 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 
01:26:55.122 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:55.123 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:55.129 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:55.130 [BundleStart #17] 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 
01:26:55.131 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:55.131 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:55.132 [BundleStart #17] 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 
01:26:55.132 [BundleStart #17] 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) 
01:26:55.132 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:55.132 [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-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:26:55.133 [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-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:26:55.135 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
01:26:55.136 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:511 - Post processing: creating test bundle 
01:26:55.136 [main]            INFO  o.e.g.b.iandt.io.BundleJarTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
01:26:55.160 [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] 
01:26:55.160 [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]] 
01:26:55.160 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:55.160 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:55.161 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:55.161 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:55.161 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:55.161 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:55.162 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:55.162 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:55.162 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:55.162 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:55.163 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
01:26:55.163 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:26:55.163 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
01:26:55.164 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
01:26:55.164 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
01:26:55.164 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
01:26:55.164 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
01:26:55.165 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
01:26:55.165 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
01:26:55.165 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
01:26:55.165 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
01:26:55.166 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
01:26:55.166 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
01:26:55.166 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
01:26:55.166 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
01:26:55.167 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
01:26:55.167 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
01:26:55.167 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
01:26:55.167 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
01:26:55.177 [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 
01:26:55.177 [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.* 
01:26:55.183 [BundleStart #20] 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)] 
01:26:55.184 [BundleStart #20] 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 
01:26:55.184 [BundleStart #20] 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)] 
01:26:55.184 [BundleStart #20] 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)] 
01:26:55.185 [BundleStart #20] 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 
01:26:55.185 [BundleStart #20] 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) 
01:26:55.185 [BundleStart #20] 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)] 
01:26:55.185 [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 
01:26:55.186 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:55.188 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:55.188 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:55.189 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:55.190 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:55.191 [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 
01:26:55.191 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:55.191 [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. 
01:26:55.192 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:55.193 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:55.194 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:55.194 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:55.194 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:55.195 [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 
01:26:55.195 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:55.196 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:55.197 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:55.197 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:55.198 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:55.198 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:55.199 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:55.200 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:55.201 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnlyWithFolderLevelWildcard] to OSGi 
01:26:55.215 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnlyWithFolderLevelWildcard] for execution inside OSGi 
01:26:55.215 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromJarOnlyWithFolderLevelWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5e0826e7 
01:26:55.216 [main]            INFO  o.e.g.b.iandt.io.BundleJarTest:190 - Loading context for locations:  
01:26:55.229 [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 [Sat May 04 01:26:55 UTC 2024]; root of context hierarchy 
01:26:55.235 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:55.255 [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@45752059: defining beans []; root of factory hierarchy 
01:26:55.265 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:55.265 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:55.266 [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} 
01:26:55.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] 
01:26:55.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@23348b5d] 
01:26:55.271 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@70325e14] 
01:26:55.273 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7dc0f706] 
01:26:55.276 [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 [Sat May 04 01:26:55 UTC 2024]; root of context hierarchy] 
01:26:55.279 [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} 
01:26:55.280 [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} 
01:26:55.321 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:55.322 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnlyWithFolderLevelWildcard] 
01:26:55.323 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnlyWithFolderLevelWildcard]'s result read 
01:26:55.324 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourcesFromWildCardWithAndWithoutLeadingSlash] to OSGi 
01:26:55.325 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourcesFromWildCardWithAndWithoutLeadingSlash] for execution inside OSGi 
01:26:55.325 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourcesFromWildCardWithAndWithoutLeadingSlash] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@65b3f4a4 
01:26:55.329 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:55.329 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourcesFromWildCardWithAndWithoutLeadingSlash] 
01:26:55.330 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourcesFromWildCardWithAndWithoutLeadingSlash]'s result read 
01:26:55.330 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnly] to OSGi 
01:26:55.331 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnly] for execution inside OSGi 
01:26:55.331 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromJarOnly] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@f2ff811 
01:26:55.332 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:55.332 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnly] 
01:26:55.332 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnly]'s result read 
01:26:55.333 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] to OSGi 
01:26:55.333 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] for execution inside OSGi 
01:26:55.333 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@186f8716 
01:26:55.335 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:55.335 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] 
01:26:55.335 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFolderLevelFromFragmentsIgnored]'s result read 
01:26:55.336 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testLastModifiedWhileUsingJustTheOSGiAPI] to OSGi 
01:26:55.337 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLastModifiedWhileUsingJustTheOSGiAPI] for execution inside OSGi 
01:26:55.337 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLastModifiedWhileUsingJustTheOSGiAPI] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1d8bd0de 
01:26:55.337 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:55.338 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testLastModifiedWhileUsingJustTheOSGiAPI] 
01:26:55.338 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testLastModifiedWhileUsingJustTheOSGiAPI]'s result read 
01:26:55.339 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] to OSGi 
01:26:55.339 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] for execution inside OSGi 
01:26:55.339 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@36b4fe2a 
01:26:55.340 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:55.341 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] 
01:26:55.341 [main]            DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFileLevelFromFragmentsIgnored]'s result read 
01:26:55.341 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromFragmentsIgnored] to OSGi 
01:26:55.342 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromFragmentsIgnored] for execution inside OSGi 
01:26:55.342 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceFromFragmentsIgnored] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@574b560f 
01:26:55.343 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:55.343 [main]            TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromFragmentsIgnored] 
01:26:55.343 [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: 1.134 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleJarTest
01:26:55.347 [Thread-0]        INFO  o.e.g.b.iandt.io.BundleJarTest:471 - Shutting down OSGi platform 
01:26:55.348 [Thread-3]        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) 
01:26:55.348 [Thread-3]        INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat May 04 01:26:55 UTC 2024]; root of context hierarchy 
01:26:55.348 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:55.349 [Thread-3]        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 [Sat May 04 01:26:55 UTC 2024]; root of context hierarchy] 
01:26:55.349 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:55.356 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:55.357 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:55.357 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:26:55.357 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:26:55.357 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:26:55.357 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:26:55.358 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:26:55.359 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:26:55.359 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:26:55.360 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:26:55.361 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:56,070 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:56,198 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:56,201 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:56,225 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:56,266 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:56,268 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:56,274 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:56,284 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:26:56,292 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:56,292 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:56,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:56,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:56,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:56,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:56,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:56,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
01:26:56,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
01:26:56,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:56,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:56,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:56,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:56,296 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:56,296 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:56,296 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:56,296 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:56,297 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:56,297 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:56,298 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.ClassSpaceWildcardTest
01:26:56.425 [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.KnopflerfishPlatform 
01:26:56.430 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:56.443 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi895222546016703011kf 
01:26:56.445 [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.KnopflerfishPlatform 
01:26:56.445 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:56.446 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3859784409023292638kf 
01:26:56.446 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:215 - About to start Knopflerfish OSGi Platform 
01:26:56.561 [main]            INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:26:56.565 [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=} 
01:26:56.566 [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} 
01:26:56.568 [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} 
01:26:56.569 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:26:56.710 [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] 
01:26:56.726 [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] 
01:26:56.732 [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] 
01:26:56.734 [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] 
01:26:56.743 [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] 
01:26:56.754 [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] 
01:26:56.758 [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] 
01:26:56.762 [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] 
01:26:56.766 [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] 
01:26:56.783 [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] 
01:26:56.797 [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] 
01:26:56.801 [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] 
01:26:56.814 [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] 
01:26:56.832 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:56.835 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:56.862 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:56.867 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:56.872 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:56.878 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:56.900 [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] 
01:26:56.910 [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] 
01:26:56.916 [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] 
01:26:56.918 [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] 
01:26:56.918 [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] 
01:26:56.919 [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] 
01:26:56.920 [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] 
01:26:56.923 [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] 
01:26:56.927 [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] 
01:26:56.928 [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] 
01:26:56.936 [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] 
01:26:56.937 [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] 
01:26:56.938 [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] 
01:26:56.942 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:56.944 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:56.946 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:56,979 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:26:57,018 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:26:57,021 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:26:57,032 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:57,058 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:26:57,060 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:26:57,064 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:26:57,072 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@780b74d6 - No compression will be used
01:26:57,077 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:26:57,077 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:26:57,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:26:57,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:26:57,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:26:57,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:26:57,080 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:26:57,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
01:26:57,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
01:26:57,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:26:57,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:26:57,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:26:57,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:26:57,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:26:57,081 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:26:57,082 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:26:57,082 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:26:57,083 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:26:57,087 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:26:57,088 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@513d2e40 - Registering current configuration as safe fallback point
01:26:57.101 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:26:57.112 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:26:57.269 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:57.270 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:26:57.274 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:26:57.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:26:57.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:57.284 [BundleStart #16] 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 
01:26:57.285 [BundleStart #16] 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) 
01:26:57.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:57.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:57.287 [BundleStart #16] 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 
01:26:57.287 [BundleStart #16] 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) 
01:26:57.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:57.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:57.289 [BundleStart #16] 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 
01:26:57.289 [BundleStart #16] 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) 
01:26:57.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:57.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:57.291 [BundleStart #16] 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 
01:26:57.291 [BundleStart #16] 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) 
01:26:57.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:57.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:57.292 [BundleStart #16] 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 
01:26:57.293 [BundleStart #16] 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) 
01:26:57.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:57.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:57.294 [BundleStart #16] 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 
01:26:57.294 [BundleStart #16] 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) 
01:26:57.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:57.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:57.295 [BundleStart #16] 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 
01:26:57.296 [BundleStart #16] 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) 
01:26:57.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:57.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:57.297 [BundleStart #16] 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 
01:26:57.297 [BundleStart #16] 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) 
01:26:57.297 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:57.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:57.298 [BundleStart #16] 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 
01:26:57.299 [BundleStart #16] 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) 
01:26:57.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:57.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:57.300 [BundleStart #16] 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 
01:26:57.300 [BundleStart #16] 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) 
01:26:57.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:57.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:57.301 [BundleStart #16] 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 
01:26:57.302 [BundleStart #16] 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) 
01:26:57.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:57.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:57.303 [BundleStart #16] 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 
01:26:57.303 [BundleStart #16] 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) 
01:26:57.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:57.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:57.305 [BundleStart #16] 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 
01:26:57.305 [BundleStart #16] 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) 
01:26:57.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:57.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:57.305 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:26:57.306 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:26:57.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:57.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:57.307 [BundleStart #16] 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 
01:26:57.307 [BundleStart #16] 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) 
01:26:57.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:57.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:57.309 [BundleStart #16] 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 
01:26:57.309 [BundleStart #16] 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) 
01:26:57.310 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:57.319 [BundleStart #16] 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)] 
01:26:57.319 [BundleStart #16] 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)] 
01:26:57.322 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:26:57.322 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:26:57.326 [BundleStart #16] 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)] 
01:26:57.328 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:26:57.329 [BundleStart #16] 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@6dd76c16 w/ reference null 
01:26:57.329 [BundleStart #16] 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@6dd76c16 w/ reference null 
01:26:57.330 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:26:57.334 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:57.344 [BundleStart #16] 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 
01:26:57.345 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:26:57.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:57.349 [BundleStart #16] 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 
01:26:57.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:26:57.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:57.351 [BundleStart #16] 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 
01:26:57.352 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:26:57.352 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:57.352 [BundleStart #16] 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 
01:26:57.353 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:26:57.353 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:57.357 [BundleStart #16] 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 
01:26:57.357 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:26:57.357 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:57.359 [BundleStart #16] 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 
01:26:57.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:26:57.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:57.361 [BundleStart #16] 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 
01:26:57.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:26:57.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:57.362 [BundleStart #16] 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 
01:26:57.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:26:57.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:57.364 [BundleStart #16] 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 
01:26:57.364 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:26:57.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:57.366 [BundleStart #16] 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 
01:26:57.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:26:57.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:57.368 [BundleStart #16] 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 
01:26:57.369 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:26:57.369 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:26:57.370 [BundleStart #16] 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 
01:26:57.370 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:26:57.370 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:57.372 [BundleStart #16] 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 
01:26:57.373 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:26:57.373 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:26:57.374 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:26:57.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:26:57.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:57.375 [BundleStart #16] 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 
01:26:57.375 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:26:57.375 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:57.379 [BundleStart #16] 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 
01:26:57.380 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:26:57.381 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:26:57.388 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:57.390 [BundleStart #17] 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 
01:26:57.390 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:57.390 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:57.391 [BundleStart #17] 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 
01:26:57.391 [BundleStart #17] 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) 
01:26:57.391 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:26:57.392 [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-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:26:57.392 [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-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:26:57.394 [main]            INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:199 - org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest-bundle.properties was not found; using defaults 
01:26:57.395 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:511 - Post processing: creating test bundle 
01:26:57.395 [main]            INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
01:26:57.412 [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] 
01:26:57.412 [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]] 
01:26:57.412 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:26:57.413 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:26:57.413 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:26:57.413 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:26:57.413 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:26:57.413 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:26:57.414 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:26:57.414 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:26:57.414 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:26:57.414 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:26:57.414 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
01:26:57.415 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:26:57.415 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
01:26:57.415 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
01:26:57.415 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
01:26:57.415 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
01:26:57.415 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
01:26:57.416 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
01:26:57.416 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
01:26:57.416 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
01:26:57.416 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
01:26:57.416 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
01:26:57.416 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
01:26:57.417 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
01:26:57.417 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
01:26:57.417 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
01:26:57.417 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
01:26:57.417 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
01:26:57.417 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
01:26:57.427 [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 
01:26:57.427 [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.* 
01:26:57.433 [BundleStart #20] 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)] 
01:26:57.434 [BundleStart #20] 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 
01:26:57.434 [BundleStart #20] 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)] 
01:26:57.435 [BundleStart #20] 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)] 
01:26:57.435 [BundleStart #20] 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 
01:26:57.435 [BundleStart #20] 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) 
01:26:57.435 [BundleStart #20] 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)] 
01:26:57.436 [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 
01:26:57.436 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:26:57.438 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:26:57.439 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:26:57.440 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:26:57.440 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:26:57.441 [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 
01:26:57.441 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:26:57.441 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:26:57.442 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:26:57.443 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:26:57.443 [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. 
01:26:57.443 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:26:57.444 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:26:57.444 [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 
01:26:57.444 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:26:57.445 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:26:57.445 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:26:57.446 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:26:57.446 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:26:57.447 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:26:57.447 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:26:57.457 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:26:57.458 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWildcardAtFolderLevel] to OSGi 
01:26:57.472 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWildcardAtFolderLevel] for execution inside OSGi 
01:26:57.473 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@15ff3e9e 
01:26:57.474 [main]            INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:190 - Loading context for locations:  
01:26:57.488 [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 [Sat May 04 01:26:57 UTC 2024]; root of context hierarchy 
01:26:57.495 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:26:57.518 [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@292b08d6: defining beans []; root of factory hierarchy 
01:26:57.529 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:26:57.529 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:26:57.530 [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} 
01:26:57.531 [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] 
01:26:57.535 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@55b0dcab] 
01:26:57.535 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@38afe297] 
01:26:57.538 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f4a47c7] 
01:26:57.541 [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 [Sat May 04 01:26:57 UTC 2024]; root of context hierarchy] 
01:26:57.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=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} 
01:26:57.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} 
01:26:57.592 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:57.593 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWildcardAtFolderLevel] 
01:26:57.594 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWildcardAtFolderLevel]'s result read 
01:26:57.595 [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.KnopflerfishPlatform 
01:26:57.596 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:57.597 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2281389160447364106kf 
01:26:57.597 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfFolders] to OSGi 
01:26:57.598 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfFolders] for execution inside OSGi 
01:26:57.598 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingALotOfFolders] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@dd0c991 
resources count 94
01:26:58.766 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:58.767 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfFolders] 
01:26:58.767 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfFolders]'s result read 
01:26:58.767 [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.KnopflerfishPlatform 
01:26:58.768 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:58.769 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5903705663010923874kf 
01:26:58.769 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWildcard] to OSGi 
01:26:58.769 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWildcard] for execution inside OSGi 
01:26:58.770 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathRootWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5f16132a 
01:26:59.279 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:59.279 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWildcard] 
01:26:59.280 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWildcard]'s result read 
01:26:59.280 [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.KnopflerfishPlatform 
01:26:59.281 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:59.281 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4957993077677569502kf 
01:26:59.282 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testBundleClassPath] to OSGi 
01:26:59.282 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleClassPath] for execution inside OSGi 
01:26:59.283 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@69fb6037 
*** Bundle-ClassPath is null
01:26:59.285 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:59.285 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testBundleClassPath] 
01:26:59.285 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testBundleClassPath]'s result read 
01:26:59.286 [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.KnopflerfishPlatform 
01:26:59.286 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:59.287 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6004136373954584159kf 
01:26:59.287 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testClassPathRootWildcard] to OSGi 
01:26:59.287 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathRootWildcard] for execution inside OSGi 
01:26:59.288 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClassPathRootWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@36d585c 
01:26:59.633 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:59.633 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testClassPathRootWildcard] 
01:26:59.633 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testClassPathRootWildcard]'s result read 
01:26:59.634 [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.KnopflerfishPlatform 
01:26:59.634 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:59.635 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3318414024060442932kf 
01:26:59.635 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtFolderLevel] to OSGi 
01:26:59.636 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtFolderLevel] for execution inside OSGi 
01:26:59.636 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@87a85e1 
01:26:59.639 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:59.639 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtFolderLevel] 
01:26:59.639 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtFolderLevel]'s result read 
01:26:59.640 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:128 - System property [org.eclipse.gemini.blueprint.test.framework] has value=org.eclipse.gemini.blueprint.test.platform.KnopflerfishPlatform 
01:26:59.640 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:59.641 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5467132669688440690kf 
01:26:59.641 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtRootFileLevel] to OSGi 
01:26:59.641 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtRootFileLevel] for execution inside OSGi 
01:26:59.641 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testWildcardAtRootFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@671a5887 
01:26:59.644 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:59.644 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtRootFileLevel] 
01:26:59.644 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtRootFileLevel]'s result read 
01:26:59.644 [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.KnopflerfishPlatform 
01:26:59.645 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:59.645 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6473673963884949118kf 
01:26:59.646 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWithWildcard] to OSGi 
01:26:59.646 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWithWildcard] for execution inside OSGi 
01:26:59.646 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathRootWithWildcard] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5552768b 
01:26:59.964 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:26:59.965 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWithWildcard] 
01:26:59.965 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWithWildcard]'s result read 
01:26:59.965 [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.KnopflerfishPlatform 
01:26:59.966 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:26:59.966 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4181997608464577547kf 
01:26:59.967 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfClasses] to OSGi 
01:26:59.967 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfClasses] for execution inside OSGi 
01:26:59.967 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingALotOfClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c947bc5 
01:27:00.443 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:00.443 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfClasses] 
01:27:00.444 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfClasses]'s result read 
01:27:00.444 [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.KnopflerfishPlatform 
01:27:00.444 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:27:00.445 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6253247627213143658kf 
01:27:00.445 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testSingleClassWithWildcardAtFileLevel] to OSGi 
01:27:00.446 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSingleClassWithWildcardAtFileLevel] for execution inside OSGi 
01:27:00.446 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSingleClassWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@609db43b 
01:27:00.449 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:00.449 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testSingleClassWithWildcardAtFileLevel] 
01:27:00.450 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testSingleClassWithWildcardAtFileLevel]'s result read 
01:27:00.450 [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.KnopflerfishPlatform 
01:27:00.450 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:27:00.451 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5610990877831291584kf 
01:27:00.451 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWOWildcardAtFolderLevel] to OSGi 
01:27:00.451 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWOWildcardAtFolderLevel] for execution inside OSGi 
01:27:00.451 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWOWildcardAtFolderLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55f616cf 
01:27:00.453 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:00.453 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWOWildcardAtFolderLevel] 
01:27:00.453 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWOWildcardAtFolderLevel]'s result read 
01:27:00.454 [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.KnopflerfishPlatform 
01:27:00.454 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:27:00.455 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8870965728105142149kf 
01:27:00.455 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingAHugeSetOfResources] to OSGi 
01:27:00.455 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingAHugeSetOfResources] for execution inside OSGi 
01:27:00.455 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingAHugeSetOfResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1356d4d4 
resources w/o slash count 330
resources w/ slash count 330
01:27:00.784 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:00.785 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingAHugeSetOfResources] 
01:27:00.785 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingAHugeSetOfResources]'s result read 
01:27:00.786 [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.KnopflerfishPlatform 
01:27:00.786 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:27:00.787 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7043654100819116596kf 
01:27:00.787 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingABulkOfResources] to OSGi 
01:27:00.787 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingABulkOfResources] for execution inside OSGi 
01:27:00.788 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testMatchingABulkOfResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@c03cf28 
resources w/o slash count 227
resources w/ slash count 227
01:27:01.402 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:01.402 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingABulkOfResources] 
01:27:01.403 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingABulkOfResources]'s result read 
01:27:01.403 [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.KnopflerfishPlatform 
01:27:01.404 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:27:01.404 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3841393309124241013kf 
01:27:01.405 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWildcardAtFileLevel] to OSGi 
01:27:01.405 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWildcardAtFileLevel] for execution inside OSGi 
01:27:01.405 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1329eff 
01:27:01.408 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:01.408 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWildcardAtFileLevel] 
01:27:01.408 [main]            DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWithWildcardAtFileLevel]'s result read 
01:27:01.409 [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.KnopflerfishPlatform 
01:27:01.409 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 
01:27:01.410 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7074762287375451939kf 
01:27:01.411 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWithWildcardAtFileLevel] to OSGi 
01:27:01.411 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWithWildcardAtFileLevel] for execution inside OSGi 
01:27:01.411 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathWithWithWildcardAtFileLevel] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@41c2284a 
01:27:01.413 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:01.414 [main]            TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWithWildcardAtFileLevel] 
01:27:01.414 [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: 4.993 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceWildcardTest
01:27:01.418 [Thread-0]        INFO  o.e.g.b.i.i.ClassSpaceWildcardTest:471 - Shutting down OSGi platform 
01:27:01.418 [Thread-3]        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) 
01:27:01.419 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:01.419 [Thread-3]        INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat May 04 01:26:57 UTC 2024]; root of context hierarchy 
01:27:01.419 [Thread-3]        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 [Sat May 04 01:26:57 UTC 2024]; root of context hierarchy] 
01:27:01.419 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:01.419 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:01.420 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:01.420 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:01.420 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:01.420 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:01.420 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:01.422 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:01.422 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:27:01.422 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:01.423 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:01.424 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:02,133 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:02,283 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:02,286 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:02,309 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:02,360 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:02,363 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:02,368 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:02,378 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used
01:27:02,386 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:02,386 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:02,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:02,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:02,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:02,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:02,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:02,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:02,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
01:27:02,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:02,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:02,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:02,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:02,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:02,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:02,390 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:02,390 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:02,391 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:02,391 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:02,392 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@627551fb - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.BundleClassPathWildcardTest
01:27:02.531 [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.KnopflerfishPlatform 
01:27:02.536 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:85 - Instantiating platform wrapper... 
01:27:02.549 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1536261178975458714kf 
01:27:02.549 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:215 - About to start Knopflerfish OSGi Platform 
01:27:02.655 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:02.656 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:62 - Installing no root cp bundle... 
01:27:02.677 [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=} 
01:27:02.678 [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} 
01:27:02.680 [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} 
01:27:02.681 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:02.824 [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] 
01:27:02.831 [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] 
01:27:02.836 [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] 
01:27:02.839 [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] 
01:27:02.847 [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] 
01:27:02.865 [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] 
01:27:02.867 [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] 
01:27:02.871 [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] 
01:27:02.876 [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] 
01:27:02.890 [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] 
01:27:02.899 [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] 
01:27:02.901 [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] 
01:27:02.906 [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] 
01:27:02.913 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:02.915 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:02.925 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:02.958 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:02.962 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:02.966 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:02.983 [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] 
01:27:02.984 [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] 
01:27:02.990 [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] 
01:27:02.991 [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] 
01:27:02.992 [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] 
01:27:02.993 [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] 
01:27:02.994 [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] 
01:27:02.997 [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] 
01:27:03.001 [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] 
01:27:03.001 [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] 
01:27:03.008 [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] 
01:27:03.009 [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] 
01:27:03.010 [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] 
01:27:03.013 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:03.015 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:03.017 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:03,058 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:03,098 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:03,101 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:03,112 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:03,138 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:03,140 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:03,143 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:03,150 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6bfa1ff6 - No compression will be used
01:27:03,155 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:03,155 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:03,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:03,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:03,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:03,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:03,158 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:03,158 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:03,158 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:03,158 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:03,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:03,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:03,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:03,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:03,159 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:03,160 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:03,160 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:03,161 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:03,161 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:03,162 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3b31aee4 - Registering current configuration as safe fallback point
01:27:03.175 [BundleStart #17] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:03.190 [BundleStart #17] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:03.339 [BundleStart #17] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:03.340 [BundleStart #17] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:03.345 [BundleStart #17] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:03.348 [BundleStart #17] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:03.353 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:03.355 [BundleStart #17] 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 
01:27:03.355 [BundleStart #17] 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) 
01:27:03.355 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:03.356 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:03.357 [BundleStart #17] 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 
01:27:03.358 [BundleStart #17] 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) 
01:27:03.358 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:03.358 [BundleStart #17] 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)] 
01:27:03.359 [BundleStart #17] 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 
01:27:03.359 [BundleStart #17] 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) 
01:27:03.360 [BundleStart #17] 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)] 
01:27:03.360 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:03.361 [BundleStart #17] 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 
01:27:03.361 [BundleStart #17] 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) 
01:27:03.361 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:03.362 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:03.362 [BundleStart #17] 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 
01:27:03.362 [BundleStart #17] 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) 
01:27:03.363 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:03.363 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:03.364 [BundleStart #17] 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 
01:27:03.364 [BundleStart #17] 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) 
01:27:03.364 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:03.364 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:03.365 [BundleStart #17] 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 
01:27:03.366 [BundleStart #17] 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) 
01:27:03.366 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:03.366 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:03.367 [BundleStart #17] 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 
01:27:03.367 [BundleStart #17] 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) 
01:27:03.367 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:03.367 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:03.368 [BundleStart #17] 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 
01:27:03.368 [BundleStart #17] 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) 
01:27:03.368 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:03.369 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:03.369 [BundleStart #17] 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 
01:27:03.370 [BundleStart #17] 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) 
01:27:03.370 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:03.370 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:03.371 [BundleStart #17] 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 
01:27:03.371 [BundleStart #17] 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) 
01:27:03.371 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:03.372 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:03.372 [BundleStart #17] 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 
01:27:03.373 [BundleStart #17] 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) 
01:27:03.373 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:03.373 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:03.373 [BundleStart #17] 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 
01:27:03.374 [BundleStart #17] 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) 
01:27:03.374 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:03.374 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:03.375 [BundleStart #17] 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 
01:27:03.375 [BundleStart #17] 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) 
01:27:03.376 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:03.376 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:03.376 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:03.376 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:03.376 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:03.377 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:03.377 [BundleStart #17] 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 
01:27:03.377 [BundleStart #17] 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) 
01:27:03.377 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:03.378 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:03.379 [BundleStart #17] 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 
01:27:03.380 [BundleStart #17] 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) 
01:27:03.380 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:03.389 [BundleStart #17] 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)] 
01:27:03.390 [BundleStart #17] 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)] 
01:27:03.392 [BundleStart #17] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:03.393 [BundleStart #17] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:03.397 [BundleStart #17] 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)] 
01:27:03.399 [BundleStart #17] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:03.399 [BundleStart #17] 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@560a5b5a w/ reference null 
01:27:03.400 [BundleStart #17] 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@560a5b5a w/ reference null 
01:27:03.401 [BundleStart #17] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:03.405 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:03.414 [BundleStart #17] 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 
01:27:03.415 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:03.415 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:03.418 [BundleStart #17] 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 
01:27:03.419 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:03.419 [BundleStart #17] 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)] 
01:27:03.420 [BundleStart #17] 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 
01:27:03.420 [BundleStart #17] 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)] 
01:27:03.420 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:03.422 [BundleStart #17] 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 
01:27:03.423 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:03.423 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:03.424 [BundleStart #17] 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 
01:27:03.424 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:03.424 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:03.426 [BundleStart #17] 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 
01:27:03.426 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:03.426 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:03.428 [BundleStart #17] 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 
01:27:03.428 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:03.428 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:03.429 [BundleStart #17] 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 
01:27:03.429 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:03.430 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:03.431 [BundleStart #17] 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 
01:27:03.431 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:03.431 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:03.432 [BundleStart #17] 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 
01:27:03.432 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:03.433 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:03.434 [BundleStart #17] 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 
01:27:03.434 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:03.434 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:03.436 [BundleStart #17] 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 
01:27:03.436 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:03.436 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:03.437 [BundleStart #17] 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 
01:27:03.437 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:03.437 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:03.439 [BundleStart #17] 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 
01:27:03.440 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:03.440 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:03.441 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:03.441 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:03.441 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:03.442 [BundleStart #17] 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 
01:27:03.442 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:03.443 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:03.445 [BundleStart #17] 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 
01:27:03.456 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:03.457 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:03.464 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:03.464 [BundleStart #18] 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 
01:27:03.464 [BundleStart #18] 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) 
01:27:03.465 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:03.465 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:03.466 [BundleStart #18] 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 
01:27:03.467 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:03.467 [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-knopflerfish/integration-tests/bundles/io.fragment.1.bundle/target/io.fragment.1.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:27:03.467 [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-knopflerfish/integration-tests/bundles/io.fragment.2.bundle/target/io.fragment.2.bundle-3.0.1.BUILD-SNAPSHOT.jar] is a fragment; start not invoked 
01:27:03.469 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:199 - org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest-bundle.properties was not found; using defaults 
01:27:03.469 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:511 - Post processing: creating test bundle 
01:27:03.470 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 
01:27:03.489 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 
01:27:03.489 [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]] 
01:27:03.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:03.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:03.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 
01:27:03.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 
01:27:03.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 
01:27:03.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 
01:27:03.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 
01:27:03.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 
01:27:03.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 
01:27:03.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 
01:27:03.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 
01:27:03.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 
01:27:03.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
01:27:03.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 
01:27:03.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:03.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:03.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:03.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:03.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:03.494 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:03.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:03.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:03.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
01:27:03.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:27:03.495 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
01:27:03.496 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
01:27:03.496 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
01:27:03.496 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
01:27:03.496 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
01:27:03.497 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
01:27:03.497 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
01:27:03.497 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
01:27:03.497 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
01:27:03.497 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
01:27:03.498 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
01:27:03.498 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
01:27:03.498 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
01:27:03.498 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
01:27:03.499 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
01:27:03.499 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
01:27:03.499 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
01:27:03.515 [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 
01:27:03.516 [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.* 
01:27:03.522 [BundleStart #21] 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)] 
01:27:03.523 [BundleStart #21] 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 
01:27:03.523 [BundleStart #21] 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) 
01:27:03.523 [BundleStart #21] 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)] 
01:27:03.523 [BundleStart #21] 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)] 
01:27:03.524 [BundleStart #21] 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 
01:27:03.525 [BundleStart #21] 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)] 
01:27:03.525 [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 
01:27:03.525 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:03.527 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:03.528 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:03.530 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:03.530 [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. 
01:27:03.532 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:03.532 [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 
01:27:03.533 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:03.534 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:03.535 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:03.536 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:03.536 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:03.537 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:03.537 [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 
01:27:03.538 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:03.538 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:03.539 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:03.539 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:03.540 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:03.541 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:03.541 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:03.542 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:03.543 [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. 
01:27:03.544 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] to OSGi 
01:27:03.560 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] for execution inside OSGi 
01:27:03.560 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@62150f9e 
01:27:03.561 [main]            INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:190 - Loading context for locations:  
01:27:03.574 [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 [Sat May 04 01:27:03 UTC 2024]; root of context hierarchy 
01:27:03.580 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:03.601 [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@3c46e67a: defining beans []; root of factory hierarchy 
01:27:03.612 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:03.612 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:03.613 [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} 
01:27:03.614 [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] 
01:27:03.618 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6c40365c] 
01:27:03.618 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7bedc48a] 
01:27:03.621 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6200f9cb] 
01:27:03.625 [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 [Sat May 04 01:27:03 UTC 2024]; root of context hierarchy] 
01:27:03.627 [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} 
01:27:03.629 [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 [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]}
01:27:03.694 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:03.695 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] 
01:27:03.696 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath]'s result read 
01:27:03.697 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testAllClassPathFilesOnBundleClassPath] to OSGi 
01:27:03.698 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathFilesOnBundleClassPath] for execution inside OSGi 
01:27:03.698 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAllClassPathFilesOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cc1435c 
array count is 9
{URL [bundle://21/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundle://19/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundle://20/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundle://19/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundle://20/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file], URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundle://21:2/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundle://21:2/org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file]}
01:27:04.205 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.205 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testAllClassPathFilesOnBundleClassPath] 
01:27:04.206 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testAllClassPathFilesOnBundleClassPath]'s result read 
01:27:04.206 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnlyInsideFolderClasspath] to OSGi 
01:27:04.207 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] for execution inside OSGi 
01:27:04.207 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6bf0219d 
{URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]}
01:27:04.215 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.216 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] 
01:27:04.216 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnlyInsideFolderClasspath]'s result read 
01:27:04.216 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] to OSGi 
01:27:04.217 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] for execution inside OSGi 
01:27:04.217 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@dd0c991 
01:27:04.220 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.220 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] 
01:27:04.220 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder]'s result read 
01:27:04.221 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFound] to OSGi 
01:27:04.221 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFound] for execution inside OSGi 
01:27:04.222 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInRootNotFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5f16132a 
classpath:root.file resources
01:27:04.222 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.223 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFound] 
01:27:04.223 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInRootNotFound]'s result read 
01:27:04.223 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInPkgInClassPathFound] to OSGi 
01:27:04.224 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] for execution inside OSGi 
01:27:04.224 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@69fb6037 
01:27:04.226 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.226 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] 
01:27:04.227 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInPkgInClassPathFound]'s result read 
01:27:04.227 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testClassPathFilesOnBundleClassPath] to OSGi 
01:27:04.228 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathFilesOnBundleClassPath] for execution inside OSGi 
01:27:04.228 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClassPathFilesOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@36d585c 
array count is 5
{URL [bundle://21/org/eclipse/gemini/blueprint/iandt/io/duplicate.file], URL [bundle://19/org/eclipse/gemini/blueprint/iandt/io/fragment-duplicate.file], URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file], URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file], URL [bundle://21:2/org/eclipse/gemini/blueprint/iandt/compliance/io/jar-folder.file]}
01:27:04.603 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.603 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testClassPathFilesOnBundleClassPath] 
01:27:04.604 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testClassPathFilesOnBundleClassPath]'s result read 
01:27:04.604 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatching] to OSGi 
01:27:04.605 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatching] for execution inside OSGi 
01:27:04.605 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourcePatternMatching] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@87a85e1 
01:27:04.609 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.609 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatching] 
01:27:04.610 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatching]'s result read 
01:27:04.610 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideFolderClasspath] to OSGi 
01:27:04.611 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideFolderClasspath] for execution inside OSGi 
01:27:04.611 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableOnlyInsideFolderClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@671a5887 
Arrays inside the classpath folder
{URL [bundle://21:1/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file]}
01:27:04.614 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.615 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideFolderClasspath] 
01:27:04.615 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideFolderClasspath]'s result read 
01:27:04.615 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInClassPathFound] to OSGi 
01:27:04.616 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInClassPathFound] for execution inside OSGi 
01:27:04.616 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceNestedInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5552768b 
classpath*:/some/nested/nested.file resources
01:27:04.618 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.619 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInClassPathFound] 
01:27:04.619 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInClassPathFound]'s result read 
01:27:04.619 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInClassPathFound] to OSGi 
01:27:04.620 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInClassPathFound] for execution inside OSGi 
01:27:04.620 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInClassPathFound] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c947bc5 
classpath*:cp.file resources
01:27:04.622 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.623 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInClassPathFound] 
01:27:04.623 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInClassPathFound]'s result read 
01:27:04.624 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] to OSGi 
01:27:04.624 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] for execution inside OSGi 
01:27:04.624 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@609db43b 
01:27:04.627 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.627 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] 
01:27:04.627 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRootsSpecifiedFolder]'s result read 
01:27:04.628 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testURLConnectionToJarInsideBundle] to OSGi 
01:27:04.628 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLConnectionToJarInsideBundle] for execution inside OSGi 
01:27:04.629 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testURLConnectionToJarInsideBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@55f616cf 
jar:bundle://21/bundleclasspath/simple.jar!/
jar:bundle://21/bundleclasspath/simple.jar!/
sun.net.www.protocol.jar.JarURLConnection:jar:bundle://21/bundleclasspath/simple.jar!/
true
/tmp/jar_cache4764629250466880287.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
01:27:04.635 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.635 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testURLConnectionToJarInsideBundle] 
01:27:04.636 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testURLConnectionToJarInsideBundle]'s result read 
01:27:04.636 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideJarClasspath] to OSGi 
01:27:04.637 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideJarClasspath] for execution inside OSGi 
01:27:04.637 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testResourceAvailableOnlyInsideJarClasspath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4f67eb2a 
Arrays inside the jar
01:27:04.641 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.641 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideJarClasspath] 
01:27:04.641 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideJarClasspath]'s result read 
01:27:04.642 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnBundleClassPath] to OSGi 
01:27:04.642 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnBundleClassPath] for execution inside OSGi 
01:27:04.642 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5f683daf 
array count is 4
{URL [bundle://19/fragment.file], URL [bundle://19/fragment1.file], URL [bundle://20/fragment2.file], URL [bundle://21:2/jar.file]}
01:27:04.660 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.660 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnBundleClassPath] 
01:27:04.660 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnBundleClassPath]'s result read 
01:27:04.661 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRoots] to OSGi 
01:27:04.663 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRoots] for execution inside OSGi 
01:27:04.663 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceMultipleRoots] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6c779568 
01:27:04.669 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.669 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRoots] 
01:27:04.669 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRoots]'s result read 
01:27:04.670 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnAllBundleClassPath] to OSGi 
01:27:04.670 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnAllBundleClassPath] for execution inside OSGi 
01:27:04.671 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testRootFileOnAllBundleClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@61d6015a 
array count is 4
{URL [bundle://19/fragment.file], URL [bundle://19/fragment1.file], URL [bundle://20/fragment2.file], URL [bundle://21:2/jar.file]}
01:27:04.675 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.675 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnAllBundleClassPath] 
01:27:04.676 [main]            DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnAllBundleClassPath]'s result read 
01:27:04.676 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] to OSGi 
01:27:04.677 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] for execution inside OSGi 
01:27:04.677 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2525ff7e 
root.file resources
classpath*:root.file resources
01:27:04.679 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:04.680 [main]            TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] 
01:27:04.680 [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: 2.154 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleClassPathWildcardTest
01:27:04.684 [Thread-0]        INFO  o.e.g.b.i.i.BundleClassPathWildcardTest:471 - Shutting down OSGi platform 
01:27:04.685 [Thread-3]        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) 
01:27:04.685 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:04.685 [Thread-3]        INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.io.functional.fragments, config=): startup date [Sat May 04 01:27:03 UTC 2024]; root of context hierarchy 
01:27:04.685 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:04.685 [Thread-3]        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 [Sat May 04 01:27:03 UTC 2024]; root of context hierarchy] 
01:27:04.685 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:04.686 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:04.686 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:04.686 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:04.686 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:04.687 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:04.688 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:04.688 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was null 
01:27:04.688 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:27:04.690 [BundleStop #17]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:04.690 [BundleStop #17]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:05,398 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:05,521 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:05,524 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:05,548 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:05,587 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:05,590 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:05,596 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:05,606 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used
01:27:05,613 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:05,613 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:05,615 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:05,615 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:05,615 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:05,616 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:05,616 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:05,616 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:05,616 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:05,616 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:05,616 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:05,617 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:05,617 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:05,617 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:05,617 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:05,617 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:05,617 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:05,618 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:05,618 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:05,619 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@627551fb - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.OSGI799Test
01:27:05.736 [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.KnopflerfishPlatform 
01:27:05.741 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:85 - Instantiating platform wrapper... 
01:27:05.753 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7150277281929578772kf 
01:27:05.753 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:215 - About to start Knopflerfish OSGi Platform 
01:27:05.870 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:05.871 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:60 - Installing custom bundles... 
01:27:05.896 [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=} 
01:27:05.897 [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} 
01:27:05.898 [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} 
01:27:05.899 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:06.032 [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] 
01:27:06.039 [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] 
01:27:06.042 [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] 
01:27:06.045 [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] 
01:27:06.053 [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] 
01:27:06.063 [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] 
01:27:06.066 [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] 
01:27:06.069 [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] 
01:27:06.074 [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] 
01:27:06.082 [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] 
01:27:06.099 [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] 
01:27:06.102 [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] 
01:27:06.106 [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] 
01:27:06.113 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:06.116 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:06.120 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:06.124 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:06.174 [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] 
01:27:06.176 [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] 
01:27:06.181 [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] 
01:27:06.183 [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] 
01:27:06.184 [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] 
01:27:06.185 [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] 
01:27:06.186 [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] 
01:27:06.189 [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] 
01:27:06.192 [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] 
01:27:06.193 [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] 
01:27:06.200 [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] 
01:27:06.200 [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] 
01:27:06.201 [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] 
01:27:06.205 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:06.207 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:06.209 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:06,238 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:06,285 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:06,288 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:06,298 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:06,324 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:06,326 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:06,329 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:06,337 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@688f505d - No compression will be used
01:27:06,341 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:06,341 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:06,343 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:06,343 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:06,343 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:06,343 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:06,343 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:06,344 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:06,344 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:06,344 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:06,344 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:06,344 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:06,345 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:06,345 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:06,345 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:06,345 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:06,345 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:06,346 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:06,346 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:06,347 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1b09532a - Registering current configuration as safe fallback point
01:27:06.361 [BundleStart #18] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:06.371 [BundleStart #18] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:06.527 [BundleStart #18] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:06.528 [BundleStart #18] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:06.532 [BundleStart #18] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:06.536 [BundleStart #18] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:06.544 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:06.546 [BundleStart #18] 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 
01:27:06.546 [BundleStart #18] 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) 
01:27:06.546 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:06.546 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:06.548 [BundleStart #18] 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 
01:27:06.549 [BundleStart #18] 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) 
01:27:06.549 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:06.549 [BundleStart #18] 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)] 
01:27:06.550 [BundleStart #18] 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 
01:27:06.550 [BundleStart #18] 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) 
01:27:06.550 [BundleStart #18] 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)] 
01:27:06.551 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:06.552 [BundleStart #18] 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 
01:27:06.552 [BundleStart #18] 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) 
01:27:06.552 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:06.553 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:06.553 [BundleStart #18] 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 
01:27:06.553 [BundleStart #18] 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) 
01:27:06.554 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:06.554 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:06.555 [BundleStart #18] 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 
01:27:06.555 [BundleStart #18] 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) 
01:27:06.555 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:06.556 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:06.557 [BundleStart #18] 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 
01:27:06.557 [BundleStart #18] 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) 
01:27:06.557 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:06.558 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:06.558 [BundleStart #18] 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 
01:27:06.558 [BundleStart #18] 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) 
01:27:06.558 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:06.559 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:06.559 [BundleStart #18] 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 
01:27:06.560 [BundleStart #18] 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) 
01:27:06.560 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:06.560 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:06.561 [BundleStart #18] 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 
01:27:06.561 [BundleStart #18] 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) 
01:27:06.561 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:06.562 [BundleStart #18] 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)] 
01:27:06.562 [BundleStart #18] 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 
01:27:06.562 [BundleStart #18] 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) 
01:27:06.562 [BundleStart #18] 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)] 
01:27:06.563 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:06.563 [BundleStart #18] 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 
01:27:06.564 [BundleStart #18] 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) 
01:27:06.564 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:06.564 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:06.565 [BundleStart #18] 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 
01:27:06.565 [BundleStart #18] 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) 
01:27:06.565 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:06.565 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:06.566 [BundleStart #18] 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 
01:27:06.566 [BundleStart #18] 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) 
01:27:06.566 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:06.566 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:06.567 [BundleStart #18] 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 
01:27:06.568 [BundleStart #18] 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) 
01:27:06.568 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:06.568 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:06.568 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:06.568 [BundleStart #18] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:06.568 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:06.569 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:06.569 [BundleStart #18] 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 
01:27:06.569 [BundleStart #18] 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) 
01:27:06.569 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:06.569 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:06.571 [BundleStart #18] 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 
01:27:06.571 [BundleStart #18] 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) 
01:27:06.571 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:06.580 [BundleStart #18] 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)] 
01:27:06.580 [BundleStart #18] 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)] 
01:27:06.583 [BundleStart #18] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:06.583 [BundleStart #18] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:06.587 [BundleStart #18] 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)] 
01:27:06.589 [BundleStart #18] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:06.590 [BundleStart #18] 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@7af4424 w/ reference null 
01:27:06.590 [BundleStart #18] 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@7af4424 w/ reference null 
01:27:06.591 [BundleStart #18] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:06.595 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:06.605 [BundleStart #18] 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 
01:27:06.606 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:06.606 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:06.609 [BundleStart #18] 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 
01:27:06.609 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:06.609 [BundleStart #18] 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)] 
01:27:06.610 [BundleStart #18] 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 
01:27:06.610 [BundleStart #18] 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)] 
01:27:06.610 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:06.612 [BundleStart #18] 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 
01:27:06.613 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:06.613 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:06.614 [BundleStart #18] 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 
01:27:06.614 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:06.614 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:06.615 [BundleStart #18] 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 
01:27:06.616 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:06.616 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:06.618 [BundleStart #18] 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 
01:27:06.618 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:06.618 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:06.619 [BundleStart #18] 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 
01:27:06.619 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:06.619 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:06.620 [BundleStart #18] 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 
01:27:06.620 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:06.621 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:06.622 [BundleStart #18] 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 
01:27:06.622 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:06.622 [BundleStart #18] 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)] 
01:27:06.623 [BundleStart #18] 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 
01:27:06.623 [BundleStart #18] 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)] 
01:27:06.623 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:06.624 [BundleStart #18] 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 
01:27:06.625 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:06.625 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:06.626 [BundleStart #18] 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 
01:27:06.627 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:06.627 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:06.627 [BundleStart #18] 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 
01:27:06.628 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:06.628 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:06.630 [BundleStart #18] 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 
01:27:06.630 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:06.630 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:06.631 [BundleStart #18] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:06.632 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:06.632 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:06.632 [BundleStart #18] 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 
01:27:06.633 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:06.633 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:06.636 [BundleStart #18] 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 
01:27:06.636 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:06.637 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:06.643 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:06.645 [BundleStart #19] 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 
01:27:06.645 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:06.645 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:06.646 [BundleStart #19] 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 
01:27:06.646 [BundleStart #19] 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) 
01:27:06.646 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:06.648 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:199 - org/eclipse/gemini/blueprint/iandt/io/OSGI799Test-bundle.properties was not found; using defaults 
01:27:06.648 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:511 - Post processing: creating test bundle 
01:27:06.672 [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] 
01:27:06.673 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:202 - Automatically creating Manifest for the test bundle 
01:27:06.673 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:366 - Using the test class for generating bundle imports 
01:27:06.675 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
01:27:06.676 [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... 
01:27:06.680 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class OSGI799Test 
01:27:06.693 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:27:06.694 [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... 
01:27:06.694 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIoTest 
01:27:06.696 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:06.697 [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... 
01:27:06.697 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest 
01:27:06.699 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:06.700 [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... 
01:27:06.700 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:06.701 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:06.701 [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... 
01:27:06.702 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:06.703 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:06.703 [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 
01:27:06.703 [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} 
01:27:06.703 [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] 
01:27:06.704 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:06.704 [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] 
01:27:06.704 [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] 
01:27:06.705 [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]] 
01:27:06.705 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:06.705 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:06.705 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 
01:27:06.706 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 
01:27:06.706 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 
01:27:06.706 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 
01:27:06.706 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 
01:27:06.707 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 
01:27:06.707 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 
01:27:06.707 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 
01:27:06.707 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 
01:27:06.708 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/folder-test.file 
01:27:06.708 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 
01:27:06.708 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 
01:27:06.708 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:06.708 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:06.709 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:06.709 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:06.709 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:06.709 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:06.710 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:06.710 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:06.710 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
01:27:06.710 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:27:06.710 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
01:27:06.711 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
01:27:06.711 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
01:27:06.711 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
01:27:06.711 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
01:27:06.711 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
01:27:06.712 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
01:27:06.712 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
01:27:06.712 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
01:27:06.712 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
01:27:06.713 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
01:27:06.713 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
01:27:06.713 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
01:27:06.713 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
01:27:06.713 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
01:27:06.713 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
01:27:06.714 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
01:27:06.724 [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 
01:27:06.724 [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.* 
01:27:06.727 [BundleStart #20] 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)] 
01:27:06.728 [BundleStart #20] 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 
01:27:06.728 [BundleStart #20] 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)] 
01:27:06.728 [BundleStart #20] 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)] 
01:27:06.728 [BundleStart #20] 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 
01:27:06.729 [BundleStart #20] 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) 
01:27:06.729 [BundleStart #20] 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)] 
01:27:06.729 [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 
01:27:06.729 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:06.731 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:06.732 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:06.733 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:06.733 [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. 
01:27:06.734 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:06.734 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:06.735 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:06.735 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:06.736 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:06.737 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:06.737 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:06.737 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:06.738 [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. 
01:27:06.738 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:06.739 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:06.739 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:06.740 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:06.740 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:06.740 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:06.742 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:06.742 [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. 
01:27:06.742 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomPatternFoldersCP] to OSGi 
01:27:06.765 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomPatternFoldersCP] for execution inside OSGi 
01:27:06.766 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomPatternFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@9f116cc 
01:27:06.766 [main]            INFO  o.e.g.b.iandt.io.OSGI799Test:190 - Loading context for locations:  
01:27:06.781 [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 [Sat May 04 01:27:06 UTC 2024]; root of context hierarchy 
01:27:06.787 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:06.808 [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@229f66ed: defining beans []; root of factory hierarchy 
01:27:06.818 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:06.818 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:06.820 [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} 
01:27:06.820 [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] 
01:27:06.824 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4961f6af] 
01:27:06.824 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5aebe890] 
01:27:06.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@385e9564] 
01:27:06.830 [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 [Sat May 04 01:27:06 UTC 2024]; root of context hierarchy] 
01:27:06.833 [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} 
01:27:06.835 [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 [bundle://1/cp/some/path/cp/cp.res], URL [bundle://1/cp/some/path/cp/], URL [bundle://1/some/path/root/root.res], URL [bundle://1/some/path/root/], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:1/some/path/cp/], URL [bundle://1:2/some/path/nested/], URL [bundle://1:2/some/path/nested/nested.res]]
01:27:06.885 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:06.885 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomPatternFoldersCP] 
01:27:06.886 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomPatternFoldersCP]'s result read 
01:27:06.887 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomPatternFoldersCP] to OSGi 
01:27:06.888 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomPatternFoldersCP] for execution inside OSGi 
01:27:06.888 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterCustomPatternFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@306cf3ea 
[URL [bundle://1/some/path/root/root.res], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:1/some/path/cp/], URL [bundle://1:2/some/path/nested/], URL [bundle://1:2/some/path/nested/nested.res]]
01:27:06.897 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:06.898 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomPatternFoldersCP] 
01:27:06.898 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomPatternFoldersCP]'s result read 
01:27:06.898 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImportedCustomCP] to OSGi 
01:27:06.899 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportedCustomCP] for execution inside OSGi 
01:27:06.899 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImportedCustomCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2beee7ff 
[URL [bundle://1/some/path/root/root.res], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:2/some/path/nested/nested.res]]
01:27:06.907 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:06.907 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImportedCustomCP] 
01:27:06.907 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImportedCustomCP]'s result read 
01:27:06.908 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomFoldersCP] to OSGi 
01:27:06.908 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomFoldersCP] for execution inside OSGi 
01:27:06.908 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterCustomFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5136d012 
[URL [bundle://1/some/path/root/root.res], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:1/some/path/cp/], URL [bundle://1:2/some/path/nested/], URL [bundle://1:2/some/path/nested/nested.res]]
01:27:06.916 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:06.917 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomFoldersCP] 
01:27:06.917 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomFoldersCP]'s result read 
01:27:06.917 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomFoldersCP] to OSGi 
01:27:06.918 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomFoldersCP] for execution inside OSGi 
01:27:06.918 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomFoldersCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5939a379 
[URL [bundle://1/cp/some/path/cp/cp.res], URL [bundle://1/cp/some/path/cp/], URL [bundle://1/some/path/root/root.res], URL [bundle://1/some/path/root/], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:1/some/path/cp/], URL [bundle://1:2/some/path/nested/], URL [bundle://1:2/some/path/nested/nested.res]]
01:27:06.924 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:06.924 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomFoldersCP] 
01:27:06.924 [main]            DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomFoldersCP]'s result read 
01:27:06.925 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomCP] to OSGi 
01:27:06.925 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomCP] for execution inside OSGi 
01:27:06.926 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExportedCustomCP] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@e1de817 
[URL [bundle://1/some/path/root/root.res], URL [bundle://1:1/some/path/cp/cp.res], URL [bundle://1:2/some/path/nested/nested.res]]
01:27:06.930 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:06.930 [main]            TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomCP] 
01:27:06.930 [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: 1.199 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI799Test
01:27:06.957 [Thread-0]        INFO  o.e.g.b.iandt.io.OSGI799Test:471 - Shutting down OSGi platform 
01:27:06.958 [Thread-3]        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) 
01:27:06.958 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:06.959 [Thread-3]        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 [Sat May 04 01:27:06 UTC 2024]; root of context hierarchy 
01:27:06.959 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:06.959 [Thread-3]        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 [Sat May 04 01:27:06 UTC 2024]; root of context hierarchy] 
01:27:06.959 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:06.959 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:06.960 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:06.960 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:06.960 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:06.960 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:06.961 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:27:06.962 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:27:06.962 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:06.963 [BundleStop #18]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:06.963 [BundleStop #18]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:07,676 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:07,811 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:07,814 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:07,838 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:07,878 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:07,881 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:07,887 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:07,897 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7d907bac - No compression will be used
01:27:07,905 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:07,905 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:07,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:07,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:07,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:07,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:07,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:07,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:07,908 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:07,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:07,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:07,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:07,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:07,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:07,909 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:07,910 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:07,910 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:07,911 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:07,911 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:07,913 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5c5a1b69 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.io.OSGI723Test
01:27:08.057 [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.KnopflerfishPlatform 
01:27:08.063 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:85 - Instantiating platform wrapper... 
01:27:08.077 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5696603223690049377kf 
01:27:08.077 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:215 - About to start Knopflerfish OSGi Platform 
01:27:08.206 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:08.206 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:55 - Installing OSGi-723 bundle... 
Bundle start
Bundle issue.osgi-723 entries:
bundle://1/META-INF/
bundle://1/META-INF/MANIFEST.MF
bundle://1/META-INF/maven/
bundle://1/META-INF/maven/issue/
bundle://1/META-INF/maven/issue/osgi-723/
bundle://1/META-INF/maven/issue/osgi-723/pom.properties
bundle://1/META-INF/maven/issue/osgi-723/pom.xml
bundle://1/issue/
bundle://1/issue/Dummy.class
bundle://1/issue/OSGI_723.class
bundle://1/WEB-INF/
bundle://1/WEB-INF/web.xml
01:27:08.234 [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=} 
01:27:08.235 [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} 
01:27:08.237 [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} 
01:27:08.238 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:08.385 [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] 
01:27:08.394 [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] 
01:27:08.401 [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] 
01:27:08.403 [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] 
01:27:08.412 [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] 
01:27:08.422 [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] 
01:27:08.424 [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] 
01:27:08.429 [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] 
01:27:08.435 [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] 
01:27:08.442 [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] 
01:27:08.478 [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] 
01:27:08.481 [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] 
01:27:08.487 [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] 
01:27:08.495 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:08.498 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:08.504 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:08.509 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:08.527 [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] 
01:27:08.528 [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] 
01:27:08.533 [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] 
01:27:08.535 [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] 
01:27:08.536 [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] 
01:27:08.557 [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] 
01:27:08.558 [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] 
01:27:08.561 [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] 
01:27:08.564 [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] 
01:27:08.565 [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] 
01:27:08.571 [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] 
01:27:08.572 [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] 
01:27:08.573 [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] 
01:27:08.576 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:08.578 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:08.580 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:08,606 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:08,648 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:08,650 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:08,661 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:08,688 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:08,690 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:08,694 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:08,701 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1e45e4c3 - No compression will be used
01:27:08,708 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:08,709 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:08,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:08,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:08,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:08,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:08,712 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:08,712 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:08,712 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:08,712 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:08,713 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:08,713 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:08,713 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:08,713 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:08,714 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:08,714 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:08,714 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:08,715 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:08,715 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:08,716 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4ff3646 - Registering current configuration as safe fallback point
01:27:08.730 [BundleStart #17] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:08.741 [BundleStart #17] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:08.894 [BundleStart #17] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:08.894 [BundleStart #17] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:08.899 [BundleStart #17] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:08.903 [BundleStart #17] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:08.908 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:08.913 [BundleStart #17] 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 
01:27:08.914 [BundleStart #17] 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) 
01:27:08.914 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:08.914 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:08.916 [BundleStart #17] 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 
01:27:08.916 [BundleStart #17] 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) 
01:27:08.917 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:08.917 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:08.918 [BundleStart #17] 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 
01:27:08.919 [BundleStart #17] 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) 
01:27:08.919 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:08.919 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:08.920 [BundleStart #17] 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 
01:27:08.920 [BundleStart #17] 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) 
01:27:08.921 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:08.921 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:08.922 [BundleStart #17] 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 
01:27:08.922 [BundleStart #17] 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) 
01:27:08.922 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:08.922 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:08.924 [BundleStart #17] 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 
01:27:08.924 [BundleStart #17] 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) 
01:27:08.924 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:08.925 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:08.925 [BundleStart #17] 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 
01:27:08.925 [BundleStart #17] 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) 
01:27:08.926 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:08.926 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:08.927 [BundleStart #17] 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 
01:27:08.927 [BundleStart #17] 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) 
01:27:08.927 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:08.927 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:08.928 [BundleStart #17] 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 
01:27:08.928 [BundleStart #17] 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) 
01:27:08.928 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:08.929 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:08.930 [BundleStart #17] 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 
01:27:08.930 [BundleStart #17] 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) 
01:27:08.930 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:08.930 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:08.932 [BundleStart #17] 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 
01:27:08.932 [BundleStart #17] 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) 
01:27:08.932 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:08.932 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:08.933 [BundleStart #17] 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 
01:27:08.933 [BundleStart #17] 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) 
01:27:08.933 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:08.933 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:08.935 [BundleStart #17] 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 
01:27:08.935 [BundleStart #17] 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) 
01:27:08.935 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:08.935 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:08.935 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:08.936 [BundleStart #17] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:08.936 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:08.936 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:08.937 [BundleStart #17] 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 
01:27:08.937 [BundleStart #17] 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) 
01:27:08.937 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:08.938 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:08.939 [BundleStart #17] 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 
01:27:08.940 [BundleStart #17] 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) 
01:27:08.940 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:08.940 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 
01:27:08.941 [BundleStart #17] 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 
01:27:08.941 [BundleStart #17] 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) 
01:27:08.941 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 
01:27:08.963 [BundleStart #17] 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)] 
01:27:08.963 [BundleStart #17] 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)] 
01:27:08.966 [BundleStart #17] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:08.966 [BundleStart #17] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:08.970 [BundleStart #17] 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)] 
01:27:08.972 [BundleStart #17] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:08.973 [BundleStart #17] 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@75f34dcc w/ reference null 
01:27:08.973 [BundleStart #17] 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@75f34dcc w/ reference null 
01:27:08.975 [BundleStart #17] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:08.979 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:08.990 [BundleStart #17] 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 
01:27:08.990 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:08.991 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:08.993 [BundleStart #17] 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 
01:27:08.994 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:08.994 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:08.996 [BundleStart #17] 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 
01:27:08.996 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:08.997 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:08.997 [BundleStart #17] 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 
01:27:08.998 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:08.998 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:08.999 [BundleStart #17] 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 
01:27:09.000 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:09.000 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:09.002 [BundleStart #17] 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 
01:27:09.002 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:09.002 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:09.003 [BundleStart #17] 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 
01:27:09.003 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:09.004 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:09.005 [BundleStart #17] 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 
01:27:09.005 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:09.005 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:09.006 [BundleStart #17] 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 
01:27:09.007 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:09.007 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:09.008 [BundleStart #17] 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 
01:27:09.009 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:09.009 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:09.011 [BundleStart #17] 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 
01:27:09.011 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:09.011 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:09.012 [BundleStart #17] 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 
01:27:09.012 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:09.012 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:09.014 [BundleStart #17] 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 
01:27:09.015 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:09.015 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:09.016 [BundleStart #17] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:09.016 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:09.016 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:09.017 [BundleStart #17] 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 
01:27:09.017 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:09.018 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:09.021 [BundleStart #17] 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 
01:27:09.021 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:09.021 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 
01:27:09.022 [BundleStart #17] 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 
01:27:09.022 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 
01:27:09.023 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:09.030 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:09.030 [BundleStart #18] 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 
01:27:09.031 [BundleStart #18] 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) 
01:27:09.031 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:09.031 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:09.032 [BundleStart #18] 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 
01:27:09.033 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:09.035 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:199 - org/eclipse/gemini/blueprint/iandt/io/OSGI723Test-bundle.properties was not found; using defaults 
01:27:09.035 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:511 - Post processing: creating test bundle 
01:27:09.051 [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] 
01:27:09.052 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:202 - Automatically creating Manifest for the test bundle 
01:27:09.053 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:366 - Using the test class for generating bundle imports 
01:27:09.058 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
01:27:09.059 [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... 
01:27:09.062 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class OSGI723Test 
01:27:09.075 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:27:09.076 [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... 
01:27:09.076 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIoTest 
01:27:09.079 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:09.079 [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... 
01:27:09.079 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest 
01:27:09.082 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:09.082 [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... 
01:27:09.082 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:09.084 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:09.084 [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... 
01:27:09.084 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:09.085 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:09.086 [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 
01:27:09.086 [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} 
01:27:09.087 [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] 
01:27:09.087 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:09.087 [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] 
01:27:09.088 [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] 
01:27:09.088 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-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]] 
01:27:09.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:09.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:09.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:09.089 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:09.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:09.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:09.090 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:09.091 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:09.091 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:09.091 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:09.091 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 
01:27:09.091 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 
01:27:09.092 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 
01:27:09.092 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 
01:27:09.092 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 
01:27:09.092 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 
01:27:09.092 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 
01:27:09.093 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 
01:27:09.093 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 
01:27:09.093 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 
01:27:09.093 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 
01:27:09.094 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 
01:27:09.094 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 
01:27:09.094 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 
01:27:09.094 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 
01:27:09.094 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 
01:27:09.095 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 
01:27:09.095 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 
01:27:09.095 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 
01:27:09.106 [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 
01:27:09.106 [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.* 
01:27:09.109 [BundleStart #19] 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)] 
01:27:09.109 [BundleStart #19] 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 
01:27:09.110 [BundleStart #19] 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) 
01:27:09.110 [BundleStart #19] 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)] 
01:27:09.110 [BundleStart #19] 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)] 
01:27:09.111 [BundleStart #19] 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 
01:27:09.111 [BundleStart #19] 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)] 
01:27:09.111 [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 
01:27:09.111 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:09.113 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:09.114 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:09.115 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:09.116 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:09.116 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:09.117 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:09.117 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:09.118 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:09.118 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:09.119 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:09.119 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:09.120 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:09.120 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:09.121 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:09.122 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:09.122 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:09.122 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:09.123 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:09.124 [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. 
01:27:09.124 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [issue.osgi-723] does not trigger a context creation. 
01:27:09.125 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:364 - Writing test name [testSpecialBundle] to OSGi 
01:27:09.139 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSpecialBundle] for execution inside OSGi 
01:27:09.140 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSpecialBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb61f4a 
01:27:09.140 [main]            INFO  o.e.g.b.iandt.io.OSGI723Test:190 - Loading context for locations:  
01:27:09.155 [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 [Sat May 04 01:27:09 UTC 2024]; root of context hierarchy 
01:27:09.161 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:09.181 [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@10683d9d: defining beans []; root of factory hierarchy 
01:27:09.192 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:09.192 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:09.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} 
01:27:09.194 [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] 
01:27:09.198 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3c3d9b6b] 
01:27:09.199 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@79d8407f] 
01:27:09.201 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@65d09a04] 
01:27:09.205 [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 [Sat May 04 01:27:09 UTC 2024]; root of context hierarchy] 
01:27:09.207 [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} 
01:27:09.209 [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} 
BundleImpl[id=1]
/tmp/tomcat-bla8986007239131435431.osgi/META-INF
Copying bundle://1/META-INF/MANIFEST.MF to /tmp/tomcat-bla8986007239131435431.osgi/META-INF/MANIFEST.MF
/tmp/tomcat-bla8986007239131435431.osgi/META-INF/maven/issue/osgi-723
Copying bundle://1/META-INF/maven/issue/osgi-723/pom.properties to /tmp/tomcat-bla8986007239131435431.osgi/META-INF/maven/issue/osgi-723/pom.properties
/tmp/tomcat-bla8986007239131435431.osgi/META-INF/maven/issue/osgi-723
Copying bundle://1/META-INF/maven/issue/osgi-723/pom.xml to /tmp/tomcat-bla8986007239131435431.osgi/META-INF/maven/issue/osgi-723/pom.xml
/tmp/tomcat-bla8986007239131435431.osgi/issue
Copying bundle://1/issue/Dummy.class to /tmp/tomcat-bla8986007239131435431.osgi/issue/Dummy.class
/tmp/tomcat-bla8986007239131435431.osgi/issue
Copying bundle://1/issue/OSGI_723.class to /tmp/tomcat-bla8986007239131435431.osgi/issue/OSGI_723.class
/tmp/tomcat-bla8986007239131435431.osgi/WEB-INF
Copying bundle://1/WEB-INF/web.xml to /tmp/tomcat-bla8986007239131435431.osgi/WEB-INF/web.xml
01:27:09.254 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:09.254 [main]            TRACE o.e.g.b.iandt.io.OSGI723Test:440 - Reading OSGi results for test [testSpecialBundle] 
01:27:09.255 [main]            DEBUG o.e.g.b.iandt.io.OSGI723Test:447 - Test[testSpecialBundle]'s result read 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.205 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI723Test
01:27:09.260 [Thread-0]        INFO  o.e.g.b.iandt.io.OSGI723Test:471 - Shutting down OSGi platform 
01:27:09.260 [Thread-3]        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) 
01:27:09.261 [Thread-3]        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 [Sat May 04 01:27:09 UTC 2024]; root of context hierarchy 
01:27:09.261 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:09.261 [Thread-3]        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 [Sat May 04 01:27:09 UTC 2024]; root of context hierarchy] 
01:27:09.261 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:09.261 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:09.262 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:09.262 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:09.262 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:09.262 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:09.263 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:09.263 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:09.264 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:27:09.264 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:27:09.265 [BundleStop #17]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:09.266 [BundleStop #17]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:09,980 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:10,122 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:10,126 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:10,150 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:10,193 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:10,195 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:10,202 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:10,212 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:27:10,220 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:10,220 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:10,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:10,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:10,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:10,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:10,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:10,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:10,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:10,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:10,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:10,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:10,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:10,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:10,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:10,225 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:10,226 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:10,227 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:10,227 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:10,228 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest
01:27:10.369 [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.KnopflerfishPlatform 
01:27:10.375 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:85 - Instantiating platform wrapper... 
01:27:10.387 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6706989279470135189kf 
01:27:10.388 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:215 - About to start Knopflerfish OSGi Platform 
01:27:10.498 [main]            INFO  o.e.g.b.i.j.b.BridgeMethodTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:10.502 [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=} 
01:27:10.503 [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} 
01:27:10.505 [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} 
01:27:10.506 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:10.641 [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] 
01:27:10.657 [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] 
01:27:10.664 [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] 
01:27:10.666 [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] 
01:27:10.675 [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] 
01:27:10.686 [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] 
01:27:10.688 [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] 
01:27:10.692 [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] 
01:27:10.698 [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] 
01:27:10.704 [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] 
01:27:10.732 [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] 
01:27:10.735 [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] 
01:27:10.759 [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] 
01:27:10.768 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:10.770 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:10.775 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:10.779 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:10.798 [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] 
01:27:10.806 [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] 
01:27:10.811 [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] 
01:27:10.813 [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] 
01:27:10.814 [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] 
01:27:10.815 [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] 
01:27:10.816 [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] 
01:27:10.819 [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] 
01:27:10.823 [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] 
01:27:10.823 [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] 
01:27:10.829 [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] 
01:27:10.830 [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] 
01:27:10.857 [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] 
01:27:10.861 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:10.863 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:10.865 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:10,896 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:10,942 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:10,944 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:10,955 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:10,984 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:10,986 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:10,990 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:10,998 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used
01:27:11,004 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:11,004 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:11,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:11,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:11,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:11,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:11,006 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:11,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:11,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:11,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:11,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:11,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:11,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:11,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:11,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:11,008 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:11,008 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:11,009 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:11,009 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:11,010 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point
01:27:11.024 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:11.037 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:11.198 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:11.199 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:11.203 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:11.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:11.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:11.213 [BundleStart #16] 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 
01:27:11.214 [BundleStart #16] 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) 
01:27:11.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:11.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:11.216 [BundleStart #16] 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 
01:27:11.216 [BundleStart #16] 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) 
01:27:11.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:11.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:11.218 [BundleStart #16] 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 
01:27:11.218 [BundleStart #16] 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) 
01:27:11.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:11.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:11.219 [BundleStart #16] 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 
01:27:11.219 [BundleStart #16] 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) 
01:27:11.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:11.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:11.221 [BundleStart #16] 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 
01:27:11.221 [BundleStart #16] 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) 
01:27:11.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:11.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:11.223 [BundleStart #16] 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 
01:27:11.223 [BundleStart #16] 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) 
01:27:11.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:11.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:11.224 [BundleStart #16] 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 
01:27:11.224 [BundleStart #16] 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) 
01:27:11.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:11.225 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:11.225 [BundleStart #16] 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 
01:27:11.225 [BundleStart #16] 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) 
01:27:11.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:11.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:11.227 [BundleStart #16] 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 
01:27:11.227 [BundleStart #16] 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) 
01:27:11.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:11.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:11.228 [BundleStart #16] 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 
01:27:11.228 [BundleStart #16] 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) 
01:27:11.229 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:11.229 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:11.230 [BundleStart #16] 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 
01:27:11.230 [BundleStart #16] 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) 
01:27:11.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:11.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:11.231 [BundleStart #16] 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 
01:27:11.231 [BundleStart #16] 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) 
01:27:11.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:11.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:11.233 [BundleStart #16] 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 
01:27:11.233 [BundleStart #16] 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) 
01:27:11.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:11.234 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:11.234 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:11.234 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:11.234 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:11.234 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:11.235 [BundleStart #16] 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 
01:27:11.235 [BundleStart #16] 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) 
01:27:11.235 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:11.235 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:11.237 [BundleStart #16] 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 
01:27:11.237 [BundleStart #16] 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) 
01:27:11.237 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:11.247 [BundleStart #16] 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)] 
01:27:11.247 [BundleStart #16] 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)] 
01:27:11.250 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:11.251 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:11.259 [BundleStart #16] 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)] 
01:27:11.261 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:11.261 [BundleStart #16] 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@5c653c92 w/ reference null 
01:27:11.262 [BundleStart #16] 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@5c653c92 w/ reference null 
01:27:11.263 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:11.267 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:11.277 [BundleStart #16] 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 
01:27:11.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:11.278 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:11.281 [BundleStart #16] 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 
01:27:11.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:11.282 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:11.284 [BundleStart #16] 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 
01:27:11.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:11.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:11.285 [BundleStart #16] 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 
01:27:11.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:11.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:11.287 [BundleStart #16] 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 
01:27:11.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:11.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:11.289 [BundleStart #16] 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 
01:27:11.289 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:11.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:11.290 [BundleStart #16] 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 
01:27:11.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:11.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:11.292 [BundleStart #16] 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 
01:27:11.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:11.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:11.293 [BundleStart #16] 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 
01:27:11.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:11.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:11.295 [BundleStart #16] 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 
01:27:11.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:11.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:11.297 [BundleStart #16] 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 
01:27:11.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:11.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:11.298 [BundleStart #16] 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 
01:27:11.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:11.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:11.301 [BundleStart #16] 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 
01:27:11.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:11.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:11.302 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:11.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:11.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:11.303 [BundleStart #16] 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 
01:27:11.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:11.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:11.307 [BundleStart #16] 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 
01:27:11.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:11.308 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:11.315 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:11.315 [BundleStart #17] 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 
01:27:11.316 [BundleStart #17] 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) 
01:27:11.316 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:11.316 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:11.321 [BundleStart #17] 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 
01:27:11.321 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:11.323 [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 
01:27:11.324 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:511 - Post processing: creating test bundle 
01:27:11.336 [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] 
01:27:11.337 [main]            INFO  o.e.g.b.i.j.b.BridgeMethodTest:202 - Automatically creating Manifest for the test bundle 
01:27:11.337 [main]            INFO  o.e.g.b.i.j.b.BridgeMethodTest:366 - Using the test class for generating bundle imports 
01:27:11.339 [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 
01:27:11.340 [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... 
01:27:11.344 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BridgeMethodTest 
01:27:11.358 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:11.358 [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... 
01:27:11.358 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest 
01:27:11.362 [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 
01:27:11.363 [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... 
01:27:11.363 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:11.364 [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 
01:27:11.365 [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... 
01:27:11.365 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:11.366 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:11.366 [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 
01:27:11.366 [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} 
01:27:11.367 [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] 
01:27:11.367 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:11.367 [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] 
01:27:11.368 [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] 
01:27:11.368 [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]] 
01:27:11.368 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:11.368 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:11.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:11.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:11.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:11.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:11.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:11.370 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:11.370 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:11.370 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:11.370 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 
01:27:11.370 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 
01:27:11.371 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 
01:27:11.371 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 
01:27:11.371 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 
01:27:11.371 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 
01:27:11.378 [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 
01:27:11.378 [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.* 
01:27:11.381 [BundleStart #18] 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)] 
01:27:11.381 [BundleStart #18] 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 
01:27:11.382 [BundleStart #18] 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) 
01:27:11.382 [BundleStart #18] 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)] 
01:27:11.382 [BundleStart #18] 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)] 
01:27:11.383 [BundleStart #18] 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 
01:27:11.383 [BundleStart #18] 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)] 
01:27:11.384 [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 
01:27:11.384 [main]            DEBUG o.e.g.b.i.j.b.BridgeMethodTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:11.386 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:11.386 [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. 
01:27:11.387 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:11.388 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:11.389 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:11.390 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:11.390 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:11.391 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:11.392 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:11.392 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:11.393 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:11.393 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:11.394 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:11.394 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:11.395 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:11.396 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:11.396 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:11.396 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:11.398 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:11.398 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:364 - Writing test name [testGenerifiedListener] to OSGi 
01:27:11.412 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGenerifiedListener] for execution inside OSGi 
01:27:11.412 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testGenerifiedListener] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:27:11.413 [main]            INFO  o.e.g.b.i.j.b.BridgeMethodTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 
01:27:11.427 [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 [Sat May 04 01:27:11 UTC 2024]; root of context hierarchy 
01:27:11.434 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:11.464 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml] 
01:27:11.497 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:11.498 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:11.499 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:11.499 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:11.574 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:11.575 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:11.621 [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@3098cf3b: defining beans [collection]; root of factory hierarchy 
01:27:11.633 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:11.634 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:11.636 [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} 
01:27:11.636 [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] 
01:27:11.641 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@51f116b8] 
01:27:11.642 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@19d481b] 
01:27:11.680 [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 
01:27:11.681 [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 
01:27:11.683 [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 
01:27:11.684 [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 
01:27:11.685 [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 
01:27:11.689 [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 
01:27:11.690 [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 
01:27:11.690 [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 
01:27:11.692 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:27:11.692 [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)] 
01:27:11.692 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:11.693 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:11.693 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 
01:27:11.693 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:11.694 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25fb8912 w/ reference null 
01:27:11.694 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:27:11.694 [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
01:27:11.695 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25fb8912 w/ reference null 
01:27:11.697 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@306e95ec] 
01:27:11.700 [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 [Sat May 04 01:27:11 UTC 2024]; root of context hierarchy] 
01:27:11.703 [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} 
01:27:11.704 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:27:11.734 [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=10} 
01:27:11.745 [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 
01:27:11.746 [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 
01:27:11.747 [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 
01:27:11.747 [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 
01:27:11.748 [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 
01:27:11.754 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25fb8912 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@7bab3f1a 
01:27:11.755 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@45099dd3 with props={objectClass=[Ljava.lang.String;@13e344d, service.id=10} 
01:27:11.755 [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
01:27:11.755 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25fb8912 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@7bab3f1a 
01:27:11.756 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25fb8912 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@7bab3f1a 
01:27:11.757 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@45099dd3 with props={objectClass=[Ljava.lang.String;@1ffaf86, service.id=10} 
01:27:11.757 [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
01:27:11.757 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@25fb8912 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@7bab3f1a 
01:27:11.758 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:11.759 [main]            TRACE o.e.g.b.i.j.b.BridgeMethodTest:440 - Reading OSGi results for test [testGenerifiedListener] 
01:27:11.760 [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: 1.397 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest
01:27:11.765 [Thread-0]        INFO  o.e.g.b.i.j.b.BridgeMethodTest:471 - Shutting down OSGi platform 
01:27:11.765 [Thread-3]        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) 
01:27:11.766 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:11.766 [Thread-3]        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 [Sat May 04 01:27:11 UTC 2024]; root of context hierarchy 
01:27:11.766 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:11.766 [Thread-3]        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 [Sat May 04 01:27:11 UTC 2024]; root of context hierarchy] 
01:27:11.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:11.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:11.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:11.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:11.767 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:11.768 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:11.769 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:27:11.769 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:11.770 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:11.770 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:11.770 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:12,474 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:12,596 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:12,599 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:12,622 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:12,663 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:12,665 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:12,672 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:12,682 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:27:12,689 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:12,690 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:12,691 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:12,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:12,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:12,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:12,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:12,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:12,692 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:12,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:12,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:12,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:12,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:12,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:12,693 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:12,694 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:12,694 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:12,695 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:12,695 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:12,696 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest
01:27:12.827 [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.KnopflerfishPlatform 
01:27:12.833 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:85 - Instantiating platform wrapper... 
01:27:12.845 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1703345666078382124kf 
01:27:12.846 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:215 - About to start Knopflerfish OSGi Platform 
01:27:12.974 [main]            INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:12.978 [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=} 
01:27:12.979 [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} 
01:27:12.981 [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} 
01:27:12.982 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:13.115 [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] 
01:27:13.131 [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] 
01:27:13.136 [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] 
01:27:13.139 [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] 
01:27:13.147 [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] 
01:27:13.157 [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] 
01:27:13.159 [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] 
01:27:13.163 [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] 
01:27:13.168 [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] 
01:27:13.174 [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] 
01:27:13.193 [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] 
01:27:13.195 [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] 
01:27:13.199 [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] 
01:27:13.214 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13.220 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13.225 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13.258 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13.262 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13.283 [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] 
01:27:13.292 [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] 
01:27:13.298 [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] 
01:27:13.300 [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] 
01:27:13.300 [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] 
01:27:13.301 [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] 
01:27:13.302 [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] 
01:27:13.304 [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] 
01:27:13.308 [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] 
01:27:13.309 [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] 
01:27:13.315 [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] 
01:27:13.316 [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] 
01:27:13.317 [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] 
01:27:13.321 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13.323 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13.325 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13,369 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:13,410 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:13,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:13,424 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:13,451 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:13,453 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:13,458 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:13,466 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5c5408f - No compression will be used
01:27:13,471 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:13,471 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:13,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:13,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:13,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:13,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:13,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:13,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
01:27:13,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
01:27:13,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:13,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:13,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:13,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:13,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:13,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:13,476 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:13,477 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:13,477 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:13,478 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:13,479 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3e833e2b - Registering current configuration as safe fallback point
01:27:13.493 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:13.506 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:13.687 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:13.688 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:13.693 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:13.697 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:13.703 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:13.704 [BundleStart #16] 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 
01:27:13.705 [BundleStart #16] 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) 
01:27:13.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:13.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:13.707 [BundleStart #16] 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 
01:27:13.707 [BundleStart #16] 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) 
01:27:13.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:13.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:13.708 [BundleStart #16] 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 
01:27:13.709 [BundleStart #16] 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) 
01:27:13.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:13.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:13.710 [BundleStart #16] 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 
01:27:13.710 [BundleStart #16] 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) 
01:27:13.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:13.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:13.711 [BundleStart #16] 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 
01:27:13.711 [BundleStart #16] 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) 
01:27:13.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:13.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:13.713 [BundleStart #16] 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 
01:27:13.713 [BundleStart #16] 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) 
01:27:13.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:13.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:13.714 [BundleStart #16] 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 
01:27:13.714 [BundleStart #16] 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) 
01:27:13.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:13.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:13.715 [BundleStart #16] 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 
01:27:13.715 [BundleStart #16] 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) 
01:27:13.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:13.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:13.716 [BundleStart #16] 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 
01:27:13.716 [BundleStart #16] 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) 
01:27:13.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:13.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:13.717 [BundleStart #16] 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 
01:27:13.718 [BundleStart #16] 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) 
01:27:13.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:13.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:13.719 [BundleStart #16] 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 
01:27:13.719 [BundleStart #16] 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) 
01:27:13.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:13.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:13.720 [BundleStart #16] 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 
01:27:13.720 [BundleStart #16] 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) 
01:27:13.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:13.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:13.721 [BundleStart #16] 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 
01:27:13.722 [BundleStart #16] 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) 
01:27:13.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:13.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:13.722 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:13.722 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:13.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:13.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:13.723 [BundleStart #16] 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 
01:27:13.723 [BundleStart #16] 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) 
01:27:13.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:13.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:13.725 [BundleStart #16] 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 
01:27:13.726 [BundleStart #16] 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) 
01:27:13.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:13.735 [BundleStart #16] 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)] 
01:27:13.735 [BundleStart #16] 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)] 
01:27:13.738 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:13.738 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:13.742 [BundleStart #16] 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)] 
01:27:13.744 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:13.745 [BundleStart #16] 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@4b607fe2 w/ reference null 
01:27:13.745 [BundleStart #16] 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@4b607fe2 w/ reference null 
01:27:13.746 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:13.750 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:13.760 [BundleStart #16] 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 
01:27:13.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:13.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:13.763 [BundleStart #16] 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 
01:27:13.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:13.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:13.766 [BundleStart #16] 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 
01:27:13.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:13.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:13.767 [BundleStart #16] 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 
01:27:13.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:13.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:13.769 [BundleStart #16] 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 
01:27:13.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:13.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:13.771 [BundleStart #16] 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 
01:27:13.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:13.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:13.772 [BundleStart #16] 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 
01:27:13.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:13.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:13.774 [BundleStart #16] 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 
01:27:13.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:13.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:13.775 [BundleStart #16] 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 
01:27:13.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:13.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:13.777 [BundleStart #16] 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 
01:27:13.777 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:13.777 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:13.779 [BundleStart #16] 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 
01:27:13.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:13.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:13.780 [BundleStart #16] 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 
01:27:13.780 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:13.780 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:13.782 [BundleStart #16] 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 
01:27:13.783 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:13.783 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:13.783 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:13.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:13.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:13.784 [BundleStart #16] 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 
01:27:13.785 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:13.785 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:13.788 [BundleStart #16] 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 
01:27:13.788 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:13.789 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13.796 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:13.796 [BundleStart #17] 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 
01:27:13.801 [BundleStart #17] 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) 
01:27:13.801 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:13.801 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:13.802 [BundleStart #17] 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 
01:27:13.803 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:13.803 [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-knopflerfish/integration-tests/bundles/config.bundle/sync.tail.bundle/target/sync-tail-bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:13.805 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:27:13.806 [BundleStart #18] 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 
01:27:13.806 [BundleStart #18] 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) 
01:27:13.806 [BundleStart #18] 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)] 
01:27:13.816 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:13.817 [BundleStart #18] 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 
01:27:13.818 [BundleStart #18] 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)] 
01:27:13.820 [BundleStart #18] 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)] 
01:27:13.820 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:27:13.820 [BundleStart #18] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@51a609a 
01:27:13.821 [BundleStart #18] 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) 
01:27:13.821 [BundleStart #18] 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) 
01:27:13.826 [BundleStart #18] 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 [Sat May 04 01:27:13 UTC 2024]; root of context hierarchy 
01:27:13.832 [BundleStart #18] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:13.864 [BundleStart #18] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/context.xml] 
01:27:13.897 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:13.898 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:13.899 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:13.899 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:13.973 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:13.973 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:14.015 [BundleStart #18] 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@7eb345bc: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
01:27:14.026 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:14.026 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:14.027 [BundleStart #18] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:27:14.028 [BundleStart #18] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:27:14.038 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:14.042 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@7eb345bc: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
01:27:14.042 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:14.042 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@74dc8311 
01:27:14.043 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:14.043 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:14.043 [BundleStart #18] 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) 
01:27:14.043 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:14.043 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:14.043 [BundleStart #18] 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) 
01:27:14.044 [BundleStart #18] 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) 
01:27:14.044 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:14.044 [BundleStart #18] 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) 
01:27:14.047 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@3d4d17e7] 
01:27:14.047 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5a33c19b] 
01:27:14.088 [BundleStart #18] 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 
01:27:14.089 [BundleStart #18] 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:{} 
01:27:14.090 [BundleStart #18] 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:[] 
01:27:14.092 [BundleStart #18] 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} 
01:27:14.092 [BundleStart #18] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 
01:27:14.094 [BundleStart #18] 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 
01:27:14.095 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3a0925ac] 
01:27:14.098 [BundleStart #18] 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 [Sat May 04 01:27:13 UTC 2024]; root of context hierarchy] 
01:27:14.100 [BundleStart #18] 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} 
01:27:14.101 [BundleStart #18] 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} 
01:27:14.105 [BundleStart #18] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:14.106 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:27:14.107 [BundleStart #18] 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 
01:27:14.108 [BundleStart #18] 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)] 
01:27:14.110 [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 
01:27:14.110 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:511 - Post processing: creating test bundle 
01:27:14.121 [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] 
01:27:14.122 [main]            INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:202 - Automatically creating Manifest for the test bundle 
01:27:14.123 [main]            INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:369 - Using all classes in the jar for the generation of bundle imports 
01:27:14.123 [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 
01:27:14.123 [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... 
01:27:14.127 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:14.139 [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 
01:27:14.140 [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... 
01:27:14.140 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:14.143 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:435 - Analyze imports for test bundle resource /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:14.144 [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... 
01:27:14.144 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest 
01:27:14.146 [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 
01:27:14.146 [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... 
01:27:14.147 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class ComponentBean 
01:27:14.147 [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 
01:27:14.147 [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... 
01:27:14.148 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class OrderedComponentScanningTest 
01:27:14.149 [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} 
01:27:14.149 [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] 
01:27:14.149 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:14.150 [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] 
01:27:14.150 [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] 
01:27:14.150 [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]] 
01:27:14.150 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:14.151 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:14.151 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:14.151 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:14.151 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:14.151 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:14.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:14.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:14.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:14.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:14.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 
01:27:14.152 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 
01:27:14.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 
01:27:14.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 
01:27:14.153 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 
01:27:14.159 [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 
01:27:14.159 [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.* 
01:27:14.162 [BundleStart #19] 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)] 
01:27:14.163 [BundleStart #19] 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 
01:27:14.163 [BundleStart #19] 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) 
01:27:14.163 [BundleStart #19] 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)] 
01:27:14.163 [BundleStart #19] 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)] 
01:27:14.164 [BundleStart #19] 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 
01:27:14.164 [BundleStart #19] 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)] 
01:27:14.165 [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 
01:27:14.165 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:14.167 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:14.168 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:14.170 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:14.171 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:14.171 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:14.172 [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 
01:27:14.172 [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 
01:27:14.175 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1d52ad1e} 
01:27:14.175 [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 
01:27:14.175 [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 
01:27:14.175 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 
01:27:14.176 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:14.177 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:14.178 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:14.179 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:14.179 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:14.180 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:14.180 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:14.181 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:14.181 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:14.183 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:14.183 [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. 
01:27:14.183 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:14.183 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:14.185 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:14.186 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testAutowireInjection] to OSGi 
01:27:14.199 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAutowireInjection] for execution inside OSGi 
01:27:14.199 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAutowireInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e58a80e 
01:27:14.200 [main]            INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 
01:27:14.201 [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 [Sat May 04 01:27:14 UTC 2024]; root of context hierarchy 
01:27:14.201 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:14.202 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml] 
01:27:14.207 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:14.207 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:14.208 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:14.208 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:14.239 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 
01:27:14.239 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundle://10/org/springframework/context/config/spring-context.xsd 
01:27:14.258 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
01:27:14.259 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 
01:27:14.264 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:14.264 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:14.401 [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@2925bf5b: 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 
01:27:14.401 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:14.402 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:14.402 [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} 
01:27:14.402 [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] 
01:27:14.433 [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 
01:27:14.434 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:14.439 [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 
01:27:14.460 [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 
01:27:14.461 [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 
01:27:14.463 [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 
01:27:14.463 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:14.467 [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 
01:27:14.479 [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 
01:27:14.480 [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 
01:27:14.481 [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 
01:27:14.481 [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 
01:27:14.484 [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 
01:27:14.485 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:14.488 [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 
01:27:14.498 [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 
01:27:14.498 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:14.502 [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 
01:27:14.513 [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 
01:27:14.514 [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 
01:27:14.514 [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 
01:27:14.515 [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 
01:27:14.519 [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 
01:27:14.519 [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 
01:27:14.520 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:14.523 [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 
01:27:14.533 [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 
01:27:14.534 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:14.538 [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 
01:27:14.566 [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 
01:27:14.568 [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 
01:27:14.569 [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 
01:27:14.570 [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 
01:27:14.570 [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 
01:27:14.571 [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 
01:27:14.572 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6a03bcb1] 
01:27:14.572 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@21b2e768] 
01:27:14.599 [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))] 
01:27:14.600 [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))] 
01:27:14.601 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:27:14.607 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:27:14.615 [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 
01:27:14.616 [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 
01:27:14.616 [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 
01:27:14.617 [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 
01:27:14.617 [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 
01:27:14.624 [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))] 
01:27:14.625 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4e97ec96} 
01:27:14.626 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4e97ec96] bound to proxy 
01:27:14.626 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4e97ec96] bound to proxy 
01:27:14.629 [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 
01:27:14.629 [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 
01:27:14.661 [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 
01:27:14.662 [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 
01:27:14.663 [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 
01:27:14.664 [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 
01:27:14.664 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:14.683 [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 
01:27:14.685 [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 
01:27:14.685 [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 
01:27:14.687 [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 
01:27:14.687 [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 
01:27:14.718 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4d5b6aac] 
01:27:14.719 [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 [Sat May 04 01:27:14 UTC 2024]; root of context hierarchy] 
01:27:14.719 [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} 
01:27:14.720 [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} 
01:27:14.761 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:14.762 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testAutowireInjection] 
01:27:14.763 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testAutowireInjection]'s result read 
01:27:14.764 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testInjectionIdentity] to OSGi 
01:27:14.764 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectionIdentity] for execution inside OSGi 
01:27:14.764 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjectionIdentity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@156b88f5 
01:27:14.765 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:14.765 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testInjectionIdentity] 
01:27:14.766 [main]            DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testInjectionIdentity]'s result read 
01:27:14.766 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testComponentExistence] to OSGi 
01:27:14.766 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentExistence] for execution inside OSGi 
01:27:14.767 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComponentExistence] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4d465b11 
01:27:14.768 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:14.768 [main]            TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testComponentExistence] 
01:27:14.768 [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.946 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest
01:27:14.776 [Thread-0]        INFO  o.e.g.b.i.j.c.OrderedComponentScanningTest:471 - Shutting down OSGi platform 
01:27:14.777 [Thread-3]        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) 
01:27:14.777 [Thread-3]        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 [Sat May 04 01:27:14 UTC 2024]; root of context hierarchy 
01:27:14.777 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:14.777 [Thread-3]        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 [Sat May 04 01:27:14 UTC 2024]; root of context hierarchy] 
01:27:14.778 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 
01:27:14.779 [Framework shutdown] 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 
01:27:14.779 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4e97ec96] was unregistered and unbound from the service proxy 
01:27:14.779 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 
01:27:14.779 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4e97ec96] was unregistered and unbound from the service proxy 
01:27:14.780 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:14.781 [Framework shutdown] 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 
01:27:14.781 [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) 
01:27:14.781 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@51a609a 
01:27:14.782 [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) 
01:27:14.782 [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) 
01:27:14.782 [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) 
01:27:14.782 [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 [Sat May 04 01:27:13 UTC 2024]; root of context hierarchy 
01:27:14.783 [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 [Sat May 04 01:27:13 UTC 2024]; root of context hierarchy] 
01:27:14.783 [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] 
01:27:14.783 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4e97ec96] 
01:27:14.784 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:14.785 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:27:14.785 [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@51a609a 
01:27:14.785 [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 
01:27:14.785 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:14.785 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:14.786 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:14.786 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:14.786 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:14.786 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:14.787 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:27:14.787 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@45954f83 
01:27:14.788 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:14.788 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:14.788 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:15,496 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:15,616 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:15,619 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:15,642 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:15,681 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:15,684 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:15,690 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:15,700 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:27:15,708 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:15,708 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:15,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:15,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:15,710 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:15,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:15,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:15,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:15,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:15,711 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:15,712 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:15,712 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:15,712 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:15,712 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:15,712 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:15,713 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:15,713 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:15,714 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:15,714 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:15,715 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest
01:27:15.838 [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.KnopflerfishPlatform 
01:27:15.843 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:85 - Instantiating platform wrapper... 
01:27:15.855 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1022896965857928040kf 
01:27:15.855 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:215 - About to start Knopflerfish OSGi Platform 
01:27:15.980 [main]            INFO  o.e.g.b.i.j.io.ComponentScanTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:15.984 [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=} 
01:27:15.985 [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} 
01:27:15.986 [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} 
01:27:15.987 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:16.127 [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] 
01:27:16.143 [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] 
01:27:16.149 [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] 
01:27:16.151 [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] 
01:27:16.159 [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] 
01:27:16.170 [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] 
01:27:16.172 [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] 
01:27:16.176 [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] 
01:27:16.180 [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] 
01:27:16.186 [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] 
01:27:16.204 [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] 
01:27:16.206 [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] 
01:27:16.211 [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] 
01:27:16.218 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16.225 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16.230 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16.234 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16.258 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16.277 [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] 
01:27:16.285 [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] 
01:27:16.290 [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] 
01:27:16.292 [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] 
01:27:16.293 [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] 
01:27:16.293 [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] 
01:27:16.294 [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] 
01:27:16.297 [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] 
01:27:16.300 [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] 
01:27:16.301 [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] 
01:27:16.307 [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] 
01:27:16.308 [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] 
01:27:16.309 [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] 
01:27:16.313 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16.315 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16.317 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16,362 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:16,403 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:16,406 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:16,417 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:16,443 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:16,445 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:16,450 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:16,457 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3ba09f4b - No compression will be used
01:27:16,462 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:16,462 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:16,464 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:16,464 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:16,464 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:16,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:16,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:16,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:16,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:16,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:16,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:16,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:16,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:16,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:16,467 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:16,467 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:16,467 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:16,468 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:16,468 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:16,469 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@16044d10 - Registering current configuration as safe fallback point
01:27:16.482 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:16.492 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:16.641 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:16.642 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:16.647 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:16.650 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:16.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:16.661 [BundleStart #16] 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 
01:27:16.661 [BundleStart #16] 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) 
01:27:16.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:16.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:16.663 [BundleStart #16] 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 
01:27:16.663 [BundleStart #16] 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) 
01:27:16.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:16.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:16.665 [BundleStart #16] 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 
01:27:16.665 [BundleStart #16] 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) 
01:27:16.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:16.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:16.666 [BundleStart #16] 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 
01:27:16.667 [BundleStart #16] 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) 
01:27:16.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:16.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:16.668 [BundleStart #16] 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 
01:27:16.668 [BundleStart #16] 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) 
01:27:16.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:16.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:16.669 [BundleStart #16] 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 
01:27:16.670 [BundleStart #16] 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) 
01:27:16.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:16.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:16.671 [BundleStart #16] 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 
01:27:16.671 [BundleStart #16] 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) 
01:27:16.671 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:16.671 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:16.672 [BundleStart #16] 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 
01:27:16.672 [BundleStart #16] 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) 
01:27:16.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:16.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:16.674 [BundleStart #16] 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 
01:27:16.674 [BundleStart #16] 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) 
01:27:16.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:16.675 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:16.675 [BundleStart #16] 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 
01:27:16.676 [BundleStart #16] 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) 
01:27:16.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:16.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:16.677 [BundleStart #16] 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 
01:27:16.677 [BundleStart #16] 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) 
01:27:16.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:16.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:16.678 [BundleStart #16] 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 
01:27:16.678 [BundleStart #16] 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) 
01:27:16.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:16.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:16.680 [BundleStart #16] 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 
01:27:16.680 [BundleStart #16] 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) 
01:27:16.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:16.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:16.681 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:16.681 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:16.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:16.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:16.682 [BundleStart #16] 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 
01:27:16.682 [BundleStart #16] 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) 
01:27:16.682 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:16.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:16.684 [BundleStart #16] 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 
01:27:16.684 [BundleStart #16] 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) 
01:27:16.685 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:16.694 [BundleStart #16] 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)] 
01:27:16.694 [BundleStart #16] 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)] 
01:27:16.697 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:16.697 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:16.701 [BundleStart #16] 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)] 
01:27:16.703 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:16.703 [BundleStart #16] 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@1ce4dabc w/ reference null 
01:27:16.704 [BundleStart #16] 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@1ce4dabc w/ reference null 
01:27:16.705 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:16.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:16.719 [BundleStart #16] 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 
01:27:16.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:16.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:16.722 [BundleStart #16] 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 
01:27:16.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:16.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:16.725 [BundleStart #16] 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 
01:27:16.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:16.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:16.726 [BundleStart #16] 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 
01:27:16.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:16.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:16.728 [BundleStart #16] 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 
01:27:16.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:16.729 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:16.730 [BundleStart #16] 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 
01:27:16.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:16.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:16.732 [BundleStart #16] 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 
01:27:16.732 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:16.732 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:16.733 [BundleStart #16] 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 
01:27:16.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:16.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:16.735 [BundleStart #16] 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 
01:27:16.735 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:16.735 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:16.736 [BundleStart #16] 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 
01:27:16.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:16.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:16.738 [BundleStart #16] 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 
01:27:16.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:16.739 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:16.739 [BundleStart #16] 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 
01:27:16.740 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:16.740 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:16.742 [BundleStart #16] 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 
01:27:16.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:16.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:16.743 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:16.743 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:16.743 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:16.744 [BundleStart #16] 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 
01:27:16.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:16.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:16.757 [BundleStart #16] 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 
01:27:16.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:16.758 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16.765 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:16.766 [BundleStart #17] 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 
01:27:16.766 [BundleStart #17] 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) 
01:27:16.766 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:16.766 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:16.768 [BundleStart #17] 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 
01:27:16.768 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:16.768 [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-knopflerfish/integration-tests/bundles/jdk5/component.scan.bundle/target/component.scan.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:16.770 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 
01:27:16.770 [BundleStart #18] 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 
01:27:16.770 [BundleStart #18] 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) 
01:27:16.770 [BundleStart #18] 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)] 
01:27:16.771 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 
01:27:16.771 [BundleStart #18] 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 
01:27:16.771 [BundleStart #18] 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)] 
01:27:16.773 [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 
01:27:16.774 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:511 - Post processing: creating test bundle 
01:27:16.786 [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] 
01:27:16.786 [main]            INFO  o.e.g.b.i.j.io.ComponentScanTest:202 - Automatically creating Manifest for the test bundle 
01:27:16.787 [main]            INFO  o.e.g.b.i.j.io.ComponentScanTest:366 - Using the test class for generating bundle imports 
01:27:16.789 [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 
01:27:16.789 [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... 
01:27:16.793 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class ComponentScanTest 
01:27:16.805 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:16.805 [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... 
01:27:16.805 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest 
01:27:16.810 [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 
01:27:16.810 [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... 
01:27:16.810 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:16.812 [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 
01:27:16.813 [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... 
01:27:16.813 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:16.814 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:16.814 [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 
01:27:16.815 [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} 
01:27:16.815 [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] 
01:27:16.815 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:16.815 [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] 
01:27:16.816 [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] 
01:27:16.816 [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]] 
01:27:16.816 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:16.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:16.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:16.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:16.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:16.817 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:16.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:16.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:16.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:16.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:16.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 
01:27:16.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 
01:27:16.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 
01:27:16.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 
01:27:16.825 [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 
01:27:16.826 [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.* 
01:27:16.828 [BundleStart #19] 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)] 
01:27:16.829 [BundleStart #19] 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 
01:27:16.829 [BundleStart #19] 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) 
01:27:16.829 [BundleStart #19] 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)] 
01:27:16.829 [BundleStart #19] 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)] 
01:27:16.830 [BundleStart #19] 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 
01:27:16.831 [BundleStart #19] 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)] 
01:27:16.831 [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 
01:27:16.831 [main]            DEBUG o.e.g.b.i.j.io.ComponentScanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:16.833 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:16.834 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:16.835 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:16.836 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:16.836 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:16.836 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:16.837 [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. 
01:27:16.837 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:16.838 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:16.838 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:16.839 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:16.839 [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. 
01:27:16.840 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:16.840 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:16.841 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:16.841 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:16.842 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:16.842 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:16.842 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:16.844 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:16.844 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:364 - Writing test name [testComponentScan] to OSGi 
01:27:16.859 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentScan] for execution inside OSGi 
01:27:16.859 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComponentScan] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb61f4a 
01:27:16.860 [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 
01:27:16.873 [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 [Sat May 04 01:27:16 UTC 2024]; root of context hierarchy 
01:27:16.879 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:16.908 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml] 
01:27:16.940 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:16.940 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:16.941 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:16.942 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:17.016 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 
01:27:17.017 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundle://10/org/springframework/context/config/spring-context.xsd 
01:27:17.023 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
01:27:17.024 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 
01:27:17.095 [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 
01:27:17.106 [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 
01:27:17.118 [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@702b8b12: 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 
01:27:17.127 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:17.127 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:17.128 [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} 
01:27:17.129 [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] 
01:27:17.168 [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 
01:27:17.168 [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 
01:27:17.169 [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 
01:27:17.171 [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 
01:27:17.174 [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 
01:27:17.174 [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 
01:27:17.175 [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 
01:27:17.176 [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 
01:27:17.179 [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 
01:27:17.180 [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 
01:27:17.182 [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 
01:27:17.182 [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 
01:27:17.183 [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 
01:27:17.184 [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 
01:27:17.188 [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 
01:27:17.189 [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 
01:27:17.190 [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 
01:27:17.191 [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 
01:27:17.194 [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 
01:27:17.195 [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 
01:27:17.196 [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 
01:27:17.196 [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 
01:27:17.197 [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 
01:27:17.200 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@46cdf8bd] 
01:27:17.200 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@f0c8a99] 
01:27:17.210 [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 
01:27:17.211 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:17.221 [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 
01:27:17.222 [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 
01:27:17.240 [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 
01:27:17.240 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:17.248 [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 
01:27:17.249 [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 
01:27:17.270 [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 
01:27:17.271 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:17.289 [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 
01:27:17.289 [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 
01:27:17.300 [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 
01:27:17.300 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:17.306 [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 
01:27:17.306 [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 
01:27:17.383 [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 
01:27:17.383 [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 
01:27:17.384 [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 
01:27:17.385 [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 
01:27:17.385 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:17.396 [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 
01:27:17.398 [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 
01:27:17.399 [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 
01:27:17.400 [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 
01:27:17.401 [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 
01:27:17.431 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4681c175] 
01:27:17.434 [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 [Sat May 04 01:27:16 UTC 2024]; root of context hierarchy] 
01:27:17.437 [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} 
01:27:17.458 [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} 
01:27:17.481 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:17.482 [main]            TRACE o.e.g.b.i.j.io.ComponentScanTest:440 - Reading OSGi results for test [testComponentScan] 
01:27:17.482 [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.651 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest
01:27:17.487 [Thread-0]        INFO  o.e.g.b.i.j.io.ComponentScanTest:471 - Shutting down OSGi platform 
01:27:17.487 [Thread-3]        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) 
01:27:17.488 [Thread-3]        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 [Sat May 04 01:27:16 UTC 2024]; root of context hierarchy 
01:27:17.488 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:17.488 [Thread-3]        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 [Sat May 04 01:27:16 UTC 2024]; root of context hierarchy] 
01:27:17.488 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:17.488 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:17.489 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:17.489 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:17.489 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:17.489 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:17.489 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:17.490 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:17.491 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:27:17.491 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:27:17.491 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:17.492 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:17.493 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:18,194 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:18,321 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:18,324 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:18,347 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:18,386 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:18,389 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:18,395 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:18,404 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used
01:27:18,412 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:18,412 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:18,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:18,414 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:18,415 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:18,415 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:18,415 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:18,415 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:18,416 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:18,416 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:18,416 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:18,416 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:18,416 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:18,416 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:18,417 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:18,417 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:18,417 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:18,418 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:18,418 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:18,419 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest
01:27:18.546 [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.KnopflerfishPlatform 
01:27:18.551 [main]            TRACE o.e.g.b.i.l.LifecycleTest:85 - Instantiating platform wrapper... 
01:27:18.563 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1805593807786663692kf 
01:27:18.563 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:215 - About to start Knopflerfish OSGi Platform 
01:27:18.678 [main]            INFO  o.e.g.b.i.l.LifecycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:18.681 [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=} 
01:27:18.682 [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} 
01:27:18.684 [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} 
01:27:18.685 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:18.820 [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] 
01:27:18.836 [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] 
01:27:18.841 [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] 
01:27:18.844 [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] 
01:27:18.852 [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] 
01:27:18.863 [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] 
01:27:18.865 [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] 
01:27:18.869 [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] 
01:27:18.874 [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] 
01:27:18.880 [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] 
01:27:18.898 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 
01:27:18.900 [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] 
01:27:18.905 [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] 
01:27:18.912 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:18.914 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:18.918 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:18.922 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:18.925 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:18.976 [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] 
01:27:18.985 [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] 
01:27:18.991 [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] 
01:27:18.993 [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] 
01:27:18.994 [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] 
01:27:18.994 [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] 
01:27:18.995 [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] 
01:27:18.998 [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] 
01:27:19.002 [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] 
01:27:19.003 [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] 
01:27:19.009 [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] 
01:27:19.010 [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] 
01:27:19.011 [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] 
01:27:19.015 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:19.017 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:19.020 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:19,050 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:19,090 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:19,093 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:19,104 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:19,131 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:19,133 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:19,137 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:19,144 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1814d0d9 - No compression will be used
01:27:19,149 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:19,149 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:19,150 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:19,151 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:19,151 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:19,151 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:19,151 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:19,152 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:19,152 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:19,152 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:19,152 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:19,152 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:19,153 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:19,153 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:19,153 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:19,153 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:19,153 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:19,154 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:19,154 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:19,155 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ee66fb0 - Registering current configuration as safe fallback point
01:27:19.168 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:19.178 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:19.335 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:19.336 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:19.340 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:19.344 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:19.352 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:19.354 [BundleStart #16] 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 
01:27:19.355 [BundleStart #16] 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) 
01:27:19.355 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:19.355 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:19.357 [BundleStart #16] 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 
01:27:19.357 [BundleStart #16] 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) 
01:27:19.358 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:19.358 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:19.359 [BundleStart #16] 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 
01:27:19.359 [BundleStart #16] 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) 
01:27:19.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:19.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:19.361 [BundleStart #16] 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 
01:27:19.361 [BundleStart #16] 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) 
01:27:19.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:19.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:19.362 [BundleStart #16] 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 
01:27:19.362 [BundleStart #16] 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) 
01:27:19.362 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:19.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:19.364 [BundleStart #16] 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 
01:27:19.364 [BundleStart #16] 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) 
01:27:19.364 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:19.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:19.365 [BundleStart #16] 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 
01:27:19.365 [BundleStart #16] 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) 
01:27:19.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:19.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:19.367 [BundleStart #16] 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 
01:27:19.367 [BundleStart #16] 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) 
01:27:19.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:19.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:19.368 [BundleStart #16] 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 
01:27:19.368 [BundleStart #16] 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) 
01:27:19.368 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:19.368 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:19.369 [BundleStart #16] 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 
01:27:19.369 [BundleStart #16] 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) 
01:27:19.370 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:19.370 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:19.371 [BundleStart #16] 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 
01:27:19.371 [BundleStart #16] 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) 
01:27:19.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:19.372 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:19.372 [BundleStart #16] 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 
01:27:19.372 [BundleStart #16] 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) 
01:27:19.372 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:19.373 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:19.374 [BundleStart #16] 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 
01:27:19.374 [BundleStart #16] 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) 
01:27:19.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:19.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:19.375 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:19.375 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:19.375 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:19.375 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:19.375 [BundleStart #16] 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 
01:27:19.376 [BundleStart #16] 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) 
01:27:19.376 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:19.376 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:19.378 [BundleStart #16] 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 
01:27:19.378 [BundleStart #16] 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) 
01:27:19.378 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:19.387 [BundleStart #16] 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)] 
01:27:19.388 [BundleStart #16] 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)] 
01:27:19.391 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:19.391 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:19.395 [BundleStart #16] 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)] 
01:27:19.397 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:19.397 [BundleStart #16] 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@203e8d98 w/ reference null 
01:27:19.398 [BundleStart #16] 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@203e8d98 w/ reference null 
01:27:19.399 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:19.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:19.413 [BundleStart #16] 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 
01:27:19.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:19.414 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:19.416 [BundleStart #16] 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 
01:27:19.417 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:19.417 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:19.419 [BundleStart #16] 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 
01:27:19.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:19.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:19.420 [BundleStart #16] 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 
01:27:19.420 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:19.420 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:19.422 [BundleStart #16] 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 
01:27:19.422 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:19.422 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:19.424 [BundleStart #16] 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 
01:27:19.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:19.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:19.425 [BundleStart #16] 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 
01:27:19.426 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:19.426 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:19.427 [BundleStart #16] 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 
01:27:19.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:19.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:19.428 [BundleStart #16] 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 
01:27:19.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:19.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:19.430 [BundleStart #16] 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 
01:27:19.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:19.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:19.432 [BundleStart #16] 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 
01:27:19.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:19.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:19.433 [BundleStart #16] 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 
01:27:19.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:19.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:19.436 [BundleStart #16] 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 
01:27:19.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:19.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:19.437 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:19.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:19.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:19.438 [BundleStart #16] 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 
01:27:19.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:19.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:19.442 [BundleStart #16] 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 
01:27:19.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:19.443 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:19.460 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:19.460 [BundleStart #17] 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 
01:27:19.461 [BundleStart #17] 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) 
01:27:19.461 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:19.461 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:19.462 [BundleStart #17] 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 
01:27:19.462 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:19.463 [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-knopflerfish/integration-tests/bundles/lifecycle.test.bundle/target/lifecycle-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:19.464 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 
01:27:19.465 [BundleStart #18] 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 
01:27:19.465 [BundleStart #18] 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) 
01:27:19.465 [BundleStart #18] 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)] 
01:27:19.475 [BundleStart #18] 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... 
01:27:19.476 [BundleStart #18] 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 
01:27:19.477 [BundleStart #18] 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)] 
01:27:19.479 [BundleStart #18] 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)] 
01:27:19.480 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:27:19.480 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-eclipse-gemini-blueprint-iandt-lifecycle (org.eclipse.gemini.blueprint.iandt.lifecycle)] 
01:27:19.480 [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@4e7c06d 
01:27:19.481 [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) 
01:27:19.481 [BundleStart #18] 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 
01:27:19.481 [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) 
01:27:19.481 [BundleStart #18] 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)] 
01:27:19.484 [main]            INFO  o.e.g.b.i.l.LifecycleTest:199 - org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest-bundle.properties was not found; using defaults 
01:27:19.484 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:511 - Post processing: creating test bundle 
01:27:19.488 [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 [Sat May 04 01:27:19 UTC 2024]; root of context hierarchy 
01:27:19.498 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:19.501 [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] 
01:27:19.502 [main]            INFO  o.e.g.b.i.l.LifecycleTest:202 - Automatically creating Manifest for the test bundle 
01:27:19.503 [main]            INFO  o.e.g.b.i.l.LifecycleTest:366 - Using the test class for generating bundle imports 
01:27:19.506 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 
01:27:19.506 [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... 
01:27:19.512 [main]            TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class LifecycleTest 
01:27:19.532 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:19.533 [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... 
01:27:19.533 [main]            TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest 
01:27:19.538 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:19.539 [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... 
01:27:19.539 [main]            TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:19.541 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:19.541 [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... 
01:27:19.541 [main]            TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:19.542 [main]            TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:19.542 [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 
01:27:19.542 [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} 
01:27:19.543 [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] 
01:27:19.543 [main]            TRACE o.e.g.b.i.l.LifecycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:19.543 [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] 
01:27:19.543 [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] 
01:27:19.544 [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]] 
01:27:19.544 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:19.556 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:19.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:19.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:19.557 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:19.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:19.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:19.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:19.558 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:19.559 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:19.559 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 
01:27:19.559 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 
01:27:19.560 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 
01:27:19.560 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/lifecycle.xml] 
01:27:19.569 [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 
01:27:19.569 [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.* 
01:27:19.572 [BundleStart #19] 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)] 
01:27:19.572 [BundleStart #19] 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 
01:27:19.573 [BundleStart #19] 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) 
01:27:19.573 [BundleStart #19] 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)] 
01:27:19.573 [BundleStart #19] 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)] 
01:27:19.574 [BundleStart #19] 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 
01:27:19.574 [BundleStart #19] 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)] 
01:27:19.574 [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 
01:27:19.574 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:19.577 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:19.578 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:19.580 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:19.581 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:19.582 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:19.583 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:19.584 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:19.585 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:19.585 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:19.585 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:19.586 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:19.586 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:19.587 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:19.587 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.lifecycle] triggers a context creation; waiting for it 
01:27:19.588 [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 
01:27:19.590 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:19.591 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 
01:27:19.602 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:19.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:19.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:19.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:19.731 [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@5049afda: defining beans [guinea-pig]; root of factory hierarchy 
01:27:19.741 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:19.741 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:19.742 [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} 
01:27:19.743 [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] 
01:27:19.758 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:19.761 [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@5049afda: defining beans [guinea-pig]; root of factory hierarchy] 
01:27:19.762 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:19.762 [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@31512965 
01:27:19.762 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:19.763 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:19.763 [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) 
01:27:19.763 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:19.763 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:19.763 [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) 
01:27:19.764 [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) 
01:27:19.764 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:19.764 [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) 
01:27:19.767 [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@789df183] 
01:27:19.767 [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@5ad8a009] 
01:27:19.786 [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@bd78074] 
01:27:19.789 [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 [Sat May 04 01:27:19 UTC 2024]; root of context hierarchy] 
01:27:19.792 [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} 
01:27:19.793 [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} 
01:27:19.794 [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 
01:27:19.794 [main]            DEBUG o.e.g.b.i.l.LifecycleTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 
01:27:19.795 [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. 
01:27:19.795 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:19.796 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:19.797 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:19.797 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:19.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:19.799 [main]            TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:19.799 [main]            TRACE o.e.g.b.i.l.LifecycleTest:364 - Writing test name [testLifecycle] to OSGi 
01:27:19.812 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 
01:27:19.813 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb0f2b9 
01:27:19.813 [main]            INFO  o.e.g.b.i.l.LifecycleTest:190 - Loading context for locations:  
01:27:19.815 [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 [Sat May 04 01:27:19 UTC 2024]; root of context hierarchy 
01:27:19.815 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:19.815 [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@294425a7: defining beans []; root of factory hierarchy 
01:27:19.816 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:19.816 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:19.816 [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} 
01:27:19.817 [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] 
01:27:19.817 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@59309333] 
01:27:19.818 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5876a9af] 
01:27:19.818 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ec7ffd3] 
01:27:19.818 [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 [Sat May 04 01:27:19 UTC 2024]; root of context hierarchy] 
01:27:19.819 [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} 
01:27:19.820 [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} 
01:27:19.842 [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)) 
01:27:19.844 [BundleStop #18]  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 
01:27:19.845 [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) 
01:27:19.845 [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@4e7c06d 
01:27:19.845 [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) 
01:27:19.845 [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) 
01:27:19.846 [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) 
01:27:19.846 [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 [Sat May 04 01:27:19 UTC 2024]; root of context hierarchy 
01:27:19.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.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 [Sat May 04 01:27:19 UTC 2024]; root of context hierarchy] 
01:27:19.848 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:19.850 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:27:19.850 [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@4e7c06d 
01:27:19.850 [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 
01:27:19.851 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:19.851 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@4d24ea00 
01:27:19.851 [main]            TRACE o.e.g.b.i.l.LifecycleTest:440 - Reading OSGi results for test [testLifecycle] 
01:27:19.852 [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: 1.313 sec - in org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest
01:27:19.856 [Thread-0]        INFO  o.e.g.b.i.l.LifecycleTest:471 - Shutting down OSGi platform 
01:27:19.856 [Thread-3]        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) 
01:27:19.857 [Thread-3]        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 [Sat May 04 01:27:19 UTC 2024]; root of context hierarchy 
01:27:19.857 [Thread-3]        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 [Sat May 04 01:27:19 UTC 2024]; root of context hierarchy] 
01:27:19.857 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:19.858 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:19.858 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:19.858 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:19.858 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:19.858 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:19.859 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:19.859 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:19.859 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:19.860 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:27:19.860 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:19.861 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:19.861 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:20,573 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:20,694 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:20,697 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:20,721 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:20,760 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:20,762 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:20,768 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:20,778 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7791a895 - No compression will be used
01:27:20,785 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:20,786 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:20,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:20,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:20,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:20,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:20,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:20,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
01:27:20,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:20,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:20,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:20,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:20,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:20,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:20,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:20,790 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:20,790 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:20,791 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:20,791 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:20,792 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3701eaf6 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest
01:27:20.912 [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.KnopflerfishPlatform 
01:27:20.917 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:85 - Instantiating platform wrapper... 
01:27:20.929 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4726941401097199489kf 
01:27:20.929 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:215 - About to start Knopflerfish OSGi Platform 
01:27:21.065 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:21.069 [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=} 
01:27:21.070 [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} 
01:27:21.071 [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} 
01:27:21.072 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:21.212 [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] 
01:27:21.229 [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] 
01:27:21.234 [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] 
01:27:21.236 [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] 
01:27:21.245 [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] 
01:27:21.255 [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] 
01:27:21.258 [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] 
01:27:21.262 [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] 
01:27:21.266 [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] 
01:27:21.272 [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] 
01:27:21.290 [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] 
01:27:21.292 [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] 
01:27:21.296 [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] 
01:27:21.304 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.306 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.310 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.319 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.325 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.357 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.377 [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] 
01:27:21.386 [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] 
01:27:21.392 [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] 
01:27:21.394 [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] 
01:27:21.395 [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] 
01:27:21.395 [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] 
01:27:21.396 [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] 
01:27:21.399 [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] 
01:27:21.403 [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] 
01:27:21.404 [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] 
01:27:21.411 [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] 
01:27:21.412 [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] 
01:27:21.412 [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] 
01:27:21.417 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.418 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.420 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21,449 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:21,489 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:21,491 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:21,502 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:21,529 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:21,531 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:21,535 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:21,543 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d61c288 - No compression will be used
01:27:21,549 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:21,549 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:21,551 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:21,551 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:21,551 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:21,551 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:21,552 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:21,552 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:21,552 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:21,552 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:21,553 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:21,553 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:21,553 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:21,553 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:21,553 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:21,554 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:21,554 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:21,555 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:21,555 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:21,556 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@62527254 - Registering current configuration as safe fallback point
01:27:21.570 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:21.582 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:21.761 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:21.765 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:21.770 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:21.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:21.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:21.780 [BundleStart #16] 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 
01:27:21.781 [BundleStart #16] 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) 
01:27:21.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:21.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:21.783 [BundleStart #16] 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 
01:27:21.783 [BundleStart #16] 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) 
01:27:21.783 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:21.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:21.785 [BundleStart #16] 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 
01:27:21.785 [BundleStart #16] 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) 
01:27:21.785 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:21.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:21.786 [BundleStart #16] 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 
01:27:21.786 [BundleStart #16] 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) 
01:27:21.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:21.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:21.787 [BundleStart #16] 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 
01:27:21.788 [BundleStart #16] 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) 
01:27:21.788 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:21.788 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:21.789 [BundleStart #16] 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 
01:27:21.789 [BundleStart #16] 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) 
01:27:21.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:21.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:21.790 [BundleStart #16] 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 
01:27:21.791 [BundleStart #16] 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) 
01:27:21.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:21.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:21.792 [BundleStart #16] 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 
01:27:21.792 [BundleStart #16] 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) 
01:27:21.792 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:21.792 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:21.793 [BundleStart #16] 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 
01:27:21.793 [BundleStart #16] 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) 
01:27:21.793 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:21.794 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:21.794 [BundleStart #16] 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 
01:27:21.795 [BundleStart #16] 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) 
01:27:21.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:21.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:21.796 [BundleStart #16] 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 
01:27:21.796 [BundleStart #16] 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) 
01:27:21.796 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:21.796 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:21.797 [BundleStart #16] 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 
01:27:21.797 [BundleStart #16] 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) 
01:27:21.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:21.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:21.798 [BundleStart #16] 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 
01:27:21.798 [BundleStart #16] 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) 
01:27:21.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:21.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:21.799 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:21.799 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:21.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:21.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:21.800 [BundleStart #16] 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 
01:27:21.800 [BundleStart #16] 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) 
01:27:21.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:21.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:21.802 [BundleStart #16] 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 
01:27:21.802 [BundleStart #16] 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) 
01:27:21.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:21.811 [BundleStart #16] 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)] 
01:27:21.812 [BundleStart #16] 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)] 
01:27:21.814 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:21.815 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:21.818 [BundleStart #16] 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)] 
01:27:21.820 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:21.821 [BundleStart #16] 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@70e03e6d w/ reference null 
01:27:21.821 [BundleStart #16] 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@70e03e6d w/ reference null 
01:27:21.822 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:21.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:21.835 [BundleStart #16] 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 
01:27:21.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:21.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:21.839 [BundleStart #16] 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 
01:27:21.839 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:21.839 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:21.841 [BundleStart #16] 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 
01:27:21.842 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:21.842 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:21.843 [BundleStart #16] 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 
01:27:21.843 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:21.843 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:21.844 [BundleStart #16] 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 
01:27:21.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:21.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:21.847 [BundleStart #16] 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 
01:27:21.847 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:21.847 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:21.848 [BundleStart #16] 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 
01:27:21.848 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:21.848 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:21.849 [BundleStart #16] 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 
01:27:21.849 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:21.850 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:21.850 [BundleStart #16] 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 
01:27:21.851 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:21.851 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:21.852 [BundleStart #16] 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 
01:27:21.852 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:21.853 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:21.854 [BundleStart #16] 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 
01:27:21.857 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:21.857 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:21.857 [BundleStart #16] 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 
01:27:21.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:21.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:21.860 [BundleStart #16] 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 
01:27:21.860 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:21.860 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:21.861 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:21.861 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:21.862 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:21.862 [BundleStart #16] 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 
01:27:21.862 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:21.862 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:21.865 [BundleStart #16] 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 
01:27:21.866 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:21.867 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.873 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:21.874 [BundleStart #17] 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 
01:27:21.874 [BundleStart #17] 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) 
01:27:21.874 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:21.874 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:21.875 [BundleStart #17] 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 
01:27:21.876 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:21.876 [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-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.878 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:21.879 [BundleStart #18] 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 
01:27:21.879 [BundleStart #18] 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) 
01:27:21.879 [BundleStart #18] 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)] 
01:27:21.889 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:21.890 [BundleStart #18] 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 
01:27:21.890 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:21.893 [BundleStart #18] 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)] 
01:27:21.893 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:27:21.894 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:21.894 [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@5655c861 
01:27:21.894 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:27:21.894 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:27:21.894 [BundleStart #18] 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 
01:27:21.895 [BundleStart #18] 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)] 
01:27:21.895 [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-knopflerfish/integration-tests/bundles/cardinality.0to1.bundle/target/cardinality0to1-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:21.897 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 
01:27:21.898 [BundleStart #19] 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 
01:27:21.898 [BundleStart #19] 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) 
01:27:21.898 [BundleStart #19] 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)] 
01:27:21.898 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle cardinality_0__1 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:21.899 [BundleStart #19] 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 
01:27:21.899 [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 [Sat May 04 01:27:21 UTC 2024]; root of context hierarchy 
01:27:21.899 [BundleStart #19] 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)] 
01:27:21.899 [BundleStart #19] 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)] 
01:27:21.900 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:27:21.900 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [cardinality_0__1 (org.eclipse.gemini.blueprint.iandt.cardinality.0to1)] 
01:27:21.900 [BundleStart #19] 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 
01:27:21.901 [BundleStart #19] 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)] 
01:27:21.903 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:199 - org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest-bundle.properties was not found; using defaults 
01:27:21.903 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:511 - Post processing: creating test bundle 
01:27:21.906 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:21.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.mavenArtifact] 
01:27:21.915 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:202 - Automatically creating Manifest for the test bundle 
01:27:21.916 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:366 - Using the test class for generating bundle imports 
01:27:21.918 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 
01:27:21.918 [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... 
01:27:21.922 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class MavenArtifactLookupTest 
01:27:21.934 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:21.934 [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... 
01:27:21.935 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest 
01:27:21.938 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:21.939 [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... 
01:27:21.939 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:21.957 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 
01:27:21.958 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:21.958 [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... 
01:27:21.958 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:21.959 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:21.960 [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 
01:27:21.960 [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} 
01:27:21.960 [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] 
01:27:21.960 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:21.960 [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] 
01:27:21.961 [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] 
01:27:21.961 [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]] 
01:27:21.961 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:21.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:21.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:21.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:21.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:21.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:21.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:21.963 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:21.963 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:21.963 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:21.963 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 
01:27:21.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 
01:27:21.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 
01:27:21.970 [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 
01:27:21.970 [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.* 
01:27:21.973 [BundleStart #20] 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)] 
01:27:21.973 [BundleStart #20] 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 
01:27:21.973 [BundleStart #20] 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) 
01:27:21.973 [BundleStart #20] 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)] 
01:27:21.974 [BundleStart #20] 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)] 
01:27:21.974 [BundleStart #20] 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 
01:27:21.975 [BundleStart #20] 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)] 
01:27:21.975 [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 
01:27:21.975 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:21.977 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:21.978 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:21.979 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:21.979 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
01:27:21.980 [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 
01:27:21.982 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:21.983 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:21.992 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:21.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:21.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:21.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:22.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:22.091 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:22.131 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 
01:27:22.135 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:22.135 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:22.136 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:22.136 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:22.189 [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@388b03a0: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:27:22.201 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:22.201 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:22.203 [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} 
01:27:22.203 [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] 
01:27:22.214 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:22.218 [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@388b03a0: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:27:22.218 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:22.218 [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@77c9834d 
01:27:22.218 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:22.219 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:22.219 [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) 
01:27:22.219 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:22.219 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:22.219 [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) 
01:27:22.220 [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) 
01:27:22.220 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:22.220 [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@5655c861 
01:27:22.221 [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) 
01:27:22.221 [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) 
01:27:22.221 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy 
01:27:22.221 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:22.223 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/cardinality0to1.xml] 
01:27:22.259 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:22.260 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:22.260 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:22.260 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:22.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:22.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:22.297 [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@1b0f11d0: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 
01:27:22.297 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:22.297 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:22.298 [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} 
01:27:22.298 [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] 
01:27:22.299 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:22.300 [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@1b0f11d0: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 
01:27:22.300 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:22.300 [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@77c9834d 
01:27:22.300 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
01:27:22.301 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:22.335 [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 
01:27:22.336 [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 
01:27:22.336 [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 
01:27:22.358 [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)] 
01:27:22.358 [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)] 
01:27:22.359 [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] 
01:27:22.359 [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) 
01:27:22.359 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:22.360 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:22.360 [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) 
01:27:22.360 [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) 
01:27:22.360 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:22.360 [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) 
01:27:22.363 [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@6dd00e2b] 
01:27:22.363 [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@45632402] 
Delaying for:0
01:27:22.370 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:27:22.371 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:27:22.372 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:27:22.373 [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 {} 
01:27:22.373 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:27:22.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:27:22.376 [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@61bcf006] 
01:27:22.380 [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 [Sat May 04 01:27:21 UTC 2024]; root of context hierarchy] 
01:27:22.383 [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} 
01:27:22.385 [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} 
01:27:22.386 [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 
01:27:22.386 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:22.387 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:22.388 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:22.388 [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 
01:27:22.388 [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 
01:27:22.389 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:22.389 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 
01:27:22.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:22.393 [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) 
01:27:22.393 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:27:22.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:27:22.410 [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 
01:27:22.411 [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 
01:27:22.411 [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 
01:27:22.412 [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 
01:27:22.412 [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 
01:27:22.416 [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@19d87d66] 
01:27:22.416 [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@9c89ca6] 
01:27:22.417 [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)] 
01:27:22.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:27:22.417 [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@67f0073f w/ reference null 
01:27:22.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:27:22.418 [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) 
01:27:22.419 [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@67f0073f w/ reference null 
01:27:22.419 [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 
01:27:22.420 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:27:22.420 [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 
01:27:22.421 [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 
01:27:22.421 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:27:22.421 [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 
01:27:22.422 [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@12c2c53d] 
01:27:22.423 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy] 
01:27:22.423 [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} 
01:27:22.424 [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} 
01:27:22.424 [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 
01:27:22.425 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 
01:27:22.425 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:27:22.426 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:22.427 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:22.428 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:22.428 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:22.429 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:22.429 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:22.430 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:22.431 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:22.431 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:22.433 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:22.433 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:22.433 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:22.435 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:22.436 [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. 
01:27:22.436 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:364 - Writing test name [test0to1Cardinality] to OSGi 
01:27:22.450 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 
01:27:22.450 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [test0to1Cardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@294425a7 
01:27:22.451 [main]            INFO  o.e.g.b.i.m.MavenArtifactLookupTest:190 - Loading context for locations:  
01:27:22.453 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy 
01:27:22.453 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:22.453 [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@5876a9af: defining beans []; root of factory hierarchy 
01:27:22.454 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:22.454 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:22.455 [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} 
01:27:22.455 [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] 
01:27:22.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@2a798d51] 
01:27:22.456 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6d763516] 
01:27:22.456 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@52bf72b5] 
01:27:22.456 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy] 
01:27:22.457 [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} 
01:27:22.458 [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} 
01:27:22.480 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:22.498 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy 
01:27:22.498 [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@2a3b5b47] 
01:27:22.509 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy 
01:27:22.509 [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@2a3b5b47] 
Starting dependency
01:27:22.512 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:27:22.512 [BundleStart #21] 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 
01:27:22.512 [BundleStart #21] 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) 
01:27:22.512 [BundleStart #21] 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)] 
01:27:22.513 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:22.513 [BundleStart #21] 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 
01:27:22.514 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:27:22.514 [BundleStart #21] 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)] 
01:27:22.514 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
01:27:22.514 [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@5655c861 
01:27:22.514 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:27:22.514 [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) 
01:27:22.514 [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) 
01:27:22.515 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy 
01:27:22.515 [BundleStart #21] 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 
01:27:22.515 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:22.515 [BundleStart #21] 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)] 
01:27:22.516 [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 
01:27:22.517 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:27:22.517 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:22.517 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:27:22.520 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:22.520 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:22.521 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:22.521 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:22.543 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:22.543 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:22.560 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:27:22.563 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:22.563 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:22.564 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:22.564 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:22.583 [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@6277d1dd: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:27:22.583 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:22.584 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:22.584 [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} 
01:27:22.584 [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] 
01:27:22.585 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:22.586 [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@6277d1dd: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:27:22.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:22.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@77c9834d 
01:27:22.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:22.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:22.587 [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) 
01:27:22.587 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:22.587 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:22.587 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:27:22.587 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:27:22.587 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:22.587 [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) 
01:27:22.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@356b8e41] 
01:27:22.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5e9be233] 
01:27:22.595 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:27:22.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:27:22.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:27:22.596 [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 {} 
01:27:22.597 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:27:22.597 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5343b847] bound to proxy 
01:27:22.598 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5343b847] bound to proxy 
01:27:22.598 [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@67f0073f w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5343b847 
01:27:22.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@1144699e 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;@5f0b7a71, service.id=13} 
01:27:22.598 [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) 
01:27:22.599 [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@67f0073f w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5343b847 
01:27:22.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:27:22.599 [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@493bc317] 
01:27:22.600 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy] 
01:27:22.600 [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} 
01:27:22.601 [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} 
01:27:22.601 [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 
01:27:22.601 [main]            DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
Dependency started
01:27:22.601 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=21] 
01:27:22.602 [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=13} 
01:27:22.603 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:22.603 [main]            TRACE o.e.g.b.i.m.MavenArtifactLookupTest:440 - Reading OSGi results for test [test0to1Cardinality] 
01:27:22.604 [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.698 sec - in org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest
01:27:22.609 [Thread-0]        INFO  o.e.g.b.i.m.MavenArtifactLookupTest:471 - Shutting down OSGi platform 
01:27:22.609 [Thread-3]        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) 
01:27:22.609 [Thread-3]        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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy 
01:27:22.609 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:22.610 [Thread-3]        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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy] 
01:27:22.610 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18], BundleImpl[id=19], BundleImpl[id=21]] 
01:27:22.611 [Framework shutdown] 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 
01:27:22.611 [Framework shutdown] 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 
01:27:22.612 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:22.729 [Framework shutdown] 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 [BundleImpl[id=19]] 
01:27:22.730 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19], BundleImpl[id=18]] 
01:27:22.731 [Framework shutdown] 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 
01:27:22.732 [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) 
01:27:22.732 [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@5655c861 
01:27:22.732 [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) 
01:27:22.733 [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) 
01:27:22.733 [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) 
01:27:22.733 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy 
01:27:22.733 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy] 
01:27:22.734 [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@67f0073f w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5343b847 
01:27:22.734 [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@1144699e 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;@2c6d4f09, service.id=13} 
01:27:22.735 [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) 
01:27:22.735 [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@67f0073f w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5343b847 
01:27:22.735 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5343b847] was unregistered and unbound from the service proxy 
01:27:22.735 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5343b847] was unregistered and unbound from the service proxy 
01:27:22.736 [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=13} 
01:27:22.736 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:22.737 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
01:27:22.737 [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@5655c861 
01:27:22.737 [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 
01:27:22.738 [Framework shutdown] 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 
01:27:22.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:27:22.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@5655c861 
01:27:22.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:27:22.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:27:22.738 [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) 
01:27:22.739 [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 [Sat May 04 01:27:21 UTC 2024]; root of context hierarchy 
01:27:22.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.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 [Sat May 04 01:27:21 UTC 2024]; root of context hierarchy] 
01:27:22.739 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:27:22.739 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2ca504b8] 
01:27:22.740 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:22.740 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:27:22.740 [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@5655c861 
01:27:22.740 [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 
01:27:22.740 [Framework shutdown] 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 
01:27:22.740 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21]] 
01:27:22.741 [Framework shutdown] 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 
01:27:22.741 [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) 
01:27:22.741 [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@5655c861 
01:27:22.741 [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) 
01:27:22.741 [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) 
01:27:22.741 [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) 
01:27:22.742 [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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy 
01:27:22.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.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 [Sat May 04 01:27:22 UTC 2024]; root of context hierarchy] 
01:27:22.742 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:27:22.742 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5343b847] 
01:27:22.742 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:22.743 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:27:22.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@5655c861 
01:27:22.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
01:27:22.743 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:22.743 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:22.743 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:22.743 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:22.743 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:22.744 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:22.745 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@19ccd459 
01:27:22.746 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:27:22.746 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@170b2910 
01:27:22.746 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1334bf29 
01:27:22.747 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:22.747 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:22.757 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:23,460 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:23,581 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:23,584 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:23,608 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:23,648 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:23,651 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:23,659 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:23,669 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:27:23,677 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:23,677 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:23,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:23,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:23,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:23,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:23,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:23,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:23,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:23,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:23,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:23,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:23,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:23,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:23,682 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:23,682 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:23,682 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:23,683 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:23,683 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:23,684 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest
01:27:23.819 [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.KnopflerfishPlatform 
01:27:23.824 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:85 - Instantiating platform wrapper... 
01:27:23.836 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5379644026835473144kf 
01:27:23.837 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:215 - About to start Knopflerfish OSGi Platform 
01:27:23.964 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:23.969 [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=} 
01:27:23.969 [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} 
01:27:23.971 [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} 
01:27:23.972 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:24.116 [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] 
01:27:24.138 [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] 
01:27:24.143 [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] 
01:27:24.145 [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] 
01:27:24.157 [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] 
01:27:24.174 [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] 
01:27:24.177 [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] 
01:27:24.182 [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] 
01:27:24.187 [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] 
01:27:24.193 [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] 
01:27:24.215 [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] 
01:27:24.219 [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] 
01:27:24.224 [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] 
01:27:24.233 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:24.235 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:24.260 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:24.264 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:24.284 [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] 
01:27:24.292 [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] 
01:27:24.298 [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] 
01:27:24.300 [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] 
01:27:24.300 [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] 
01:27:24.301 [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] 
01:27:24.302 [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] 
01:27:24.305 [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] 
01:27:24.308 [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] 
01:27:24.309 [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] 
01:27:24.315 [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] 
01:27:24.316 [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] 
01:27:24.317 [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] 
01:27:24.321 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:24.322 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:24.324 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:24,369 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:24,411 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:24,414 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:24,425 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:24,450 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:24,452 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:24,456 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:24,463 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@227c5918 - No compression will be used
01:27:24,468 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:24,468 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:24,469 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:24,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:24,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:24,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:24,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:24,470 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:24,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:24,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:24,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:24,471 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:24,472 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:24,472 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:24,472 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:24,472 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:24,472 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:24,473 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:24,473 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:24,474 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6f83d19c - Registering current configuration as safe fallback point
01:27:24.487 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:24.498 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:24.647 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:24.648 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:24.653 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:24.658 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:24.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:24.664 [BundleStart #16] 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 
01:27:24.665 [BundleStart #16] 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) 
01:27:24.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:24.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:24.668 [BundleStart #16] 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 
01:27:24.668 [BundleStart #16] 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) 
01:27:24.668 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:24.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:24.671 [BundleStart #16] 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 
01:27:24.671 [BundleStart #16] 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) 
01:27:24.671 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:24.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:24.673 [BundleStart #16] 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 
01:27:24.673 [BundleStart #16] 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) 
01:27:24.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:24.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:24.674 [BundleStart #16] 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 
01:27:24.675 [BundleStart #16] 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) 
01:27:24.675 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:24.675 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:24.677 [BundleStart #16] 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 
01:27:24.677 [BundleStart #16] 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) 
01:27:24.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:24.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:24.679 [BundleStart #16] 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 
01:27:24.679 [BundleStart #16] 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) 
01:27:24.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:24.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:24.680 [BundleStart #16] 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 
01:27:24.681 [BundleStart #16] 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) 
01:27:24.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:24.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:24.682 [BundleStart #16] 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 
01:27:24.682 [BundleStart #16] 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) 
01:27:24.682 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:24.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:24.684 [BundleStart #16] 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 
01:27:24.685 [BundleStart #16] 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) 
01:27:24.685 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:24.685 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:24.686 [BundleStart #16] 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 
01:27:24.686 [BundleStart #16] 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) 
01:27:24.687 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:24.687 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:24.688 [BundleStart #16] 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 
01:27:24.688 [BundleStart #16] 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) 
01:27:24.689 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:24.689 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:24.690 [BundleStart #16] 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 
01:27:24.691 [BundleStart #16] 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) 
01:27:24.691 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:24.691 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:24.692 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:24.692 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:24.692 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:24.693 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:24.693 [BundleStart #16] 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 
01:27:24.693 [BundleStart #16] 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) 
01:27:24.694 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:24.694 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:24.696 [BundleStart #16] 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 
01:27:24.696 [BundleStart #16] 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) 
01:27:24.696 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:24.706 [BundleStart #16] 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)] 
01:27:24.706 [BundleStart #16] 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)] 
01:27:24.709 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:24.710 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:24.713 [BundleStart #16] 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)] 
01:27:24.715 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:24.716 [BundleStart #16] 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@37d1b4de w/ reference null 
01:27:24.716 [BundleStart #16] 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@37d1b4de w/ reference null 
01:27:24.718 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:24.721 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:24.733 [BundleStart #16] 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 
01:27:24.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:24.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:24.737 [BundleStart #16] 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 
01:27:24.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:24.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:24.741 [BundleStart #16] 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 
01:27:24.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:24.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:24.743 [BundleStart #16] 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 
01:27:24.743 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:24.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:24.746 [BundleStart #16] 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 
01:27:24.747 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:24.747 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:24.749 [BundleStart #16] 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 
01:27:24.749 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:24.750 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:24.751 [BundleStart #16] 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 
01:27:24.751 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:24.751 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:24.753 [BundleStart #16] 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 
01:27:24.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:24.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:24.755 [BundleStart #16] 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 
01:27:24.755 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:24.755 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:24.757 [BundleStart #16] 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 
01:27:24.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:24.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:24.760 [BundleStart #16] 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 
01:27:24.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:24.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:24.762 [BundleStart #16] 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 
01:27:24.762 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:24.763 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:24.766 [BundleStart #16] 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 
01:27:24.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:24.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:24.768 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:24.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:24.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:24.770 [BundleStart #16] 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 
01:27:24.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:24.771 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:24.776 [BundleStart #16] 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 
01:27:24.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:24.777 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:24.783 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:24.785 [BundleStart #17] 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 
01:27:24.785 [BundleStart #17] 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) 
01:27:24.785 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:24.785 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:24.790 [BundleStart #17] 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 
01:27:24.791 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:24.793 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:199 - org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest-bundle.properties was not found; using defaults 
01:27:24.793 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:511 - Post processing: creating test bundle 
01:27:24.806 [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] 
01:27:24.806 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:202 - Automatically creating Manifest for the test bundle 
01:27:24.807 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:366 - Using the test class for generating bundle imports 
01:27:24.809 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 
01:27:24.809 [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... 
01:27:24.813 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class EmbeddedNamespaceLibraryTest 
01:27:24.824 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:24.825 [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... 
01:27:24.825 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest 
01:27:24.829 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:24.829 [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... 
01:27:24.829 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:24.831 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:24.831 [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... 
01:27:24.832 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:24.833 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:24.833 [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 
01:27:24.833 [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} 
01:27:24.834 [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] 
01:27:24.834 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:24.834 [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] 
01:27:24.835 [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] 
01:27:24.835 [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]] 
01:27:24.835 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:24.836 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:24.836 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 
01:27:24.836 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 
01:27:24.836 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:24.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:24.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:24.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:24.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:24.837 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:24.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:24.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:24.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 
01:27:24.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 
01:27:24.838 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 
01:27:24.847 [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 
01:27:24.847 [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.* 
01:27:24.851 [BundleStart #18] 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)] 
01:27:24.851 [BundleStart #18] 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 
01:27:24.852 [BundleStart #18] 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) 
01:27:24.852 [BundleStart #18] 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)] 
01:27:24.853 [BundleStart #18] 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)] 
01:27:24.853 [BundleStart #18] 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 
01:27:24.854 [BundleStart #18] 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)] 
01:27:24.854 [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 
01:27:24.854 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:24.856 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:24.857 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:24.858 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:24.859 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:24.859 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:24.860 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:24.860 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:24.861 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:24.861 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:24.862 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:24.862 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:24.863 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:24.863 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:24.864 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:24.864 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:24.865 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:24.865 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:24.866 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:24.867 [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. 
01:27:24.867 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 
01:27:24.881 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 
01:27:24.881 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testApplicationContextWasProperlyStarted] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 
01:27:24.882 [main]            INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/namespace/context.xml 
01:27:24.894 [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 [Sat May 04 01:27:24 UTC 2024]; root of context hierarchy 
01:27:24.901 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:24.929 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/namespace/context.xml] 
01:27:24.961 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:24.962 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:24.963 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:24.963 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:25.062 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/osgi/iandt/namespace/config/test.xsd 
01:27:25.063 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/osgi/iandt/namespace/config/test.xsd at bundle://18:1/org/springframework/osgi/iandt/namespace/config/test.xsd 
01:27:25.083 [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@65d09a04: defining beans [bean]; root of factory hierarchy 
01:27:25.094 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:25.094 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:25.095 [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} 
01:27:25.096 [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] 
01:27:25.107 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@44a7bfbc] 
01:27:25.107 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4ef37659] 
01:27:25.125 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@51dcb805] 
01:27:25.128 [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 [Sat May 04 01:27:24 UTC 2024]; root of context hierarchy] 
01:27:25.131 [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} 
01:27:25.132 [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} 
01:27:25.154 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:25.155 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 
01:27:25.156 [main]            DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 
01:27:25.157 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 
01:27:25.158 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 
01:27:25.158 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNamespaceFilesOnTheClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3059cbc 
01:27:25.159 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:25.159 [main]            TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 
01:27:25.160 [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.347 sec - in org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest
01:27:25.164 [Thread-0]        INFO  o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:471 - Shutting down OSGi platform 
01:27:25.165 [Thread-3]        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) 
01:27:25.165 [Thread-3]        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 [Sat May 04 01:27:24 UTC 2024]; root of context hierarchy 
01:27:25.165 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:25.165 [Thread-3]        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 [Sat May 04 01:27:24 UTC 2024]; root of context hierarchy] 
01:27:25.165 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:25.166 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:25.166 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:25.166 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:25.166 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:25.166 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:25.166 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:25.168 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:25.168 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:27:25.168 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:25.169 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:25.170 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:25,858 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:25,975 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:25,979 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:26,004 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:26,046 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:26,048 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:26,054 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:26,064 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:27:26,072 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:26,072 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:26,074 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:26,075 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:26,075 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:26,075 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:26,075 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:26,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:26,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:26,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:26,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:26,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:26,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:26,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:26,077 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:26,077 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:26,077 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:26,078 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:26,078 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:26,079 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest
01:27:26.204 [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.KnopflerfishPlatform 
01:27:26.209 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:85 - Instantiating platform wrapper... 
01:27:26.221 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5535683045978717338kf 
01:27:26.222 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:215 - About to start Knopflerfish OSGi Platform 
01:27:26.329 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:26.333 [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=} 
01:27:26.334 [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} 
01:27:26.335 [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} 
01:27:26.336 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:26.468 [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] 
01:27:26.484 [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] 
01:27:26.489 [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] 
01:27:26.492 [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] 
01:27:26.500 [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] 
01:27:26.511 [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] 
01:27:26.513 [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] 
01:27:26.517 [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] 
01:27:26.522 [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] 
01:27:26.529 [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] 
01:27:26.557 [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] 
01:27:26.559 [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] 
01:27:26.564 [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] 
01:27:26.571 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:26.573 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:26.578 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:26.581 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:26.603 [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] 
01:27:26.612 [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] 
01:27:26.618 [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] 
01:27:26.620 [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] 
01:27:26.621 [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] 
01:27:26.622 [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] 
01:27:26.623 [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] 
01:27:26.626 [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] 
01:27:26.630 [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] 
01:27:26.630 [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] 
01:27:26.657 [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] 
01:27:26.658 [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] 
01:27:26.659 [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] 
01:27:26.663 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:26.665 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:26.667 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:26,696 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:26,736 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:26,739 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:26,750 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:26,777 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:26,779 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:26,783 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:26,791 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used
01:27:26,795 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:26,796 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:26,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:26,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:26,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:26,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:26,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:26,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:26,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:26,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:26,800 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:26,800 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:26,800 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:26,801 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:26,801 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point
01:27:26.814 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:26.825 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:26.976 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:26.977 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:26.981 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:26.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:26.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:26.991 [BundleStart #16] 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 
01:27:26.992 [BundleStart #16] 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) 
01:27:26.992 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:26.992 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:26.994 [BundleStart #16] 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 
01:27:26.994 [BundleStart #16] 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) 
01:27:26.994 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:26.994 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:26.995 [BundleStart #16] 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 
01:27:26.996 [BundleStart #16] 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) 
01:27:26.996 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:26.996 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:26.997 [BundleStart #16] 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 
01:27:26.997 [BundleStart #16] 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) 
01:27:26.997 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:26.997 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:26.998 [BundleStart #16] 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 
01:27:26.998 [BundleStart #16] 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) 
01:27:26.999 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:26.999 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:27.000 [BundleStart #16] 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 
01:27:27.000 [BundleStart #16] 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) 
01:27:27.000 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:27.001 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:27.001 [BundleStart #16] 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 
01:27:27.001 [BundleStart #16] 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) 
01:27:27.002 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:27.002 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:27.002 [BundleStart #16] 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 
01:27:27.003 [BundleStart #16] 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) 
01:27:27.003 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:27.003 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:27.004 [BundleStart #16] 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 
01:27:27.004 [BundleStart #16] 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) 
01:27:27.004 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:27.004 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:27.005 [BundleStart #16] 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 
01:27:27.005 [BundleStart #16] 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) 
01:27:27.005 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:27.006 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:27.007 [BundleStart #16] 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 
01:27:27.007 [BundleStart #16] 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) 
01:27:27.007 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:27.007 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:27.008 [BundleStart #16] 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 
01:27:27.008 [BundleStart #16] 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) 
01:27:27.008 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:27.008 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:27.009 [BundleStart #16] 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 
01:27:27.010 [BundleStart #16] 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) 
01:27:27.010 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:27.010 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:27.010 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:27.010 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:27.010 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:27.011 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:27.011 [BundleStart #16] 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 
01:27:27.011 [BundleStart #16] 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) 
01:27:27.011 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:27.012 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:27.013 [BundleStart #16] 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 
01:27:27.013 [BundleStart #16] 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) 
01:27:27.014 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:27.023 [BundleStart #16] 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)] 
01:27:27.023 [BundleStart #16] 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)] 
01:27:27.026 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:27.026 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:27.029 [BundleStart #16] 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)] 
01:27:27.031 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:27.032 [BundleStart #16] 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@5c653c92 w/ reference null 
01:27:27.032 [BundleStart #16] 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@5c653c92 w/ reference null 
01:27:27.033 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:27.043 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:27.052 [BundleStart #16] 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 
01:27:27.053 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:27.053 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:27.056 [BundleStart #16] 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 
01:27:27.056 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:27.056 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:27.058 [BundleStart #16] 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 
01:27:27.058 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:27.059 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:27.059 [BundleStart #16] 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 
01:27:27.060 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:27.060 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:27.061 [BundleStart #16] 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 
01:27:27.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:27.062 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:27.064 [BundleStart #16] 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 
01:27:27.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:27.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:27.065 [BundleStart #16] 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 
01:27:27.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:27.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:27.067 [BundleStart #16] 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 
01:27:27.067 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:27.068 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:27.069 [BundleStart #16] 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 
01:27:27.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:27.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:27.072 [BundleStart #16] 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 
01:27:27.072 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:27.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:27.074 [BundleStart #16] 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 
01:27:27.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:27.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:27.075 [BundleStart #16] 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 
01:27:27.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:27.076 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:27.078 [BundleStart #16] 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 
01:27:27.079 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:27.079 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:27.079 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:27.080 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:27.080 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:27.080 [BundleStart #16] 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 
01:27:27.080 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:27.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:27.085 [BundleStart #16] 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 
01:27:27.085 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:27.086 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:27.092 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:27.094 [BundleStart #17] 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 
01:27:27.094 [BundleStart #17] 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) 
01:27:27.094 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:27.095 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:27.102 [BundleStart #17] 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 
01:27:27.103 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:27.105 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:199 - org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest-bundle.properties was not found; using defaults 
01:27:27.106 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:511 - Post processing: creating test bundle 
01:27:27.119 [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] 
01:27:27.119 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:202 - Automatically creating Manifest for the test bundle 
01:27:27.120 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:366 - Using the test class for generating bundle imports 
01:27:27.124 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 
01:27:27.124 [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... 
01:27:27.128 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest 
01:27:27.139 [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 
01:27:27.140 [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... 
01:27:27.140 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest$Service 
01:27:27.142 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:27.142 [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... 
01:27:27.142 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest 
01:27:27.145 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:27.146 [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... 
01:27:27.146 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:27.147 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:27.148 [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... 
01:27:27.148 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:27.149 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:27.149 [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 
01:27:27.149 [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} 
01:27:27.150 [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] 
01:27:27.150 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:27.150 [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] 
01:27:27.157 [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] 
01:27:27.157 [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]] 
01:27:27.157 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:27.157 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:27.157 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:27.158 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:27.158 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:27.158 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:27.158 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:27.158 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:27.159 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:27.159 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:27.159 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 
01:27:27.159 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 
01:27:27.159 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 
01:27:27.159 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 
01:27:27.160 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 
01:27:27.166 [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 
01:27:27.167 [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.* 
01:27:27.169 [BundleStart #18] 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)] 
01:27:27.170 [BundleStart #18] 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 
01:27:27.170 [BundleStart #18] 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) 
01:27:27.170 [BundleStart #18] 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)] 
01:27:27.170 [BundleStart #18] 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)] 
01:27:27.171 [BundleStart #18] 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 
01:27:27.171 [BundleStart #18] 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)] 
01:27:27.171 [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 
01:27:27.172 [main]            DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:27.174 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:27.174 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:27.175 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:27.176 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:27.176 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:27.177 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:27.178 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:27.178 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:27.179 [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. 
01:27:27.179 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:27.179 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:27.180 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:27.180 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:27.181 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:27.181 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:27.182 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:27.182 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:27.182 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:27.184 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:27.184 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:364 - Writing test name [testProxy] to OSGi 
01:27:27.198 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxy] for execution inside OSGi 
01:27:27.198 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxy] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:27:27.199 [main]            INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:190 - Loading context for locations:  
01:27:27.212 [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 [Sat May 04 01:27:27 UTC 2024]; root of context hierarchy 
01:27:27.218 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:27.238 [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@5aa9e4eb: defining beans []; root of factory hierarchy 
01:27:27.248 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:27.249 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:27.250 [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} 
01:27:27.251 [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] 
01:27:27.254 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 
01:27:27.255 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 
01:27:27.257 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 
01:27:27.260 [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 [Sat May 04 01:27:27 UTC 2024]; root of context hierarchy] 
01:27:27.263 [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} 
01:27:27.264 [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} 
01:27:27.303 [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 [Sat May 04 01:27:27 UTC 2024]; root of context hierarchy 
01:27:27.304 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:27.315 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml] 
01:27:27.347 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:27.348 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:27.349 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:27.349 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:27.426 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:27.427 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:27.487 [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@5403f35f: defining beans [service]; root of factory hierarchy 
01:27:27.488 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:27.488 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:27.489 [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} 
01:27:27.489 [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] 
01:27:27.490 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1b1426f4] 
01:27:27.491 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@32b260fa] 
01:27:27.516 [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))] 
01:27:27.517 [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))] 
01:27:27.519 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:27:27.526 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:27:27.536 [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 
01:27:27.537 [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 
01:27:27.538 [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 
01:27:27.538 [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 
01:27:27.539 [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 
01:27:27.546 [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))] 
01:27:27.547 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 
01:27:27.548 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] bound to proxy 
01:27:27.548 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] bound to proxy 
01:27:27.548 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3e27aa33] 
01:27:27.549 [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 [Sat May 04 01:27:27 UTC 2024]; root of context hierarchy] 
01:27:27.549 [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} 
01:27:27.550 [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} 
01:27:27.551 [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) 
01:27:27.552 [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 [Sat May 04 01:27:27 UTC 2024]; root of context hierarchy 
01:27:27.552 [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 [Sat May 04 01:27:27 UTC 2024]; root of context hierarchy] 
01:27:27.554 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] was unregistered and unbound from the service proxy 
01:27:27.554 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] was unregistered and unbound from the service proxy 
01:27:27.555 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:27.555 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:27.557 [main]            TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:440 - Reading OSGi results for test [testProxy] 
01:27:27.558 [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: 1.36 sec - in org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest
01:27:27.562 [Thread-3]        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) 
01:27:27.562 [Thread-0]        INFO  o.e.g.b.i.n.NonOSGiLoaderProxyTest:471 - Shutting down OSGi platform 
01:27:27.563 [Thread-3]        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 [Sat May 04 01:27:27 UTC 2024]; root of context hierarchy 
01:27:27.563 [Thread-3]        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 [Sat May 04 01:27:27 UTC 2024]; root of context hierarchy] 
01:27:27.563 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:27.563 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:27.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:27.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:27.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:27.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:27.565 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:27.565 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:27.565 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:27.567 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:27:27.567 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:27.568 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:27.568 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:28,270 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:28,401 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:28,404 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:28,427 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:28,475 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:28,478 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:28,484 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:28,494 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:27:28,502 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:28,502 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:28,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:28,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:28,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:28,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:28,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:28,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:28,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:28,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:28,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:28,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:28,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:28,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:28,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:28,506 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:28,506 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:28,507 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:28,507 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:28,508 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest
01:27:28.627 [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.KnopflerfishPlatform 
01:27:28.633 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:85 - Instantiating platform wrapper... 
01:27:28.645 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3244815235588027231kf 
01:27:28.645 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:215 - About to start Knopflerfish OSGi Platform 
01:27:28.751 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:28.755 [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=} 
01:27:28.756 [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} 
01:27:28.757 [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} 
01:27:28.758 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:28.895 [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] 
01:27:28.911 [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] 
01:27:28.916 [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] 
01:27:28.919 [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] 
01:27:28.927 [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] 
01:27:28.937 [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] 
01:27:28.939 [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] 
01:27:28.943 [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] 
01:27:28.957 [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] 
01:27:28.962 [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] 
01:27:28.980 [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] 
01:27:28.983 [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] 
01:27:28.987 [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] 
01:27:28.995 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:28.997 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:29.001 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:29.005 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:29.012 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:29.060 [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] 
01:27:29.068 [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] 
01:27:29.073 [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] 
01:27:29.075 [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] 
01:27:29.076 [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] 
01:27:29.077 [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] 
01:27:29.078 [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] 
01:27:29.080 [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] 
01:27:29.084 [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] 
01:27:29.085 [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] 
01:27:29.091 [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] 
01:27:29.092 [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] 
01:27:29.092 [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] 
01:27:29.097 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:29.098 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:29.100 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:29,130 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:29,169 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:29,172 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:29,182 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:29,208 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:29,210 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:29,214 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:29,221 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4a4472cf - No compression will be used
01:27:29,226 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:29,226 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:29,228 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:29,228 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:29,228 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:29,228 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:29,228 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:29,229 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:29,229 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:29,229 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:29,229 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:29,229 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:29,230 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:29,230 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:29,230 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:29,230 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:29,230 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:29,231 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:29,231 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:29,232 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@115c9b26 - Registering current configuration as safe fallback point
01:27:29.245 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:29.255 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:29.407 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:29.408 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:29.412 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:29.416 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:29.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:29.426 [BundleStart #16] 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 
01:27:29.427 [BundleStart #16] 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) 
01:27:29.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:29.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:29.429 [BundleStart #16] 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 
01:27:29.429 [BundleStart #16] 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) 
01:27:29.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:29.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:29.431 [BundleStart #16] 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 
01:27:29.431 [BundleStart #16] 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) 
01:27:29.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:29.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:29.432 [BundleStart #16] 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 
01:27:29.433 [BundleStart #16] 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) 
01:27:29.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:29.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:29.434 [BundleStart #16] 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 
01:27:29.434 [BundleStart #16] 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) 
01:27:29.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:29.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:29.436 [BundleStart #16] 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 
01:27:29.436 [BundleStart #16] 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) 
01:27:29.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:29.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:29.437 [BundleStart #16] 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 
01:27:29.437 [BundleStart #16] 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) 
01:27:29.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:29.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:29.438 [BundleStart #16] 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 
01:27:29.439 [BundleStart #16] 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) 
01:27:29.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:29.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:29.440 [BundleStart #16] 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 
01:27:29.440 [BundleStart #16] 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) 
01:27:29.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:29.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:29.441 [BundleStart #16] 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 
01:27:29.441 [BundleStart #16] 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) 
01:27:29.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:29.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:29.443 [BundleStart #16] 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 
01:27:29.443 [BundleStart #16] 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) 
01:27:29.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:29.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:29.444 [BundleStart #16] 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 
01:27:29.444 [BundleStart #16] 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) 
01:27:29.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:29.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:29.445 [BundleStart #16] 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 
01:27:29.445 [BundleStart #16] 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) 
01:27:29.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:29.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:29.446 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:29.446 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:29.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:29.447 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:29.447 [BundleStart #16] 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 
01:27:29.447 [BundleStart #16] 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) 
01:27:29.447 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:29.448 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:29.449 [BundleStart #16] 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 
01:27:29.449 [BundleStart #16] 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) 
01:27:29.450 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:29.465 [BundleStart #16] 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)] 
01:27:29.465 [BundleStart #16] 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)] 
01:27:29.468 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:29.468 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:29.471 [BundleStart #16] 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)] 
01:27:29.473 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:29.474 [BundleStart #16] 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@7564020b w/ reference null 
01:27:29.474 [BundleStart #16] 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@7564020b w/ reference null 
01:27:29.475 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:29.479 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:29.489 [BundleStart #16] 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 
01:27:29.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:29.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:29.493 [BundleStart #16] 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 
01:27:29.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:29.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:29.495 [BundleStart #16] 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 
01:27:29.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:29.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:29.496 [BundleStart #16] 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 
01:27:29.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:29.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:29.498 [BundleStart #16] 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 
01:27:29.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:29.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:29.501 [BundleStart #16] 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 
01:27:29.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:29.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:29.502 [BundleStart #16] 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 
01:27:29.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:29.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:29.503 [BundleStart #16] 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 
01:27:29.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:29.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:29.505 [BundleStart #16] 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 
01:27:29.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:29.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:29.506 [BundleStart #16] 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 
01:27:29.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:29.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:29.508 [BundleStart #16] 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 
01:27:29.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:29.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:29.509 [BundleStart #16] 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 
01:27:29.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:29.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:29.512 [BundleStart #16] 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 
01:27:29.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:29.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:29.513 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:29.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:29.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:29.514 [BundleStart #16] 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 
01:27:29.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:29.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:29.518 [BundleStart #16] 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 
01:27:29.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:29.519 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:29.525 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:29.526 [BundleStart #17] 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 
01:27:29.527 [BundleStart #17] 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) 
01:27:29.527 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:29.527 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:29.528 [BundleStart #17] 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 
01:27:29.528 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:29.529 [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-knopflerfish/integration-tests/bundles/namespace.own.consumer.bundle/target/ns.own.consumer-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:29.530 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 
01:27:29.531 [BundleStart #18] 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 
01:27:29.531 [BundleStart #18] 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) 
01:27:29.531 [BundleStart #18] 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)] 
01:27:29.541 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle namespace-test is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:29.542 [BundleStart #18] 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 
01:27:29.542 [BundleStart #18] 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)] 
01:27:29.545 [BundleStart #18] 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)] 
01:27:29.545 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:27:29.546 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [namespace-test (org.eclipse.gemini.blueprint.iandt.ns.own.provider)] 
01:27:29.546 [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@2e53481b 
01:27:29.546 [BundleStart #18] 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 
01:27:29.546 [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) 
01:27:29.547 [BundleStart #18] 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)] 
01:27:29.547 [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) 
01:27:29.549 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:199 - org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest-bundle.properties was not found; using defaults 
01:27:29.549 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:511 - Post processing: creating test bundle 
01:27:29.552 [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 [Sat May 04 01:27:29 UTC 2024]; root of context hierarchy 
01:27:29.560 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:29.562 [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] 
01:27:29.562 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:202 - Automatically creating Manifest for the test bundle 
01:27:29.563 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:366 - Using the test class for generating bundle imports 
01:27:29.565 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 
01:27:29.566 [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... 
01:27:29.569 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class NamespaceProviderAndConsumerTest 
01:27:29.581 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:29.581 [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... 
01:27:29.582 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest 
01:27:29.586 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:29.586 [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... 
01:27:29.587 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:29.588 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:29.589 [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... 
01:27:29.589 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:29.590 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:29.590 [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 
01:27:29.591 [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} 
01:27:29.591 [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] 
01:27:29.591 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:29.592 [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] 
01:27:29.592 [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] 
01:27:29.592 [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]] 
01:27:29.592 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:29.593 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/context.xml] 
01:27:29.593 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:29.593 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:29.593 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:29.593 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:29.594 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:29.594 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:29.594 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:29.594 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:29.595 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:29.595 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 
01:27:29.595 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 
01:27:29.595 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 
01:27:29.602 [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 
01:27:29.602 [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.* 
01:27:29.605 [BundleStart #19] 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)] 
01:27:29.605 [BundleStart #19] 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 
01:27:29.605 [BundleStart #19] 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) 
01:27:29.605 [BundleStart #19] 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)] 
01:27:29.606 [BundleStart #19] 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)] 
01:27:29.606 [BundleStart #19] 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 
01:27:29.607 [BundleStart #19] 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)] 
01:27:29.607 [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 
01:27:29.607 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:29.609 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:29.610 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:29.611 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:29.612 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:29.612 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:29.612 [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. 
01:27:29.613 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:29.614 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:29.615 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:29.615 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:29.615 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:29.616 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:29.617 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:29.617 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:29.618 [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 
01:27:29.619 [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 
01:27:29.621 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:29.621 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider 
01:27:29.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:29.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:29.671 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:29.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:29.762 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 
01:27:29.763 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd at bundle://18/org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 
01:27:29.765 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:29.765 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
BogusHandler initialized
01:27:29.808 [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@11024d1e: 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 
01:27:29.820 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:29.820 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:29.822 [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} 
01:27:29.822 [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] 
01:27:29.834 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:29.838 [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@11024d1e: 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] 
01:27:29.838 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:29.838 [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@36c5481f 
01:27:29.839 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:29.839 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:29.839 [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) 
01:27:29.840 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:29.840 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:29.840 [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) 
01:27:29.840 [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) 
01:27:29.841 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:29.841 [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) 
01:27:29.858 [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@4dabe71a] 
01:27:29.858 [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@6db4e41f] 
01:27:29.897 [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 
01:27:29.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:{} 
01:27:29.899 [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:[] 
01:27:29.900 [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} 
01:27:29.901 [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}] 
01:27:29.902 [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 
01:27:29.904 [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 
01:27:29.904 [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:{} 
01:27:29.904 [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:[] 
01:27:29.905 [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} 
01:27:29.905 [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}] 
01:27:29.905 [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 
01:27:29.907 [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 
01:27:29.907 [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:{} 
01:27:29.907 [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:[] 
01:27:29.907 [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} 
01:27:29.908 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 
01:27:29.908 [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 
01:27:29.909 [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@1fccb245] 
01:27:29.913 [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 [Sat May 04 01:27:29 UTC 2024]; root of context hierarchy] 
01:27:29.915 [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} 
01:27:29.916 [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} 
01:27:29.916 [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 
01:27:29.917 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider 
01:27:29.917 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:29.918 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:29.918 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:29.919 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:29.920 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:29.921 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:29.921 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testTestAutowiring] to OSGi 
01:27:29.934 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTestAutowiring] for execution inside OSGi 
01:27:29.934 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTestAutowiring] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb0f2b9 
01:27:29.935 [main]            INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/ns/context.xml 
01:27:29.936 [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 [Sat May 04 01:27:29 UTC 2024]; root of context hierarchy 
01:27:29.936 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:29.937 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/ns/context.xml] 
01:27:29.940 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:29.941 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:29.941 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:29.942 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:29.969 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 
01:27:29.969 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd at bundle://18/org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 
BogusHandler initialized
01:27:29.971 [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@6ae5aa72: defining beans [bean,nsDate,nsBean]; root of factory hierarchy 
01:27:29.972 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:29.972 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:29.973 [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} 
01:27:29.973 [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] 
01:27:29.974 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@595b007d] 
01:27:29.975 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@72d1ad2e] 
01:27:29.976 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2d7275fc] 
01:27:29.976 [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 [Sat May 04 01:27:29 UTC 2024]; root of context hierarchy] 
01:27:29.977 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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} 
01:27:29.977 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:27:30.008 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:30.009 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testTestAutowiring] 
01:27:30.009 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testTestAutowiring]'s result read 
01:27:30.011 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 
01:27:30.011 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 
01:27:30.012 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testApplicationContextWasProperlyStarted] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@49139829 
01:27:30.012 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:30.013 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 
01:27:30.013 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 
01:27:30.013 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNSBundlePublishedOkay] to OSGi 
01:27:30.014 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNSBundlePublishedOkay] for execution inside OSGi 
01:27:30.014 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNSBundlePublishedOkay] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@9597028 
01:27:30.015 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:30.015 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNSBundlePublishedOkay] 
01:27:30.016 [main]            DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testNSBundlePublishedOkay]'s result read 
01:27:30.016 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 
01:27:30.017 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 
01:27:30.017 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNamespaceFilesOnTheClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6069db50 
01:27:30.018 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:30.018 [main]            TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 
01:27:30.018 [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.396 sec - in org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest
01:27:30.022 [Thread-0]        INFO  o.e.g.b.i.n.NamespaceProviderAndConsumerTest:471 - Shutting down OSGi platform 
01:27:30.023 [Thread-3]        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) 
01:27:30.023 [Thread-3]        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 [Sat May 04 01:27:29 UTC 2024]; root of context hierarchy 
01:27:30.023 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:30.023 [Thread-3]        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 [Sat May 04 01:27:29 UTC 2024]; root of context hierarchy] 
01:27:30.023 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 
01:27:30.057 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:30.066 [Framework shutdown] 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 
01:27:30.066 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 
01:27:30.126 [Framework shutdown] 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 
01:27:30.127 [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) 
01:27:30.127 [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@2e53481b 
01:27:30.127 [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) 
01:27:30.127 [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) 
01:27:30.128 [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) 
01:27:30.128 [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 [Sat May 04 01:27:29 UTC 2024]; root of context hierarchy 
01:27:30.128 [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 [Sat May 04 01:27:29 UTC 2024]; root of context hierarchy] 
01:27:30.129 [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] 
01:27:30.129 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2828c8eb] 
01:27:30.130 [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] 
01:27:30.130 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@331e29ac] 
01:27:30.130 [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] 
01:27:30.130 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4ac9a3] 
01:27:30.131 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:30.132 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:27:30.132 [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@2e53481b 
01:27:30.132 [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 
01:27:30.133 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:30.133 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:30.133 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:30.133 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:30.133 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:30.133 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:30.135 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:27:30.135 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@14a6bbc9 
01:27:30.135 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:30.136 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:30.136 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:30,893 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:31,012 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:31,015 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:31,037 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:31,075 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:31,077 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:31,083 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:31,094 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b1c1ea0 - No compression will be used
01:27:31,101 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:31,101 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:31,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:31,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:31,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:31,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:31,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:31,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:31,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:31,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:31,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:31,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:31,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:31,105 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:31,105 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:31,105 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:31,105 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:31,106 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:31,106 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:31,107 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@305fd85d - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest
01:27:31.165 [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.KnopflerfishPlatform 
01:27:31.170 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:85 - Instantiating platform wrapper... 
01:27:31.182 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6806298272864350435kf 
01:27:31.183 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:215 - About to start Knopflerfish OSGi Platform 
01:27:31.289 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:31.293 [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=} 
01:27:31.294 [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} 
01:27:31.295 [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} 
01:27:31.296 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:31.423 [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] 
01:27:31.438 [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] 
01:27:31.444 [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] 
01:27:31.446 [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] 
01:27:31.454 [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] 
01:27:31.464 [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] 
01:27:31.466 [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] 
01:27:31.470 [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] 
01:27:31.475 [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] 
01:27:31.481 [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] 
01:27:31.499 [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] 
01:27:31.501 [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] 
01:27:31.506 [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] 
01:27:31.513 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:31.515 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:31.519 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:31.523 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:31.561 [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] 
01:27:31.569 [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] 
01:27:31.574 [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] 
01:27:31.576 [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] 
01:27:31.576 [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] 
01:27:31.577 [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] 
01:27:31.578 [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] 
01:27:31.580 [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] 
01:27:31.591 [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] 
01:27:31.593 [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] 
01:27:31.604 [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] 
01:27:31.605 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 
01:27:31.606 [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] 
01:27:31.609 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:31.611 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:31.613 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:31,658 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:31,704 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:31,707 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:31,718 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:31,744 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:31,746 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:31,750 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:31,759 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@284d0ad4 - No compression will be used
01:27:31,764 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:31,764 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:31,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:31,767 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:31,767 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:31,767 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:31,767 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:31,768 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:31,768 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:31,768 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:31,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:31,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:31,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:31,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:31,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:31,770 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:31,770 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:31,771 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:31,771 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:31,772 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@204f6354 - Registering current configuration as safe fallback point
01:27:31.787 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:31.799 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:31.978 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:31.979 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:31.983 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:31.987 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:31.992 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:31.994 [BundleStart #16] 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 
01:27:31.995 [BundleStart #16] 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) 
01:27:31.995 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:31.996 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:31.998 [BundleStart #16] 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 
01:27:31.998 [BundleStart #16] 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) 
01:27:31.999 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:31.999 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:32.002 [BundleStart #16] 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 
01:27:32.002 [BundleStart #16] 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) 
01:27:32.002 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:32.003 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:32.004 [BundleStart #16] 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 
01:27:32.004 [BundleStart #16] 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) 
01:27:32.004 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:32.005 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:32.006 [BundleStart #16] 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 
01:27:32.006 [BundleStart #16] 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) 
01:27:32.007 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:32.007 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:32.010 [BundleStart #16] 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 
01:27:32.010 [BundleStart #16] 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) 
01:27:32.010 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:32.011 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:32.011 [BundleStart #16] 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 
01:27:32.012 [BundleStart #16] 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) 
01:27:32.012 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:32.012 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:32.013 [BundleStart #16] 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 
01:27:32.013 [BundleStart #16] 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) 
01:27:32.013 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:32.014 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:32.015 [BundleStart #16] 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 
01:27:32.015 [BundleStart #16] 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) 
01:27:32.015 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:32.016 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:32.017 [BundleStart #16] 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 
01:27:32.018 [BundleStart #16] 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) 
01:27:32.018 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:32.019 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:32.020 [BundleStart #16] 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 
01:27:32.020 [BundleStart #16] 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) 
01:27:32.020 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:32.021 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:32.022 [BundleStart #16] 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 
01:27:32.022 [BundleStart #16] 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) 
01:27:32.022 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:32.023 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:32.026 [BundleStart #16] 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 
01:27:32.026 [BundleStart #16] 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) 
01:27:32.026 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:32.026 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:32.027 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:32.027 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:32.027 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:32.027 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:32.028 [BundleStart #16] 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 
01:27:32.028 [BundleStart #16] 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) 
01:27:32.028 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:32.029 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:32.031 [BundleStart #16] 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 
01:27:32.031 [BundleStart #16] 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) 
01:27:32.032 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:32.042 [BundleStart #16] 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)] 
01:27:32.042 [BundleStart #16] 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)] 
01:27:32.045 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:32.045 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:32.049 [BundleStart #16] 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)] 
01:27:32.052 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:32.053 [BundleStart #16] 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@6ca4ed7c w/ reference null 
01:27:32.053 [BundleStart #16] 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@6ca4ed7c w/ reference null 
01:27:32.054 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:32.058 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:32.069 [BundleStart #16] 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 
01:27:32.069 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:32.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:32.072 [BundleStart #16] 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 
01:27:32.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:32.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:32.075 [BundleStart #16] 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 
01:27:32.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:32.076 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:32.076 [BundleStart #16] 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 
01:27:32.077 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:32.077 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:32.078 [BundleStart #16] 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 
01:27:32.079 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:32.079 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:32.081 [BundleStart #16] 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 
01:27:32.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:32.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:32.082 [BundleStart #16] 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 
01:27:32.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:32.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:32.083 [BundleStart #16] 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 
01:27:32.084 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:32.084 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:32.085 [BundleStart #16] 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 
01:27:32.085 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:32.085 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:32.087 [BundleStart #16] 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 
01:27:32.087 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:32.087 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:32.089 [BundleStart #16] 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 
01:27:32.089 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:32.089 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:32.090 [BundleStart #16] 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 
01:27:32.090 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:32.090 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:32.093 [BundleStart #16] 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 
01:27:32.093 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:32.094 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:32.094 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:32.095 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:32.095 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:32.095 [BundleStart #16] 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 
01:27:32.096 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:32.096 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:32.099 [BundleStart #16] 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 
01:27:32.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:32.100 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:32.107 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:32.108 [BundleStart #17] 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 
01:27:32.108 [BundleStart #17] 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) 
01:27:32.108 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:32.109 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:32.114 [BundleStart #17] 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 
01:27:32.114 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:32.116 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:199 - org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest-bundle.properties was not found; using defaults 
01:27:32.117 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:511 - Post processing: creating test bundle 
01:27:32.131 [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] 
01:27:32.132 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:202 - Automatically creating Manifest for the test bundle 
01:27:32.133 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:366 - Using the test class for generating bundle imports 
01:27:32.137 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 
01:27:32.138 [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... 
01:27:32.142 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest 
01:27:32.154 [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 
01:27:32.154 [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... 
01:27:32.154 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2 
01:27:32.155 [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 
01:27:32.155 [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... 
01:27:32.155 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2 
01:27:32.156 [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 
01:27:32.156 [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... 
01:27:32.156 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor 
01:27:32.157 [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 
01:27:32.157 [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... 
01:27:32.157 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2 
01:27:32.158 [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 
01:27:32.158 [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... 
01:27:32.158 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2 
01:27:32.159 [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 
01:27:32.159 [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... 
01:27:32.159 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor 
01:27:32.159 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:32.160 [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... 
01:27:32.160 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest 
01:27:32.162 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:32.163 [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... 
01:27:32.163 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:32.164 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:32.164 [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... 
01:27:32.165 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:32.165 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:32.166 [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 
01:27:32.166 [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} 
01:27:32.166 [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] 
01:27:32.166 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:32.167 [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] 
01:27:32.167 [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] 
01:27:32.167 [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]] 
01:27:32.168 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:32.168 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:32.168 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:32.168 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:32.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:32.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:32.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:32.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:32.169 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:32.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:32.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 
01:27:32.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 
01:27:32.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 
01:27:32.170 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 
01:27:32.171 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 
01:27:32.171 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 
01:27:32.171 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 
01:27:32.171 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 
01:27:32.171 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 
01:27:32.171 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 
01:27:32.172 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 
01:27:32.172 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 
01:27:32.180 [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 
01:27:32.180 [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.* 
01:27:32.184 [BundleStart #18] 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)] 
01:27:32.184 [BundleStart #18] 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 
01:27:32.185 [BundleStart #18] 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) 
01:27:32.185 [BundleStart #18] 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)] 
01:27:32.185 [BundleStart #18] 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)] 
01:27:32.186 [BundleStart #18] 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 
01:27:32.186 [BundleStart #18] 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)] 
01:27:32.186 [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 
01:27:32.186 [main]            DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:32.188 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:32.189 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:32.190 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:32.191 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:32.191 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:32.192 [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. 
01:27:32.192 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:32.193 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:32.194 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:32.194 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:32.194 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:32.195 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:32.195 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:32.196 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:32.196 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:32.197 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:32.197 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:32.198 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:32.199 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:32.200 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:364 - Writing test name [testOrderOfRegistryAndFactoryPostProcessorInvocations] to OSGi 
01:27:32.215 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOrderOfRegistryAndFactoryPostProcessorInvocations] for execution inside OSGi 
01:27:32.216 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOrderOfRegistryAndFactoryPostProcessorInvocations] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2a798d51 
01:27:32.216 [main]            INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 
01:27:32.230 [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 [Sat May 04 01:27:32 UTC 2024]; root of context hierarchy 
01:27:32.237 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:32.271 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml] 
01:27:32.308 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:32.308 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:32.309 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:32.310 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:32.437 [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@192c3f1e: defining beans [registryPostProcessorUnordered,registryPostProcessorPriorityOrdered,registryPostProcessorOrdered,factoryPostProcessorUnordered,factoryPostProcessorPriorityOrdered,factoryPostProcessorOrdered]; root of factory hierarchy 
01:27:32.448 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:32.449 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:32.450 [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} 
01:27:32.451 [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] 
01:27:32.485 [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] 
01:27:32.490 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@20f5239f] 
01:27:32.490 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@57af006c] 
01:27:32.493 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@37654521] 
01:27:32.496 [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 [Sat May 04 01:27:32 UTC 2024]; root of context hierarchy] 
01:27:32.498 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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} 
01:27:32.500 [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} 
01:27:32.618 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:32.619 [main]            TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:440 - Reading OSGi results for test [testOrderOfRegistryAndFactoryPostProcessorInvocations] 
01:27:32.620 [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.461 sec - in org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest
01:27:32.624 [Thread-0]        INFO  o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:471 - Shutting down OSGi platform 
01:27:32.625 [Thread-3]        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) 
01:27:32.625 [Thread-3]        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 [Sat May 04 01:27:32 UTC 2024]; root of context hierarchy 
01:27:32.625 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:32.626 [Thread-3]        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 [Sat May 04 01:27:32 UTC 2024]; root of context hierarchy] 
01:27:32.626 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:32.626 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:32.626 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:32.626 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:32.626 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:32.627 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:32.627 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:32.628 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:32.628 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:27:32.628 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:32.629 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:32.630 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:33,307 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:33,438 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:33,441 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:33,464 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:33,503 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:33,505 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:33,511 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:33,522 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:27:33,529 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:33,529 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:33,531 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:33,531 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:33,531 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:33,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:33,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:33,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:33,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:33,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:33,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:33,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:33,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:33,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:33,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:33,533 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:33,533 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:33,534 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:33,534 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:33,535 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest
01:27:33.670 [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.KnopflerfishPlatform 
01:27:33.675 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:85 - Instantiating platform wrapper... 
01:27:33.687 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6058410436202173045kf 
01:27:33.688 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:215 - About to start Knopflerfish OSGi Platform 
01:27:33.796 [main]            INFO  o.e.g.b.i.p.PropertyPlaceholderTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:33.800 [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=} 
01:27:33.801 [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} 
01:27:33.803 [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} 
01:27:33.803 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:33.941 [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] 
01:27:33.957 [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] 
01:27:33.962 [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] 
01:27:33.965 [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] 
01:27:33.973 [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] 
01:27:33.984 [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] 
01:27:33.986 [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] 
01:27:33.990 [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] 
01:27:33.996 [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] 
01:27:34.002 [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] 
01:27:34.022 [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] 
01:27:34.025 [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] 
01:27:34.029 [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] 
01:27:34.057 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:34.059 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:34.064 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:34.067 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:34.071 [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] 
01:27:34.093 [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] 
01:27:34.102 [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] 
01:27:34.108 [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] 
01:27:34.110 [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] 
01:27:34.111 [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] 
01:27:34.112 [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] 
01:27:34.113 [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] 
01:27:34.115 [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] 
01:27:34.119 [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] 
01:27:34.120 [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] 
01:27:34.127 [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] 
01:27:34.127 [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] 
01:27:34.128 [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] 
01:27:34.132 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:34.134 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:34.136 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:34,179 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:34,219 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:34,222 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:34,233 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:34,260 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:34,262 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:34,266 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:34,274 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1ec68be5 - No compression will be used
01:27:34,279 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:34,279 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:34,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:34,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:34,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:34,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:34,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:34,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:34,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:34,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:34,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:34,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:34,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:34,283 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:34,283 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:34,283 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:34,283 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:34,284 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:34,284 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:34,285 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@220eb127 - Registering current configuration as safe fallback point
01:27:34.298 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:34.309 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:34.467 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:34.468 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:34.472 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:34.475 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:34.484 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:34.486 [BundleStart #16] 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 
01:27:34.486 [BundleStart #16] 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) 
01:27:34.486 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:34.487 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:34.488 [BundleStart #16] 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 
01:27:34.489 [BundleStart #16] 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) 
01:27:34.489 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:34.489 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:34.490 [BundleStart #16] 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 
01:27:34.491 [BundleStart #16] 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) 
01:27:34.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:34.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:34.492 [BundleStart #16] 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 
01:27:34.492 [BundleStart #16] 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) 
01:27:34.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:34.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:34.493 [BundleStart #16] 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 
01:27:34.494 [BundleStart #16] 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) 
01:27:34.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:34.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:34.495 [BundleStart #16] 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 
01:27:34.495 [BundleStart #16] 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) 
01:27:34.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:34.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:34.496 [BundleStart #16] 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 
01:27:34.497 [BundleStart #16] 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) 
01:27:34.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:34.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:34.498 [BundleStart #16] 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 
01:27:34.498 [BundleStart #16] 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) 
01:27:34.498 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:34.498 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:34.499 [BundleStart #16] 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 
01:27:34.499 [BundleStart #16] 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) 
01:27:34.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:34.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:34.501 [BundleStart #16] 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 
01:27:34.501 [BundleStart #16] 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) 
01:27:34.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:34.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:34.502 [BundleStart #16] 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 
01:27:34.502 [BundleStart #16] 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) 
01:27:34.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:34.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:34.503 [BundleStart #16] 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 
01:27:34.503 [BundleStart #16] 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) 
01:27:34.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:34.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:34.505 [BundleStart #16] 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 
01:27:34.505 [BundleStart #16] 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) 
01:27:34.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:34.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:34.506 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:34.506 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:34.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:34.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:34.507 [BundleStart #16] 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 
01:27:34.507 [BundleStart #16] 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) 
01:27:34.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:34.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:34.509 [BundleStart #16] 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 
01:27:34.509 [BundleStart #16] 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) 
01:27:34.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:34.519 [BundleStart #16] 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)] 
01:27:34.519 [BundleStart #16] 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)] 
01:27:34.522 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:34.522 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:34.525 [BundleStart #16] 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)] 
01:27:34.527 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:34.528 [BundleStart #16] 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@273936b4 w/ reference null 
01:27:34.528 [BundleStart #16] 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@273936b4 w/ reference null 
01:27:34.529 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:34.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:34.543 [BundleStart #16] 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 
01:27:34.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:34.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:34.547 [BundleStart #16] 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 
01:27:34.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:34.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:34.549 [BundleStart #16] 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 
01:27:34.550 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:34.550 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:34.550 [BundleStart #16] 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 
01:27:34.551 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:34.551 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:34.558 [BundleStart #16] 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 
01:27:34.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:34.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:34.560 [BundleStart #16] 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 
01:27:34.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:34.561 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:34.561 [BundleStart #16] 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 
01:27:34.561 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:34.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:34.562 [BundleStart #16] 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 
01:27:34.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:34.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:34.564 [BundleStart #16] 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 
01:27:34.564 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:34.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:34.566 [BundleStart #16] 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 
01:27:34.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:34.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:34.568 [BundleStart #16] 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 
01:27:34.568 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:34.568 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:34.569 [BundleStart #16] 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 
01:27:34.569 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:34.569 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:34.571 [BundleStart #16] 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 
01:27:34.572 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:34.572 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:34.572 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:34.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:34.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:34.573 [BundleStart #16] 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 
01:27:34.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:34.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:34.577 [BundleStart #16] 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 
01:27:34.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:34.579 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:34.585 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:34.586 [BundleStart #17] 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 
01:27:34.586 [BundleStart #17] 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) 
01:27:34.586 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:34.586 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:34.587 [BundleStart #17] 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 
01:27:34.588 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:34.588 [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] 
01:27:34.599 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 
01:27:34.600 [BundleStart #18] 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 
01:27:34.600 [BundleStart #18] 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) 
01:27:34.601 [BundleStart #18] 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)] 
01:27:34.601 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 
01:27:34.602 [BundleStart #18] 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 
01:27:34.602 [BundleStart #18] 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)] 
01:27:34.604 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 
01:27:34.605 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:511 - Post processing: creating test bundle 
01:27:34.617 [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] 
01:27:34.617 [main]            INFO  o.e.g.b.i.p.PropertyPlaceholderTest:202 - Automatically creating Manifest for the test bundle 
01:27:34.618 [main]            INFO  o.e.g.b.i.p.PropertyPlaceholderTest:366 - Using the test class for generating bundle imports 
01:27:34.620 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 
01:27:34.620 [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... 
01:27:34.624 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class PropertyPlaceholderTest 
01:27:34.638 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:34.638 [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... 
01:27:34.638 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest 
01:27:34.641 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:34.641 [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... 
01:27:34.641 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:34.643 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:34.643 [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... 
01:27:34.643 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:34.644 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:34.644 [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 
01:27:34.644 [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} 
01:27:34.645 [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] 
01:27:34.645 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:34.645 [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] 
01:27:34.645 [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] 
01:27:34.646 [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]] 
01:27:34.646 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:34.646 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:34.646 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:34.647 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:34.647 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:34.647 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:34.647 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:34.647 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:34.647 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:34.648 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:34.648 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 
01:27:34.648 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 
01:27:34.648 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 
01:27:34.648 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 
01:27:34.659 [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 
01:27:34.659 [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.* 
01:27:34.662 [BundleStart #19] 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)] 
01:27:34.663 [BundleStart #19] 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 
01:27:34.663 [BundleStart #19] 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) 
01:27:34.663 [BundleStart #19] 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)] 
01:27:34.663 [BundleStart #19] 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)] 
01:27:34.664 [BundleStart #19] 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 
01:27:34.664 [BundleStart #19] 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)] 
01:27:34.665 [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 
01:27:34.665 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:34.667 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:34.668 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:34.669 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:34.670 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:34.670 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:34.670 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.felix.configadmin] does not trigger a context creation. 
01:27:34.671 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:34.672 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:34.672 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:34.673 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:34.673 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:34.673 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:34.674 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:34.675 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:34.675 [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. 
01:27:34.675 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:34.676 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:34.676 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:34.676 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:34.678 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:34.678 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFallbackProperties] to OSGi 
01:27:34.692 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFallbackProperties] for execution inside OSGi 
01:27:34.692 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFallbackProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4a94ee4 
01:27:34.693 [main]            INFO  o.e.g.b.i.p.PropertyPlaceholderTest:190 - Loading context for locations:  
01:27:34.706 [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 [Sat May 04 01:27:34 UTC 2024]; root of context hierarchy 
01:27:34.713 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:34.732 [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@385c9627: defining beans []; root of factory hierarchy 
01:27:34.743 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:34.743 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:34.744 [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} 
01:27:34.745 [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] 
01:27:34.749 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4e50c791] 
01:27:34.749 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7530ad9c] 
01:27:34.751 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1190200a] 
01:27:34.755 [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 [Sat May 04 01:27:34 UTC 2024]; root of context hierarchy] 
01:27:34.757 [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} 
01:27:34.759 [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} 
01:27:34.804 [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 [Sat May 04 01:27:34 UTC 2024]; root of context hierarchy 
01:27:34.804 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:34.815 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml] 
01:27:34.846 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:34.847 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:34.848 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:34.848 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:34.929 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 
01:27:34.929 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 
01:27:34.933 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:34.934 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:34.963 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 
01:27:34.963 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundle://10/org/springframework/context/config/spring-context.xsd 
01:27:34.968 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
01:27:34.969 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 
01:27:35.003 [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@6283d8b8: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 
01:27:35.003 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:35.003 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:35.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} 
01:27:35.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] 
01:27:35.026 [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 
01:27:35.027 [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 
01:27:35.029 [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 
01:27:35.030 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:27:35.031 [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 
01:27:35.057 [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 
01:27:35.057 [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 
01:27:35.058 [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 
01:27:35.079 [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 
01:27:35.079 [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 
01:27:35.080 [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 
01:27:35.081 [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 
01:27:35.081 [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 
01:27:35.083 [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 
01:27:35.084 [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 
01:27:35.085 [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 
01:27:35.087 [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 
01:27:35.088 [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 
01:27:35.089 [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 
01:27:35.090 [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 
01:27:35.090 [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 
01:27:35.097 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1a942c18] 
01:27:35.098 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@55a147cc] 
01:27:35.191 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@793f29ff] 
01:27:35.192 [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 [Sat May 04 01:27:34 UTC 2024]; root of context hierarchy] 
01:27:35.192 [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} 
01:27:35.193 [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} 
01:27:35.194 [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) 
01:27:35.195 [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 [Sat May 04 01:27:34 UTC 2024]; root of context hierarchy 
01:27:35.195 [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 [Sat May 04 01:27:34 UTC 2024]; root of context hierarchy] 
01:27:35.196 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:35.197 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:35.197 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFallbackProperties] 
01:27:35.198 [main]            DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:447 - Test[testFallbackProperties]'s result read 
01:27:35.199 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFoundProperties] to OSGi 
01:27:35.200 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFoundProperties] for execution inside OSGi 
01:27:35.200 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFoundProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@74d1dc36 
01:27:35.201 [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 [Sat May 04 01:27:35 UTC 2024]; root of context hierarchy 
01:27:35.202 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:35.203 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml] 
01:27:35.206 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:35.206 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:35.207 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:35.207 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:35.233 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 
01:27:35.234 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/compendium/config/spring-osgi-compendium-2.0.xsd 
01:27:35.236 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:35.237 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:35.265 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 
01:27:35.265 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/context/config/spring-context.xsd at bundle://10/org/springframework/context/config/spring-context.xsd 
01:27:35.268 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 
01:27:35.269 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-tool.xsd at bundle://8/org/springframework/beans/factory/xml/spring-tool.xsd 
01:27:35.276 [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@35dab4eb: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 
01:27:35.276 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:35.277 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:35.277 [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} 
01:27:35.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] 
01:27:35.282 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@72cc7e6f] 
01:27:35.282 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5afa3c9] 
01:27:35.289 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@606e4010] 
01:27:35.290 [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 [Sat May 04 01:27:35 UTC 2024]; root of context hierarchy] 
01:27:35.290 [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} 
01:27:35.291 [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} 
01:27:35.292 [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) 
01:27:35.292 [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 [Sat May 04 01:27:35 UTC 2024]; root of context hierarchy 
01:27:35.292 [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 [Sat May 04 01:27:35 UTC 2024]; root of context hierarchy] 
01:27:35.293 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:35.293 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:35.293 [main]            TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFoundProperties] 
01:27:35.294 [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.629 sec - in org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest
01:27:35.298 [Thread-0]        INFO  o.e.g.b.i.p.PropertyPlaceholderTest:471 - Shutting down OSGi platform 
01:27:35.298 [Thread-3]        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) 
01:27:35.299 [Thread-3]        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 [Sat May 04 01:27:34 UTC 2024]; root of context hierarchy 
01:27:35.299 [Thread-3]        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 [Sat May 04 01:27:34 UTC 2024]; root of context hierarchy] 
01:27:35.299 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:35.299 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:35.300 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:35.300 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:35.300 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:35.300 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:35.300 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:35.301 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:35.301 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:35.302 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:27:35.303 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:27:35.303 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:35.304 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:35.305 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:35,999 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:36,115 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:36,119 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:36,141 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:36,180 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:36,182 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:36,188 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:36,197 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:27:36,205 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:36,205 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:36,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:36,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:36,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:36,207 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:36,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:36,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:36,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:36,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:36,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:36,208 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:36,209 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:36,209 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:36,209 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:36,209 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:36,209 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:36,210 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:36,210 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:36,211 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest
01:27:36.331 [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.KnopflerfishPlatform 
01:27:36.336 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:85 - Instantiating platform wrapper... 
01:27:36.349 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi235232568592307063kf 
01:27:36.349 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:215 - About to start Knopflerfish OSGi Platform 
01:27:36.456 [main]            INFO  o.e.g.b.i.p.l.ProxiedListenerTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:36.460 [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=} 
01:27:36.461 [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} 
01:27:36.462 [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} 
01:27:36.463 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:36.599 [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] 
01:27:36.615 [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] 
01:27:36.620 [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] 
01:27:36.622 [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] 
01:27:36.631 [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] 
01:27:36.641 [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] 
01:27:36.643 [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] 
01:27:36.647 [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] 
01:27:36.660 [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] 
01:27:36.666 [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] 
01:27:36.684 [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] 
01:27:36.686 [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] 
01:27:36.691 [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] 
01:27:36.698 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:36.700 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:36.705 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:36.708 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:36.711 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:36.725 [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] 
01:27:36.766 [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] 
01:27:36.773 [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] 
01:27:36.775 [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] 
01:27:36.776 [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] 
01:27:36.777 [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] 
01:27:36.777 [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] 
01:27:36.780 [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] 
01:27:36.784 [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] 
01:27:36.785 [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] 
01:27:36.791 [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] 
01:27:36.792 [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] 
01:27:36.793 [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] 
01:27:36.797 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:36.799 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:36.801 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:36,831 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:36,871 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:36,874 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:36,885 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:36,911 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:36,913 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:36,917 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:36,925 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@19011b30 - No compression will be used
01:27:36,929 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:36,929 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:36,931 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:36,931 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:36,932 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:36,932 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:36,932 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:36,932 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:36,933 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:36,933 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:36,933 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:36,934 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:36,934 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:36,934 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:36,934 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:36,934 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:36,935 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:36,935 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:36,936 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:36,937 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7fde57e3 - Registering current configuration as safe fallback point
01:27:36.950 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:36.960 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:37.132 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:37.133 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:37.137 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:37.142 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:37.150 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:37.152 [BundleStart #16] 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 
01:27:37.153 [BundleStart #16] 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) 
01:27:37.153 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:37.154 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:37.157 [BundleStart #16] 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 
01:27:37.157 [BundleStart #16] 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) 
01:27:37.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:37.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:37.160 [BundleStart #16] 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 
01:27:37.161 [BundleStart #16] 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) 
01:27:37.161 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:37.162 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:37.162 [BundleStart #16] 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 
01:27:37.163 [BundleStart #16] 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) 
01:27:37.163 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:37.164 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:37.165 [BundleStart #16] 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 
01:27:37.165 [BundleStart #16] 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) 
01:27:37.165 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:37.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:37.168 [BundleStart #16] 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 
01:27:37.168 [BundleStart #16] 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) 
01:27:37.168 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:37.169 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:37.169 [BundleStart #16] 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 
01:27:37.170 [BundleStart #16] 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) 
01:27:37.170 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:37.171 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:37.171 [BundleStart #16] 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 
01:27:37.172 [BundleStart #16] 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) 
01:27:37.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:37.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:37.173 [BundleStart #16] 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 
01:27:37.174 [BundleStart #16] 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) 
01:27:37.174 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:37.174 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:37.176 [BundleStart #16] 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 
01:27:37.176 [BundleStart #16] 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) 
01:27:37.176 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:37.177 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:37.178 [BundleStart #16] 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 
01:27:37.178 [BundleStart #16] 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) 
01:27:37.178 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:37.179 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:37.179 [BundleStart #16] 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 
01:27:37.180 [BundleStart #16] 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) 
01:27:37.180 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:37.181 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:37.182 [BundleStart #16] 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 
01:27:37.182 [BundleStart #16] 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) 
01:27:37.182 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:37.183 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:37.183 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:37.183 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:37.183 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:37.184 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:37.184 [BundleStart #16] 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 
01:27:37.184 [BundleStart #16] 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) 
01:27:37.185 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:37.185 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:37.187 [BundleStart #16] 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 
01:27:37.187 [BundleStart #16] 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) 
01:27:37.187 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:37.197 [BundleStart #16] 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)] 
01:27:37.197 [BundleStart #16] 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)] 
01:27:37.200 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:37.200 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:37.203 [BundleStart #16] 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)] 
01:27:37.206 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:37.206 [BundleStart #16] 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@698cbee2 w/ reference null 
01:27:37.207 [BundleStart #16] 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@698cbee2 w/ reference null 
01:27:37.208 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:37.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:37.223 [BundleStart #16] 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 
01:27:37.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:37.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:37.227 [BundleStart #16] 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 
01:27:37.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:37.228 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:37.230 [BundleStart #16] 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 
01:27:37.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:37.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:37.232 [BundleStart #16] 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 
01:27:37.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:37.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:37.235 [BundleStart #16] 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 
01:27:37.236 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:37.236 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:37.238 [BundleStart #16] 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 
01:27:37.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:37.239 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:37.240 [BundleStart #16] 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 
01:27:37.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:37.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:37.241 [BundleStart #16] 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 
01:27:37.242 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:37.242 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:37.244 [BundleStart #16] 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 
01:27:37.244 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:37.245 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:37.246 [BundleStart #16] 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 
01:27:37.247 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:37.247 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:37.250 [BundleStart #16] 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 
01:27:37.250 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:37.251 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:37.252 [BundleStart #16] 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 
01:27:37.252 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:37.252 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:37.254 [BundleStart #16] 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 
01:27:37.255 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:37.255 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:37.256 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:37.256 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:37.256 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:37.257 [BundleStart #16] 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 
01:27:37.258 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:37.258 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:37.264 [BundleStart #16] 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 
01:27:37.265 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:37.266 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:37.274 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:37.276 [BundleStart #17] 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 
01:27:37.276 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:37.277 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:37.277 [BundleStart #17] 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 
01:27:37.277 [BundleStart #17] 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) 
01:27:37.278 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:37.278 [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-knopflerfish/integration-tests/bundles/proxy.listener/target/proxy.listener-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:37.279 [BundleStart #18] 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)] 
01:27:37.280 [BundleStart #18] 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 
01:27:37.280 [BundleStart #18] 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)] 
01:27:37.280 [BundleStart #18] 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)] 
01:27:37.281 [BundleStart #18] 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 
01:27:37.281 [BundleStart #18] 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) 
01:27:37.282 [BundleStart #18] 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)] 
01:27:37.291 [BundleStart #18] 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... 
01:27:37.292 [BundleStart #18] 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 
01:27:37.293 [BundleStart #18] 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)] 
01:27:37.295 [BundleStart #18] 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)] 
01:27:37.295 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:27:37.296 [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@6c477ebd 
01:27:37.297 [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) 
01:27:37.297 [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) 
01:27:37.298 [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 
01:27:37.299 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:511 - Post processing: creating test bundle 
01:27:37.304 [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 [Sat May 04 01:27:37 UTC 2024]; root of context hierarchy 
01:27:37.314 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:37.317 [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] 
01:27:37.317 [main]            INFO  o.e.g.b.i.p.l.ProxiedListenerTest:202 - Automatically creating Manifest for the test bundle 
01:27:37.318 [main]            INFO  o.e.g.b.i.p.l.ProxiedListenerTest:366 - Using the test class for generating bundle imports 
01:27:37.321 [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 
01:27:37.321 [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... 
01:27:37.327 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class ProxiedListenerTest 
01:27:37.345 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:37.345 [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... 
01:27:37.345 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest 
01:27:37.361 [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 
01:27:37.361 [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... 
01:27:37.361 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:37.363 [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 
01:27:37.364 [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... 
01:27:37.364 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:37.365 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:37.365 [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 
01:27:37.366 [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} 
01:27:37.366 [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] 
01:27:37.367 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:37.367 [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] 
01:27:37.367 [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] 
01:27:37.368 [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]] 
01:27:37.368 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:37.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:37.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:37.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:37.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:37.370 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:37.370 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:37.370 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:37.371 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:37.371 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:37.371 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 
01:27:37.371 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 
01:27:37.372 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 
01:27:37.372 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 
01:27:37.372 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/config.xml] 
01:27:37.381 [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 
01:27:37.381 [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.* 
01:27:37.384 [BundleStart #19] 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)] 
01:27:37.385 [BundleStart #19] 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 
01:27:37.385 [BundleStart #19] 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)] 
01:27:37.386 [BundleStart #19] 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)] 
01:27:37.386 [BundleStart #19] 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 
01:27:37.386 [BundleStart #19] 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) 
01:27:37.386 [BundleStart #19] 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)] 
01:27:37.387 [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 
01:27:37.387 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:37.390 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:37.391 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:37.393 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:37.394 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:37.395 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:37.395 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:37.396 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:37.398 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:37.398 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:37.399 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:37.400 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:37.400 [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 
01:27:37.401 [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 
01:27:37.404 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:37.405 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener 
01:27:37.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:37.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:37.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:37.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:37.524 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:37.524 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:37.587 [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@4a80a165: defining beans [listener,export]; root of factory hierarchy 
01:27:37.599 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:37.599 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:37.600 [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} 
01:27:37.601 [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] 
01:27:37.611 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:37.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4a80a165: defining beans [listener,export]; root of factory hierarchy] 
01:27:37.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:37.616 [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@55f16e0d 
01:27:37.616 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:37.616 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:37.616 [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) 
01:27:37.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:37.617 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:37.617 [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) 
01:27:37.617 [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) 
01:27:37.617 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:37.618 [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) 
01:27:37.621 [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@a0dba52] 
01:27:37.621 [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@3537db12] 
01:27:37.652 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export] is being tracked for dependencies 
01:27:37.653 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export] depends (transitively) on the following importers:{} 
01:27:37.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export] depends on importers:[] 
01:27:37.655 [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 {} 
01:27:37.655 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener}] 
01:27:37.657 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export] started; all its dependencies are satisfied 
01:27:37.658 [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@774462b2] 
01:27:37.661 [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 [Sat May 04 01:27:37 UTC 2024]; root of context hierarchy] 
01:27:37.663 [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} 
01:27:37.664 [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} 
01:27:37.665 [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 
01:27:37.665 [main]            DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener 
01:27:37.666 [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. 
01:27:37.666 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:37.668 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:37.668 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:37.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:37.669 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:37.669 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:37.670 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:37.672 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:37.672 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:364 - Writing test name [testListenerProxy] to OSGi 
01:27:37.685 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerProxy] for execution inside OSGi 
01:27:37.686 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerProxy] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:27:37.687 [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 
01:27:37.687 [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 [Sat May 04 01:27:37 UTC 2024]; root of context hierarchy 
01:27:37.688 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:37.689 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml] 
01:27:37.692 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:37.693 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:37.693 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:37.694 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:37.722 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:37.723 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:37.736 [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@478190fc: defining beans [listener,reference]; root of factory hierarchy 
01:27:37.736 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:37.737 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:37.737 [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} 
01:27:37.737 [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] 
01:27:37.738 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1189dd52] 
01:27:37.739 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@36bc55de] 
01:27:37.757 [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)] 
01:27:37.757 [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)] 
01:27:37.758 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:27:37.765 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:27:37.774 [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 
01:27:37.775 [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 
01:27:37.775 [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 
01:27:37.776 [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 
01:27:37.776 [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 
01:27:37.779 [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)] 
01:27:37.779 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4da111a0} 
01:27:37.780 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4da111a0] bound to proxy 
01:27:37.780 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4da111a0] bound to proxy 
01:27:37.783 [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 
01:27:37.784 [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 
01:27:37.785 [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 
01:27:37.786 [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 
01:27:37.787 [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 
01:27:37.789 [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 
01:27:37.790 [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 
01:27:37.791 [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 
01:27:37.791 [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 
01:27:37.792 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:27:37.792 [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)] 
01:27:37.793 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:27:37.793 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:27:37.798 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:27:37.798 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:27:37.798 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference null 
01:27:37.799 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service  with props=null 
01:27:37.799 [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) 
01:27:37.805 [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=9} 
Unbind service null w/ props null
01:27:37.806 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference null 
01:27:37.807 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@139982de] 
01:27:37.807 [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 [Sat May 04 01:27:37 UTC 2024]; root of context hierarchy] 
01:27:37.808 [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} 
01:27:37.808 [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
01:27:37.858 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] bound to proxy 
01:27:37.858 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] bound to proxy 
01:27:37.859 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference org.knopflerfish.framework.ServiceReferenceImpl@179ece50 
01:27:37.859 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@3b0090a4 with props={objectClass=[Ljava.lang.String;@3cd3e762, service.id=12} 
01:27:37.860 [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@1fa121e2 w/ props {objectClass=[Ljava.lang.String;@3cd3e762, service.id=12}
01:27:37.860 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference org.knopflerfish.framework.ServiceReferenceImpl@179ece50 
01:27:37.861 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference org.knopflerfish.framework.ServiceReferenceImpl@179ece50 
01:27:37.861 [main]            TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@3b0090a4 with props={objectClass=[Ljava.lang.String;@7eac9008, service.id=12} 
01:27:37.861 [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@1fa121e2 w/ props {objectClass=[Ljava.lang.String;@7eac9008, service.id=12}
01:27:37.862 [main]            DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@3754a4bf w/ reference org.knopflerfish.framework.ServiceReferenceImpl@179ece50 
01:27:37.862 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] was unregistered and unbound from the service proxy 
01:27:37.862 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] was unregistered and unbound from the service proxy 
01:27:37.863 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:37.863 [main]            TRACE o.e.g.b.i.p.l.ProxiedListenerTest:440 - Reading OSGi results for test [testListenerProxy] 
01:27:37.864 [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.539 sec - in org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest
01:27:37.869 [Thread-0]        INFO  o.e.g.b.i.p.l.ProxiedListenerTest:471 - Shutting down OSGi platform 
01:27:37.869 [Thread-3]        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) 
01:27:37.870 [Thread-3]        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 [Sat May 04 01:27:37 UTC 2024]; root of context hierarchy 
01:27:37.870 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:37.870 [Thread-3]        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 [Sat May 04 01:27:37 UTC 2024]; root of context hierarchy] 
01:27:37.870 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:37.871 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:37.871 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:37.871 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:37.871 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 
01:27:37.873 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4da111a0] was unregistered and unbound from the service proxy 
01:27:37.873 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4da111a0] was unregistered and unbound from the service proxy 
01:27:37.873 [Thread-3]        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=9} 
01:27:37.874 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:37.966 [Framework shutdown] 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 
01:27:37.967 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 
01:27:37.968 [Framework shutdown] 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 
01:27:37.969 [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) 
01:27:37.969 [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@6c477ebd 
01:27:37.969 [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) 
01:27:37.970 [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) 
01:27:37.970 [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) 
01:27:37.970 [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 [Sat May 04 01:27:37 UTC 2024]; root of context hierarchy 
01:27:37.970 [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 [Sat May 04 01:27:37 UTC 2024]; root of context hierarchy] 
01:27:37.971 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export] 
01:27:37.971 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4da111a0] 
01:27:37.972 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:37.973 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:27:37.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@6c477ebd 
01:27:37.974 [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 
01:27:37.974 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:37.974 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:37.975 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:27:37.975 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@39100a04 
01:27:37.976 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:37.976 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:37.976 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:38,672 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:38,787 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:38,791 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:38,813 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:38,851 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:38,853 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:38,860 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:38,870 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used
01:27:38,877 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:38,877 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:38,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:38,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:38,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:38,879 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:38,880 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:38,880 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:38,880 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:38,880 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:38,880 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:38,880 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:38,881 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:38,881 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:38,881 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:38,881 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:38,881 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:38,882 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:38,882 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:38,883 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2b552920 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest
01:27:39.001 [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.KnopflerfishPlatform 
01:27:39.006 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:85 - Instantiating platform wrapper... 
01:27:39.019 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5469501642009220633kf 
01:27:39.019 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:215 - About to start Knopflerfish OSGi Platform 
01:27:39.126 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:39.130 [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=} 
01:27:39.131 [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} 
01:27:39.133 [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} 
01:27:39.133 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:39.275 [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] 
01:27:39.291 [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] 
01:27:39.297 [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] 
01:27:39.299 [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] 
01:27:39.307 [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] 
01:27:39.318 [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] 
01:27:39.320 [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] 
01:27:39.323 [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] 
01:27:39.329 [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] 
01:27:39.357 [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] 
01:27:39.366 [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] 
01:27:39.368 [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] 
01:27:39.372 [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] 
01:27:39.379 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.382 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.386 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.390 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.393 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.397 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.418 [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] 
01:27:39.427 [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] 
01:27:39.433 [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] 
01:27:39.435 [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] 
01:27:39.436 [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] 
01:27:39.436 [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] 
01:27:39.437 [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] 
01:27:39.458 [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] 
01:27:39.462 [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] 
01:27:39.463 [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] 
01:27:39.470 [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] 
01:27:39.470 [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] 
01:27:39.471 [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] 
01:27:39.475 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.477 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.479 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39,508 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:39,547 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:39,550 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:39,560 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:39,587 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:39,589 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:39,593 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:39,600 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4a4472cf - No compression will be used
01:27:39,606 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:39,606 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:39,607 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:39,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:39,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:39,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:39,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:39,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:39,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:39,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:39,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:39,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:39,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:39,610 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:39,610 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:39,610 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:39,610 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:39,611 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:39,611 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:39,612 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@115c9b26 - Registering current configuration as safe fallback point
01:27:39.625 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:39.636 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:39.787 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:39.792 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:39.796 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:39.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:39.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:39.806 [BundleStart #16] 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 
01:27:39.807 [BundleStart #16] 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) 
01:27:39.807 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:39.807 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:39.809 [BundleStart #16] 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 
01:27:39.809 [BundleStart #16] 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) 
01:27:39.810 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:39.810 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:39.811 [BundleStart #16] 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 
01:27:39.812 [BundleStart #16] 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) 
01:27:39.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:39.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:39.813 [BundleStart #16] 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 
01:27:39.813 [BundleStart #16] 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) 
01:27:39.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:39.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:39.814 [BundleStart #16] 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 
01:27:39.814 [BundleStart #16] 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) 
01:27:39.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:39.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:39.816 [BundleStart #16] 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 
01:27:39.816 [BundleStart #16] 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) 
01:27:39.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:39.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:39.817 [BundleStart #16] 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 
01:27:39.818 [BundleStart #16] 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) 
01:27:39.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:39.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:39.819 [BundleStart #16] 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 
01:27:39.819 [BundleStart #16] 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) 
01:27:39.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:39.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:39.820 [BundleStart #16] 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 
01:27:39.821 [BundleStart #16] 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) 
01:27:39.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:39.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:39.822 [BundleStart #16] 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 
01:27:39.822 [BundleStart #16] 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) 
01:27:39.822 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:39.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:39.824 [BundleStart #16] 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 
01:27:39.824 [BundleStart #16] 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) 
01:27:39.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:39.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:39.825 [BundleStart #16] 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 
01:27:39.825 [BundleStart #16] 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) 
01:27:39.825 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:39.825 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:39.826 [BundleStart #16] 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 
01:27:39.827 [BundleStart #16] 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) 
01:27:39.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:39.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:39.827 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:39.828 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:39.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:39.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:39.828 [BundleStart #16] 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 
01:27:39.829 [BundleStart #16] 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) 
01:27:39.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:39.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:39.831 [BundleStart #16] 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 
01:27:39.831 [BundleStart #16] 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) 
01:27:39.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:39.840 [BundleStart #16] 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)] 
01:27:39.841 [BundleStart #16] 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)] 
01:27:39.844 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:39.844 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:39.848 [BundleStart #16] 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)] 
01:27:39.850 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:39.850 [BundleStart #16] 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@7564020b w/ reference null 
01:27:39.850 [BundleStart #16] 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@7564020b w/ reference null 
01:27:39.852 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:39.856 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:39.866 [BundleStart #16] 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 
01:27:39.866 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:39.866 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:39.869 [BundleStart #16] 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 
01:27:39.869 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:39.870 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:39.871 [BundleStart #16] 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 
01:27:39.872 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:39.872 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:39.873 [BundleStart #16] 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 
01:27:39.873 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:39.873 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:39.875 [BundleStart #16] 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 
01:27:39.875 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:39.875 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:39.877 [BundleStart #16] 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 
01:27:39.878 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:39.878 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:39.879 [BundleStart #16] 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 
01:27:39.879 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:39.879 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:39.880 [BundleStart #16] 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 
01:27:39.880 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:39.880 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:39.881 [BundleStart #16] 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 
01:27:39.882 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:39.882 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:39.883 [BundleStart #16] 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 
01:27:39.884 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:39.884 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:39.885 [BundleStart #16] 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 
01:27:39.886 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:39.886 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:39.887 [BundleStart #16] 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 
01:27:39.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:39.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:39.889 [BundleStart #16] 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 
01:27:39.889 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:39.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:39.890 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:39.891 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:39.891 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:39.891 [BundleStart #16] 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 
01:27:39.892 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:39.892 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:39.895 [BundleStart #16] 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 
01:27:39.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:39.897 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.903 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:39.904 [BundleStart #17] 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 
01:27:39.904 [BundleStart #17] 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) 
01:27:39.905 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:39.905 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:39.906 [BundleStart #17] 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 
01:27:39.907 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:39.907 [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-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.909 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:39.910 [BundleStart #18] 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 
01:27:39.910 [BundleStart #18] 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) 
01:27:39.910 [BundleStart #18] 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)] 
01:27:39.920 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:39.921 [BundleStart #18] 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 
01:27:39.921 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:39.924 [BundleStart #18] 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)] 
01:27:39.924 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:27:39.925 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:39.925 [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@58e01c98 
01:27:39.925 [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) 
01:27:39.926 [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) 
01:27:39.926 [BundleStart #18] 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 
01:27:39.926 [BundleStart #18] 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)] 
01:27:39.926 [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-knopflerfish/integration-tests/bundles/proxy.destruction.test.bundle/target/proxy.destruction-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:39.928 [BundleStart #19] 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)] 
01:27:39.928 [BundleStart #19] 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 
01:27:39.928 [BundleStart #19] 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) 
01:27:39.928 [BundleStart #19] 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)] 
01:27:39.929 [BundleStart #19] 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... 
01:27:39.929 [BundleStart #19] 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 
01:27:39.929 [BundleStart #19] 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)] 
01:27:39.930 [BundleStart #19] 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)] 
01:27:39.930 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:27:39.930 [BundleStart #19] 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)] 
01:27:39.931 [BundleStart #19] 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 
01:27:39.931 [BundleStart #19] 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)] 
01:27:39.931 [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 [Sat May 04 01:27:39 UTC 2024]; root of context hierarchy 
01:27:39.933 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest-bundle.properties was not found; using defaults 
01:27:39.933 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:511 - Post processing: creating test bundle 
01:27:39.938 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:39.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.referenceProxy] 
01:27:39.957 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:202 - Automatically creating Manifest for the test bundle 
01:27:39.957 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:366 - Using the test class for generating bundle imports 
01:27:39.959 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
01:27:39.959 [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... 
01:27:39.963 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class ProxyDestructionTest 
01:27:39.975 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:39.975 [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... 
01:27:39.975 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest 
01:27:39.979 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:39.979 [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... 
01:27:39.979 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:39.979 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 
01:27:39.981 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:39.982 [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... 
01:27:39.982 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:39.983 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:39.983 [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 
01:27:39.983 [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} 
01:27:39.984 [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] 
01:27:39.984 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:39.984 [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] 
01:27:39.984 [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] 
01:27:39.985 [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]] 
01:27:39.985 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:39.985 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:39.985 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:39.986 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:39.986 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:39.986 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:39.986 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:39.986 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:39.987 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:39.987 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:39.987 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 
01:27:39.987 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 
01:27:39.987 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
01:27:39.988 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 
01:27:39.988 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
01:27:39.988 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 
01:27:39.988 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
01:27:39.995 [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 
01:27:39.995 [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.* 
01:27:39.998 [BundleStart #20] 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)] 
01:27:39.999 [BundleStart #20] 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 
01:27:39.999 [BundleStart #20] 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) 
01:27:39.999 [BundleStart #20] 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)] 
01:27:39.999 [BundleStart #20] 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)] 
01:27:40.000 [BundleStart #20] 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 
01:27:40.000 [BundleStart #20] 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)] 
01:27:40.000 [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 
01:27:40.001 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:40.003 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:40.003 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:40.004 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:40.005 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
01:27:40.006 [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 
01:27:40.008 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:40.008 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:40.014 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:40.015 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:40.017 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:40.017 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:40.118 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:40.119 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:40.184 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 
01:27:40.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:40.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:40.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:40.189 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:40.222 [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@5e45b139: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:27:40.234 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:40.234 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:40.236 [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} 
01:27:40.236 [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] 
01:27:40.266 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:40.270 [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@5e45b139: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:27:40.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:40.271 [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@75990f48 
01:27:40.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:40.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:40.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:27:40.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:40.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:40.272 [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) 
01:27:40.272 [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) 
01:27:40.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:40.273 [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@58e01c98 
01:27:40.273 [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) 
01:27:40.274 [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) 
01:27:40.274 [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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy 
01:27:40.274 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:40.275 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/reference.xml] 
01:27:40.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:40.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:40.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:40.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:40.304 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:40.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:40.316 [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@47b85362: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 
01:27:40.316 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:40.316 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:40.317 [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} 
01:27:40.317 [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] 
01:27:40.318 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:40.319 [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@47b85362: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 
01:27:40.319 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:40.319 [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@75990f48 
01:27:40.319 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
01:27:40.319 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:40.384 [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)] 
01:27:40.385 [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)] 
01:27:40.386 [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] 
01:27:40.387 [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)] 
01:27:40.388 [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) 
01:27:40.388 [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]] 
01:27:40.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 
01:27:40.388 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 
01:27:40.388 [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) 
01:27:40.389 [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) 
01:27:40.394 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:27:40.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:40.395 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
01:27:40.396 [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) 
01:27:40.398 [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@2308c8ec] 
01:27:40.398 [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@3172717] 
Delaying for:0
01:27:40.405 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:27:40.406 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:27:40.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:27:40.408 [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 {} 
01:27:40.408 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:27:40.410 [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=9}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 
01:27:40.411 [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=9} 
01:27:40.411 [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 [{}] 
01:27:40.412 [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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy] 
01:27:40.412 [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) 
01:27:40.412 [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) 
01:27:40.413 [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) 
01:27:40.413 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:40.413 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:27:40.415 [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@5b0ffc09] 
01:27:40.418 [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 [Sat May 04 01:27:39 UTC 2024]; root of context hierarchy] 
01:27:40.420 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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} 
01:27:40.421 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:27:40.421 [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 
01:27:40.422 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:40.422 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:40.422 [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) 
01:27:40.423 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:27:40.423 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:40.423 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:40.424 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:40.425 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:40.427 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:40.427 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:40.427 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:40.428 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:40.429 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:40.429 [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 
01:27:40.429 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:27:40.429 [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 
01:27:40.430 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:40.430 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 
01:27:40.438 [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 
01:27:40.438 [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 
01:27:40.439 [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 
01:27:40.439 [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 
01:27:40.440 [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 
01:27:40.442 [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@125663e2] 
01:27:40.442 [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@53bd7b60] 
01:27:40.443 [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)] 
01:27:40.444 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4e7b5636} 
01:27:40.444 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4e7b5636] bound to proxy 
01:27:40.444 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4e7b5636] bound to proxy 
01:27:40.445 [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 
01:27:40.445 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:27:40.446 [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 
01:27:40.446 [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 
01:27:40.446 [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 
01:27:40.447 [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 
01:27:40.448 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:27:40.448 [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 
01:27:40.450 [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@3c9e922a] 
01:27:40.450 [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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy] 
01:27:40.451 [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} 
01:27:40.451 [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} 
01:27:40.452 [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 
01:27:40.452 [main]            DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 
01:27:40.452 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:27:40.453 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:40.454 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:40.455 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:40.455 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:40.455 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:40.457 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:40.458 [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. 
01:27:40.458 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:364 - Writing test name [testProxyDestruction] to OSGi 
01:27:40.473 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 
01:27:40.473 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyDestruction] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5876a9af 
01:27:40.474 [main]            INFO  o.e.g.b.i.r.ProxyDestructionTest:190 - Loading context for locations:  
01:27:40.476 [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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy 
01:27:40.476 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:40.476 [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@6d763516: defining beans []; root of factory hierarchy 
01:27:40.477 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:40.477 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:40.477 [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} 
01:27:40.478 [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] 
01:27:40.478 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@245b4bdc] 
01:27:40.478 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6c64cb25] 
01:27:40.479 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6ae5aa72] 
01:27:40.479 [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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy] 
01:27:40.480 [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} 
01:27:40.480 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:27:40.510 [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=9} 
stopping service bundle
01:27:40.513 [BundleStop #18]  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 
01:27:40.513 [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) 
01:27:40.514 [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@58e01c98 
01:27:40.514 [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) 
01:27:40.514 [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) 
01:27:40.515 [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) 
01:27:40.515 [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 [Sat May 04 01:27:39 UTC 2024]; root of context hierarchy 
01:27:40.515 [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 [Sat May 04 01:27:39 UTC 2024]; root of context hierarchy] 
01:27:40.517 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:27:40.518 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4e7b5636] was unregistered and unbound from the service proxy 
01:27:40.518 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4e7b5636] was unregistered and unbound from the service proxy 
01:27:40.519 [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=9} 
01:27:40.519 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4e7b5636] 
01:27:40.520 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:40.520 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:27:40.521 [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@58e01c98 
01:27:40.521 [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
01:27:40.522 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@24ba5f26 
Invoking method on OSGi service proxy...
01:27:40.522 [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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy 
01:27:40.523 [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@3c19aaa5] 
Stopping referring bundle...
01:27:43.524 [BundleStop #19]  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 
01:27:43.525 [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) 
01:27:43.525 [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@58e01c98 
01:27:43.525 [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) 
01:27:43.525 [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) 
01:27:43.526 [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) 
01:27:43.526 [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) 
01:27:43.526 [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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy 
01:27:43.526 [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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy] 
01:27:43.527 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:43.528 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:43.528 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:27:43.528 [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@58e01c98 
01:27:43.528 [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 
01:27:43.528 [main]            TRACE o.e.g.b.i.r.ProxyDestructionTest:440 - Reading OSGi results for test [testProxyDestruction] 
01:27:43.529 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2a7da5c1 
01:27:43.529 [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.534 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest
01:27:43.593 [Thread-0]        INFO  o.e.g.b.i.r.ProxyDestructionTest:471 - Shutting down OSGi platform 
01:27:43.594 [Thread-3]        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) 
01:27:43.595 [Thread-3]        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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy 
01:27:43.595 [Thread-3]        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 [Sat May 04 01:27:40 UTC 2024]; root of context hierarchy] 
01:27:43.595 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:43.595 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:43.595 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:43.595 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:43.596 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:43.596 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:43.596 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:43.596 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:43.596 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:43.597 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:27:43.598 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:43.598 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:43.598 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:44,288 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:44,403 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:44,406 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:44,429 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:44,472 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:44,474 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:44,480 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:44,490 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used
01:27:44,497 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:44,497 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:44,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:44,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:44,499 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:44,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:44,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:44,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:44,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:44,500 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:44,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:44,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:44,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:44,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:44,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:44,502 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:44,502 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:44,503 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:44,503 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:44,504 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2b552920 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest
01:27:44.622 [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.KnopflerfishPlatform 
01:27:44.627 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:85 - Instantiating platform wrapper... 
01:27:44.639 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3342957618966208291kf 
01:27:44.639 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:215 - About to start Knopflerfish OSGi Platform 
01:27:44.747 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:44.751 [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=} 
01:27:44.752 [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} 
01:27:44.753 [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} 
01:27:44.756 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:44.897 [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] 
01:27:44.913 [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] 
01:27:44.918 [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] 
01:27:44.920 [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] 
01:27:44.928 [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] 
01:27:44.938 [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] 
01:27:44.940 [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] 
01:27: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.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 
01:27:44.949 [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] 
01:27:44.969 [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] 
01:27:44.978 [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] 
01:27:44.981 [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] 
01:27:44.985 [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] 
01:27:44.992 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:44.994 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:44.998 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45.002 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45.005 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45.009 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45.030 [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] 
01:27:45.061 [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] 
01:27:45.066 [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] 
01:27:45.068 [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] 
01:27:45.069 [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] 
01:27:45.070 [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] 
01:27:45.070 [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] 
01:27:45.073 [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] 
01:27:45.077 [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] 
01:27:45.078 [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] 
01:27:45.084 [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] 
01:27:45.085 [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] 
01:27:45.086 [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] 
01:27:45.090 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45.092 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45.094 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45,123 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:45,163 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:45,166 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:45,177 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:45,202 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:45,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:45,207 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:45,215 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1ec68be5 - No compression will be used
01:27:45,220 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:45,220 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:45,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:45,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:45,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:45,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:45,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:45,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:45,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:45,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:45,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:45,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:45,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:45,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:45,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:45,224 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:45,225 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:45,225 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:45,225 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:45,226 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@220eb127 - Registering current configuration as safe fallback point
01:27:45.239 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:45.250 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:45.401 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:45.405 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:45.410 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:45.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:45.418 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:45.419 [BundleStart #16] 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 
01:27:45.420 [BundleStart #16] 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) 
01:27:45.420 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:45.421 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:45.422 [BundleStart #16] 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 
01:27:45.422 [BundleStart #16] 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) 
01:27:45.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:45.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:45.424 [BundleStart #16] 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 
01:27:45.424 [BundleStart #16] 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) 
01:27:45.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:45.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:45.425 [BundleStart #16] 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 
01:27:45.426 [BundleStart #16] 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) 
01:27:45.426 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:45.426 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:45.427 [BundleStart #16] 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 
01:27:45.427 [BundleStart #16] 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) 
01:27:45.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:45.428 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:45.429 [BundleStart #16] 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 
01:27:45.429 [BundleStart #16] 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) 
01:27:45.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:45.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:45.430 [BundleStart #16] 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 
01:27:45.430 [BundleStart #16] 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) 
01:27:45.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:45.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:45.431 [BundleStart #16] 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 
01:27:45.431 [BundleStart #16] 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) 
01:27:45.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:45.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:45.432 [BundleStart #16] 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 
01:27:45.433 [BundleStart #16] 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) 
01:27:45.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:45.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:45.434 [BundleStart #16] 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 
01:27:45.434 [BundleStart #16] 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) 
01:27:45.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:45.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:45.435 [BundleStart #16] 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 
01:27:45.436 [BundleStart #16] 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) 
01:27:45.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:45.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:45.436 [BundleStart #16] 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 
01:27:45.436 [BundleStart #16] 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) 
01:27:45.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:45.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:45.438 [BundleStart #16] 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 
01:27:45.438 [BundleStart #16] 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) 
01:27:45.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:45.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:45.439 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:45.439 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:45.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:45.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:45.439 [BundleStart #16] 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 
01:27:45.440 [BundleStart #16] 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) 
01:27:45.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:45.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:45.442 [BundleStart #16] 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 
01:27:45.442 [BundleStart #16] 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) 
01:27:45.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:45.462 [BundleStart #16] 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)] 
01:27:45.463 [BundleStart #16] 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)] 
01:27:45.465 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:45.466 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:45.469 [BundleStart #16] 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)] 
01:27:45.471 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:45.472 [BundleStart #16] 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@273936b4 w/ reference null 
01:27:45.472 [BundleStart #16] 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@273936b4 w/ reference null 
01:27:45.473 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:45.477 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:45.488 [BundleStart #16] 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 
01:27:45.489 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:45.489 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:45.494 [BundleStart #16] 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 
01:27:45.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:45.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:45.498 [BundleStart #16] 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 
01:27:45.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:45.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:45.500 [BundleStart #16] 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 
01:27:45.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:45.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:45.503 [BundleStart #16] 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 
01:27:45.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:45.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:45.507 [BundleStart #16] 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 
01:27:45.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:45.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:45.508 [BundleStart #16] 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 
01:27:45.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:45.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:45.511 [BundleStart #16] 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 
01:27:45.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:45.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:45.512 [BundleStart #16] 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 
01:27:45.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:45.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:45.514 [BundleStart #16] 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 
01:27:45.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:45.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:45.516 [BundleStart #16] 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 
01:27:45.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:45.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:45.517 [BundleStart #16] 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 
01:27:45.517 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:45.517 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:45.519 [BundleStart #16] 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 
01:27:45.520 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:45.520 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:45.521 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:45.521 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:45.521 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:45.521 [BundleStart #16] 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 
01:27:45.522 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:45.522 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:45.525 [BundleStart #16] 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 
01:27:45.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:45.526 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45.533 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:45.533 [BundleStart #17] 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 
01:27:45.534 [BundleStart #17] 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) 
01:27:45.534 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:45.534 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:45.535 [BundleStart #17] 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 
01:27:45.535 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:45.536 [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-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45.538 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:45.538 [BundleStart #18] 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 
01:27:45.538 [BundleStart #18] 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) 
01:27:45.539 [BundleStart #18] 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)] 
01:27:45.549 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:45.550 [BundleStart #18] 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 
01:27:45.550 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:45.552 [BundleStart #18] 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)] 
01:27:45.553 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:27:45.553 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:45.553 [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@52018c28 
01:27:45.554 [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) 
01:27:45.554 [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) 
01:27:45.554 [BundleStart #18] 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 
01:27:45.554 [BundleStart #18] 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)] 
01:27:45.555 [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-knopflerfish/integration-tests/bundles/reference.test.bundle/target/reference.proxy-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:45.557 [BundleStart #19] 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)] 
01:27:45.557 [BundleStart #19] 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 
01:27:45.558 [BundleStart #19] 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) 
01:27:45.558 [BundleStart #19] 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)] 
01:27:45.558 [BundleStart #19] 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... 
01:27:45.558 [BundleStart #19] 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 
01:27:45.559 [BundleStart #19] 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)] 
01:27:45.559 [BundleStart #19] 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)] 
01:27:45.559 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:27:45.559 [BundleStart #19] 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)] 
01:27:45.560 [BundleStart #19] 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 
01:27:45.560 [BundleStart #19] 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)] 
01:27:45.560 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy 
01:27:45.562 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest-bundle.properties was not found; using defaults 
01:27:45.563 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:511 - Post processing: creating test bundle 
01:27:45.570 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:45.582 [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] 
01:27:45.582 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:202 - Automatically creating Manifest for the test bundle 
01:27:45.583 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:366 - Using the test class for generating bundle imports 
01:27:45.586 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
01:27:45.586 [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... 
01:27:45.591 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class ReferenceProxyTest 
01:27:45.609 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:45.609 [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... 
01:27:45.610 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest 
01:27:45.614 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:45.615 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 
01:27:45.615 [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... 
01:27:45.615 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:45.617 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:45.617 [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... 
01:27:45.617 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:45.618 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:45.618 [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 
01:27:45.618 [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} 
01:27:45.619 [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] 
01:27:45.619 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:45.619 [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] 
01:27:45.619 [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] 
01:27:45.620 [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]] 
01:27:45.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:45.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:45.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:45.620 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:45.621 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:45.621 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:45.621 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:45.621 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:45.621 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:45.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:45.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 
01:27:45.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 
01:27:45.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
01:27:45.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 
01:27:45.622 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
01:27:45.623 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 
01:27:45.623 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
01:27:45.662 [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 
01:27:45.662 [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.* 
01:27:45.665 [BundleStart #20] 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)] 
01:27:45.666 [BundleStart #20] 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 
01:27:45.666 [BundleStart #20] 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) 
01:27:45.666 [BundleStart #20] 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)] 
01:27:45.666 [BundleStart #20] 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)] 
01:27:45.667 [BundleStart #20] 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 
01:27:45.667 [BundleStart #20] 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)] 
01:27:45.667 [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 
01:27:45.668 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:45.670 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:45.670 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:45.671 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:45.672 [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. 
01:27:45.672 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
01:27:45.673 [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 
01:27:45.675 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:45.675 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:45.681 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:45.682 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:45.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:45.683 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:45.772 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:45.772 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:45.813 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 
01:27:45.816 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:45.816 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:45.817 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:45.817 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:45.872 [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@7d10f908: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:27:45.884 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:45.884 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:45.885 [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} 
01:27:45.886 [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] 
01:27:45.897 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:45.901 [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@7d10f908: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:27:45.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:45.901 [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@388f3926 
01:27:45.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:45.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:45.902 [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) 
01:27:45.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:45.903 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:45.903 [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) 
01:27:45.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:27:45.904 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:45.904 [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@52018c28 
01:27:45.904 [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) 
01:27:45.905 [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) 
01:27:45.905 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy 
01:27:45.905 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:45.907 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/reference.xml] 
01:27:45.910 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:45.910 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:45.911 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:45.911 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:45.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:45.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:45.979 [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@7373a5fd: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 
01:27:45.979 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:45.979 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:45.980 [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} 
01:27:45.980 [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] 
01:27:45.981 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:45.982 [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@7373a5fd: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 
01:27:45.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:45.982 [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@388f3926 
01:27:45.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
01:27:45.983 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:46.012 [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)] 
01:27:46.012 [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)] 
01:27:46.014 [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] 
01:27:46.015 [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)] 
01:27:46.015 [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) 
01:27:46.016 [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]] 
01:27:46.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 
01:27:46.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 
01:27:46.016 [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) 
01:27:46.017 [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) 
01:27:46.022 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:27:46.023 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:46.023 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
01:27:46.023 [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) 
01:27:46.026 [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@705175a] 
01:27:46.026 [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@7be0ffde] 
Delaying for:0
01:27:46.033 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:27:46.034 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:27:46.057 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:27:46.058 [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 {} 
01:27:46.058 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:27:46.060 [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=9}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 
01:27:46.061 [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=9} 
01:27:46.061 [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 [{}] 
01:27:46.062 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy] 
01:27:46.062 [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) 
01:27:46.062 [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) 
01:27:46.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.reference.proxy, config=osgibundle:/META-INF/spring/*.xml) 
01:27:46.063 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:46.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:27:46.065 [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@49ae66e8] 
01:27:46.068 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy] 
01:27:46.070 [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} 
01:27:46.071 [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} 
01:27:46.072 [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 
01:27:46.072 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:46.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:46.073 [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) 
01:27:46.073 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:27:46.074 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:46.074 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:46.074 [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 
01:27:46.075 [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 
01:27:46.075 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:46.075 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 
01:27:46.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:27:46.089 [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 
01:27:46.089 [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 
01:27:46.090 [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 
01:27:46.090 [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 
01:27:46.091 [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 
01:27:46.093 [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@367dfeee] 
01:27:46.094 [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@2a702ed5] 
01:27:46.095 [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)] 
01:27:46.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@bbc296b} 
01:27:46.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@bbc296b] bound to proxy 
01:27:46.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@bbc296b] bound to proxy 
01:27:46.096 [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 
01:27:46.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:27:46.097 [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 
01:27:46.098 [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 
01:27:46.098 [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 
01:27:46.099 [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 
01:27:46.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:27:46.100 [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 
01:27:46.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@43d6878d] 
01:27:46.101 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy] 
01:27:46.102 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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} 
01:27:46.102 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:27:46.103 [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 
01:27:46.103 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 
01:27:46.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:27:46.104 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:46.105 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:46.106 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:46.106 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:46.107 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:46.107 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:46.108 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:46.109 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:46.109 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:46.110 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:46.111 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:46.111 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:46.113 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:46.113 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:364 - Writing test name [testReferenceProxyLifecycle] to OSGi 
01:27:46.127 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceProxyLifecycle] for execution inside OSGi 
01:27:46.128 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testReferenceProxyLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1aa7ecca 
01:27:46.128 [main]            INFO  o.e.g.b.i.r.ReferenceProxyTest:190 - Loading context for locations:  
01:27:46.130 [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 [Sat May 04 01:27:46 UTC 2024]; root of context hierarchy 
01:27:46.130 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:46.130 [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@6b81ce95: defining beans []; root of factory hierarchy 
01:27:46.131 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:46.131 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:46.131 [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} 
01:27:46.132 [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] 
01:27:46.132 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@515aebb0] 
01:27:46.132 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@dd8ba08] 
01:27:46.133 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@245b4bdc] 
01:27:46.133 [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 [Sat May 04 01:27:46 UTC 2024]; root of context hierarchy] 
01:27:46.134 [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} 
01:27:46.134 [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} 
01:27:46.179 [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=9} 
stopping bundle
01:27:46.182 [BundleStop #18]  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 
01:27:46.183 [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) 
01:27:46.183 [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@52018c28 
01:27:46.183 [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) 
01:27:46.183 [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) 
01:27:46.184 [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) 
01:27:46.184 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy 
01:27:46.185 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy] 
01:27:46.187 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:27:46.187 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@bbc296b] was unregistered and unbound from the service proxy 
01:27:46.187 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@bbc296b] was unregistered and unbound from the service proxy 
01:27:46.188 [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=9} 
01:27:46.188 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@bbc296b] 
01:27:46.189 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:46.190 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:27:46.190 [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@52018c28 
01:27:46.190 [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
01:27:46.191 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@70d2b35 
01:27:46.191 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy 
01:27:46.191 [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@74f0ea28] 
01:27:49.192 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy 
01:27:49.193 [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@74f0ea28] 
starting bundle
01:27:49.195 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:49.195 [BundleStart #18] 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 
01:27:49.195 [BundleStart #18] 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) 
01:27:49.196 [BundleStart #18] 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)] 
01:27:49.196 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:49.197 [BundleStart #18] 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 
01:27:49.197 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:49.197 [BundleStart #18] 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)] 
01:27:49.197 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:27:49.198 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@52018c28 
01:27:49.198 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:49.201 [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) 
01:27:49.202 [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) 
01:27:49.203 [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 [Sat May 04 01:27:49 UTC 2024]; root of context hierarchy 
01:27:49.203 [BundleStart #18] 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 
01:27:49.203 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:49.203 [BundleStart #18] 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)] 
01:27:49.205 [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 
01:27:49.206 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 
01:27:49.207 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:49.207 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:49.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:49.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:49.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:49.213 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:49.235 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:49.235 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:49.245 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 
01:27:49.248 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:49.248 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:49.249 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:49.249 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:49.269 [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@10d564a8: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:27:49.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:49.270 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:49.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:27:49.270 [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] 
01:27:49.271 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:49.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@10d564a8: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:27:49.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:49.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@388f3926 
01:27:49.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:49.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:49.273 [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) 
01:27:49.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:49.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:49.273 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:27:49.274 [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) 
01:27:49.274 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:49.274 [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) 
01:27:49.275 [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@67f26624] 
01:27:49.275 [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@5a33a09d] 
Delaying for:0
01:27:49.277 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:27:49.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:27:49.278 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:27:49.278 [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 {} 
01:27:49.279 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:27:49.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f68aaf2] bound to proxy 
01:27:49.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f68aaf2] bound to proxy 
01:27:49.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:27:49.280 [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@4bdf287d] 
01:27:49.281 [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 [Sat May 04 01:27:49 UTC 2024]; root of context hierarchy] 
01:27:49.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.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} 
01:27:49.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} 
01:27:49.283 [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 
01:27:49.354 [main]            DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
bundle started
01:27:49.354 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:49.355 [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=13} 
01:27:49.356 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:49.357 [main]            TRACE o.e.g.b.i.r.ReferenceProxyTest:440 - Reading OSGi results for test [testReferenceProxyLifecycle] 
01:27:49.358 [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.742 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest
01:27:49.363 [Thread-0]        INFO  o.e.g.b.i.r.ReferenceProxyTest:471 - Shutting down OSGi platform 
01:27:49.363 [Thread-3]        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) 
01:27:49.363 [Thread-3]        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 [Sat May 04 01:27:46 UTC 2024]; root of context hierarchy 
01:27:49.363 [Thread-3]        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 [Sat May 04 01:27:46 UTC 2024]; root of context hierarchy] 
01:27:49.364 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:49.364 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:49.364 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18], BundleImpl[id=19]] 
01:27:49.376 [Framework shutdown] 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 [BundleImpl[id=19]] 
01:27:49.376 [Framework shutdown] 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 
01:27:49.376 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:27:49.377 [Framework shutdown] 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 
01:27:49.377 [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) 
01:27:49.378 [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@52018c28 
01:27:49.378 [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) 
01:27:49.378 [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) 
01:27:49.378 [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) 
01:27:49.378 [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) 
01:27:49.379 [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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy 
01:27:49.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.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 [Sat May 04 01:27:45 UTC 2024]; root of context hierarchy] 
01:27:49.379 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f68aaf2] was unregistered and unbound from the service proxy 
01:27:49.380 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f68aaf2] was unregistered and unbound from the service proxy 
01:27:49.380 [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=13} 
01:27:49.380 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:49.381 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:27:49.381 [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@52018c28 
01:27:49.381 [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 
01:27:49.381 [Framework shutdown] 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 
01:27:49.382 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 
01:27:49.382 [Framework shutdown] 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 
01:27:49.382 [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) 
01:27:49.382 [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@52018c28 
01:27:49.382 [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) 
01:27:49.382 [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) 
01:27:49.383 [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) 
01:27:49.383 [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 [Sat May 04 01:27:49 UTC 2024]; root of context hierarchy 
01:27:49.383 [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 [Sat May 04 01:27:49 UTC 2024]; root of context hierarchy] 
01:27:49.384 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:27:49.385 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3f68aaf2] 
01:27:49.385 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:49.385 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:27:49.385 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@52018c28 
01:27:49.386 [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 
01:27:49.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:49.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:49.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:49.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:49.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:49.387 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:49.388 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:27:49.388 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@9cac5a4 
01:27:49.388 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@df54045 
01:27:49.389 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:49.389 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:49.390 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:50,074 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:50,189 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:50,192 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:50,214 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:50,258 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:50,260 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:50,266 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:50,277 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used
01:27:50,284 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:50,284 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:50,286 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:50,286 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:50,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:50,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:50,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:50,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
01:27:50,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
01:27:50,287 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:50,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:50,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:50,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:50,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:50,288 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:50,288 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:50,288 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:50,289 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:50,289 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:50,290 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2b552920 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest
01:27:50.416 [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.KnopflerfishPlatform 
01:27:50.421 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:85 - Instantiating platform wrapper... 
01:27:50.433 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8474343883557128988kf 
01:27:50.433 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:215 - About to start Knopflerfish OSGi Platform 
01:27:50.541 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:50.544 [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=} 
01:27:50.545 [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} 
01:27:50.547 [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} 
01:27:50.548 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:50.674 [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] 
01:27:50.690 [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] 
01:27:50.696 [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] 
01:27:50.698 [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] 
01:27:50.706 [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] 
01:27:50.716 [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] 
01:27:50.718 [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] 
01:27:50.722 [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] 
01:27:50.727 [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] 
01:27:50.732 [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] 
01:27:50.763 [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] 
01:27:50.767 [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] 
01:27:50.774 [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] 
01:27:50.785 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:50.788 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:50.795 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:50.799 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:50.826 [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] 
01:27:50.864 [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] 
01:27:50.871 [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] 
01:27:50.873 [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] 
01:27:50.874 [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] 
01:27:50.875 [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] 
01:27:50.876 [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] 
01:27:50.879 [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] 
01:27:50.883 [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] 
01:27:50.884 [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] 
01:27:50.892 [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] 
01:27:50.893 [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] 
01:27:50.894 [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] 
01:27:50.898 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:50.900 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:50.903 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:50,934 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:50,975 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:50,977 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:50,988 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:51,014 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:51,016 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:51,021 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:51,029 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@d4ab299 - No compression will be used
01:27:51,035 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:51,035 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:51,037 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:51,037 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:51,037 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:51,037 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:51,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:51,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
01:27:51,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
01:27:51,038 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:51,039 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:51,039 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:51,039 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:51,040 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:51,040 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:51,040 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:51,040 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:51,041 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:51,041 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:51,042 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@12e54a6 - Registering current configuration as safe fallback point
01:27:51.057 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:51.068 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:51.251 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:51.252 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:51.257 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:51.261 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:51.267 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:51.269 [BundleStart #16] 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 
01:27:51.269 [BundleStart #16] 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) 
01:27:51.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:51.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:51.272 [BundleStart #16] 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 
01:27:51.272 [BundleStart #16] 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) 
01:27:51.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:51.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:51.273 [BundleStart #16] 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 
01:27:51.274 [BundleStart #16] 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) 
01:27:51.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:51.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:51.275 [BundleStart #16] 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 
01:27:51.275 [BundleStart #16] 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) 
01:27:51.275 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:51.276 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:51.276 [BundleStart #16] 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 
01:27:51.277 [BundleStart #16] 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) 
01:27:51.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:51.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:51.278 [BundleStart #16] 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 
01:27:51.278 [BundleStart #16] 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) 
01:27:51.279 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:51.279 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:51.280 [BundleStart #16] 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 
01:27:51.280 [BundleStart #16] 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) 
01:27:51.280 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:51.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:51.281 [BundleStart #16] 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 
01:27:51.282 [BundleStart #16] 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) 
01:27:51.282 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:51.282 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:51.283 [BundleStart #16] 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 
01:27:51.283 [BundleStart #16] 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) 
01:27:51.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:51.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:51.284 [BundleStart #16] 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 
01:27:51.284 [BundleStart #16] 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) 
01:27:51.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:51.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:51.286 [BundleStart #16] 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 
01:27:51.286 [BundleStart #16] 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) 
01:27:51.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:51.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:51.287 [BundleStart #16] 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 
01:27:51.287 [BundleStart #16] 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) 
01:27:51.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:51.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:51.289 [BundleStart #16] 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 
01:27:51.289 [BundleStart #16] 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) 
01:27:51.289 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:51.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:51.290 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:51.290 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:51.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:51.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:51.291 [BundleStart #16] 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 
01:27:51.291 [BundleStart #16] 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) 
01:27:51.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:51.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:51.293 [BundleStart #16] 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 
01:27:51.293 [BundleStart #16] 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) 
01:27:51.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:51.303 [BundleStart #16] 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)] 
01:27:51.303 [BundleStart #16] 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)] 
01:27:51.306 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:51.306 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:51.310 [BundleStart #16] 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)] 
01:27:51.312 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:51.312 [BundleStart #16] 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@48962db w/ reference null 
01:27:51.312 [BundleStart #16] 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@48962db w/ reference null 
01:27:51.313 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:51.317 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:51.328 [BundleStart #16] 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 
01:27:51.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:51.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:51.331 [BundleStart #16] 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 
01:27:51.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:51.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:51.334 [BundleStart #16] 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 
01:27:51.334 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:51.335 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:51.335 [BundleStart #16] 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 
01:27:51.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:51.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:51.337 [BundleStart #16] 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 
01:27:51.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:51.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:51.340 [BundleStart #16] 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 
01:27:51.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:51.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:51.341 [BundleStart #16] 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 
01:27:51.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:51.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:51.343 [BundleStart #16] 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 
01:27:51.343 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:51.343 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:51.344 [BundleStart #16] 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 
01:27:51.344 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:51.345 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:51.346 [BundleStart #16] 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 
01:27:51.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:51.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:51.348 [BundleStart #16] 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 
01:27:51.348 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:51.348 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:51.349 [BundleStart #16] 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 
01:27:51.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:51.356 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:51.359 [BundleStart #16] 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 
01:27:51.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:51.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:51.360 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:51.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:51.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:51.361 [BundleStart #16] 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 
01:27:51.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:51.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:51.365 [BundleStart #16] 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 
01:27:51.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:51.367 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:51.373 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:51.374 [BundleStart #17] 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 
01:27:51.374 [BundleStart #17] 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) 
01:27:51.375 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:51.375 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:51.380 [BundleStart #17] 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 
01:27:51.380 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:51.382 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:199 - org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest-bundle.properties was not found; using defaults 
01:27:51.383 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:511 - Post processing: creating test bundle 
01:27:51.397 [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] 
01:27:51.397 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:202 - Automatically creating Manifest for the test bundle 
01:27:51.398 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:366 - Using the test class for generating bundle imports 
01:27:51.400 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
01:27:51.400 [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... 
01:27:51.404 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class ReferenceInterruptTest 
01:27:51.417 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:51.417 [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... 
01:27:51.417 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest 
01:27:51.421 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:51.421 [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... 
01:27:51.421 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:51.423 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:51.423 [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... 
01:27:51.424 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:51.424 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:51.425 [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 
01:27:51.425 [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} 
01:27:51.425 [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] 
01:27:51.426 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:51.426 [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] 
01:27:51.426 [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] 
01:27:51.426 [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]] 
01:27:51.427 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:51.427 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:51.427 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:51.427 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:51.428 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:51.428 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:51.428 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:51.428 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:51.428 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:51.428 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:51.429 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 
01:27:51.429 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 
01:27:51.429 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 
01:27:51.429 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 
01:27:51.429 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 
01:27:51.430 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 
01:27:51.430 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 
01:27:51.437 [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 
01:27:51.437 [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.* 
01:27:51.440 [BundleStart #18] 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)] 
01:27:51.441 [BundleStart #18] 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 
01:27:51.441 [BundleStart #18] 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) 
01:27:51.441 [BundleStart #18] 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)] 
01:27:51.441 [BundleStart #18] 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)] 
01:27:51.442 [BundleStart #18] 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 
01:27:51.442 [BundleStart #18] 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)] 
01:27:51.442 [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 
01:27:51.443 [main]            DEBUG o.e.g.b.i.r.ReferenceInterruptTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:51.445 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:51.445 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:51.446 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:51.447 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:51.447 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:51.448 [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. 
01:27:51.448 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:51.449 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:51.449 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:51.450 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:51.450 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:51.450 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:51.451 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:51.452 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:51.452 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:51.453 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:51.453 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:51.453 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:51.454 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:51.455 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:364 - Writing test name [testProxyInterrupt] to OSGi 
01:27:51.469 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyInterrupt] for execution inside OSGi 
01:27:51.469 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyInterrupt] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7b9a4292 
01:27:51.470 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:190 - Loading context for locations:  
01:27:51.483 [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 [Sat May 04 01:27:51 UTC 2024]; root of context hierarchy 
01:27:51.489 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:51.508 [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@6989da5e: defining beans []; root of factory hierarchy 
01:27:51.518 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:51.519 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:51.520 [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} 
01:27:51.521 [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] 
01:27:51.524 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1e66f1f5] 
01:27:51.524 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4e50c791] 
01:27:51.527 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@707194ba] 
01:27:51.530 [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 [Sat May 04 01:27:51 UTC 2024]; root of context hierarchy] 
01:27:51.532 [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} 
01:27:51.534 [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} 
01:27:51.570 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:27:51.570 [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)] 
01:27:51.571 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:27:51.578 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 
01:27:51.591 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:27:51.591 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:27:51.592 [main]            INFO  o.e.g.b.i.r.ReferenceInterruptTest:65 - Invoking proxy... 
01:27:51.597 [main]            TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 
01:27:54.592 [main]            TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 
01:27:54.593 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:54.594 [main]            TRACE o.e.g.b.i.r.ReferenceInterruptTest:440 - Reading OSGi results for test [testProxyInterrupt] 
01:27:54.595 [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: 4.185 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest
01:27:54.600 [Thread-0]        INFO  o.e.g.b.i.r.ReferenceInterruptTest:471 - Shutting down OSGi platform 
01:27:54.601 [Thread-3]        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) 
01:27:54.601 [Thread-3]        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 [Sat May 04 01:27:51 UTC 2024]; root of context hierarchy 
01:27:54.601 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:54.601 [Thread-3]        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 [Sat May 04 01:27:51 UTC 2024]; root of context hierarchy] 
01:27:54.602 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:54.602 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:54.602 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:54.602 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:54.602 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:54.603 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:54.603 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:54.604 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:54.605 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:27:54.605 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:54.606 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:54.607 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:55,297 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:55,423 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:55,426 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:55,450 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:55,489 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:55,492 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:55,498 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:55,508 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:27:55,515 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:55,515 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:55,517 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:55,517 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:55,518 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:55,518 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:55,518 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:55,518 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:55,518 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:55,518 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:55,518 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:55,519 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:55,519 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:55,519 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:55,519 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:55,519 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:55,519 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:55,520 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:55,520 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:55,521 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest
01:27:55.639 [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.KnopflerfishPlatform 
01:27:55.644 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:85 - Instantiating platform wrapper... 
01:27:55.657 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5570199457156587190kf 
01:27:55.657 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:215 - About to start Knopflerfish OSGi Platform 
01:27:55.764 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:55.768 [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=} 
01:27:55.769 [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} 
01:27:55.770 [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} 
01:27:55.771 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:55.921 [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] 
01:27:55.937 [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] 
01:27:55.943 [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] 
01:27:55.945 [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] 
01:27:55.954 [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] 
01:27:55.964 [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] 
01:27:55.966 [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] 
01:27:55.970 [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] 
01:27:55.975 [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] 
01:27:55.990 [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] 
01:27:55.999 [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] 
01:27:56.002 [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] 
01:27:56.006 [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] 
01:27:56.014 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.016 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.020 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.028 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.057 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.061 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.079 [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] 
01:27:56.087 [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] 
01:27:56.092 [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] 
01:27:56.094 [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] 
01:27:56.095 [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] 
01:27:56.096 [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] 
01:27:56.097 [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] 
01:27:56.100 [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] 
01:27:56.104 [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] 
01:27:56.105 [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] 
01:27:56.115 [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] 
01:27:56.116 [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] 
01:27:56.117 [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] 
01:27:56.123 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.125 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.129 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56,172 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:56,213 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:56,215 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:56,225 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:56,250 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:56,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:56,256 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:56,264 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1814d0d9 - No compression will be used
01:27:56,269 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:56,269 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:56,270 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:56,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:56,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:56,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:56,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:56,271 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:56,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:56,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:56,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:56,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:56,272 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:56,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:56,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:56,273 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:56,273 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:56,274 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:56,274 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:56,275 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ee66fb0 - Registering current configuration as safe fallback point
01:27:56.288 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:27:56.298 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:56.451 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:56.456 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:27:56.461 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:27:56.464 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:27:56.469 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:56.471 [BundleStart #16] 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 
01:27:56.471 [BundleStart #16] 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) 
01:27:56.471 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:56.472 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:56.474 [BundleStart #16] 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 
01:27:56.474 [BundleStart #16] 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) 
01:27:56.474 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:56.475 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:56.476 [BundleStart #16] 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 
01:27:56.476 [BundleStart #16] 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) 
01:27:56.476 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:56.477 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:56.477 [BundleStart #16] 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 
01:27:56.478 [BundleStart #16] 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) 
01:27:56.478 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:56.478 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:56.479 [BundleStart #16] 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 
01:27:56.479 [BundleStart #16] 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) 
01:27:56.479 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:56.480 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:56.481 [BundleStart #16] 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 
01:27:56.481 [BundleStart #16] 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) 
01:27:56.481 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:56.482 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:56.482 [BundleStart #16] 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 
01:27:56.483 [BundleStart #16] 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) 
01:27:56.483 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:56.483 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:56.484 [BundleStart #16] 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 
01:27:56.484 [BundleStart #16] 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) 
01:27:56.484 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:56.484 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:56.485 [BundleStart #16] 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 
01:27:56.485 [BundleStart #16] 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) 
01:27:56.486 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:56.486 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:56.487 [BundleStart #16] 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 
01:27:56.487 [BundleStart #16] 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) 
01:27:56.487 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:56.487 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:56.488 [BundleStart #16] 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 
01:27:56.488 [BundleStart #16] 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) 
01:27:56.489 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:56.489 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:56.489 [BundleStart #16] 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 
01:27:56.490 [BundleStart #16] 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) 
01:27:56.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:56.490 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:56.491 [BundleStart #16] 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 
01:27:56.491 [BundleStart #16] 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) 
01:27:56.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:56.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:56.492 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:27:56.492 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:27:56.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:56.492 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:56.493 [BundleStart #16] 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 
01:27:56.493 [BundleStart #16] 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) 
01:27:56.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:56.493 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:56.495 [BundleStart #16] 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 
01:27:56.495 [BundleStart #16] 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) 
01:27:56.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:56.504 [BundleStart #16] 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)] 
01:27:56.505 [BundleStart #16] 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)] 
01:27:56.507 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:27:56.508 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:27:56.511 [BundleStart #16] 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)] 
01:27:56.513 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:56.514 [BundleStart #16] 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@203e8d98 w/ reference null 
01:27:56.514 [BundleStart #16] 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@203e8d98 w/ reference null 
01:27:56.515 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:27:56.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:56.529 [BundleStart #16] 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 
01:27:56.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:27:56.530 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:56.532 [BundleStart #16] 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 
01:27:56.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:27:56.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:56.535 [BundleStart #16] 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 
01:27:56.535 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:27:56.535 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:56.536 [BundleStart #16] 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 
01:27:56.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:27:56.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:56.537 [BundleStart #16] 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 
01:27:56.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:27:56.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:56.540 [BundleStart #16] 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 
01:27:56.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:27:56.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:56.541 [BundleStart #16] 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 
01:27:56.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:27:56.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:56.542 [BundleStart #16] 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 
01:27:56.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:27:56.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:56.543 [BundleStart #16] 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 
01:27:56.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:27:56.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:56.545 [BundleStart #16] 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 
01:27:56.545 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:27:56.546 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:56.547 [BundleStart #16] 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 
01:27:56.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:27:56.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:27:56.548 [BundleStart #16] 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 
01:27:56.548 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:27:56.548 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:56.556 [BundleStart #16] 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 
01:27:56.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:27:56.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:27:56.558 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:27:56.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:27:56.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:56.559 [BundleStart #16] 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 
01:27:56.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:27:56.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:56.564 [BundleStart #16] 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 
01:27:56.564 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:27:56.565 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.571 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:56.572 [BundleStart #17] 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 
01:27:56.572 [BundleStart #17] 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) 
01:27:56.573 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:56.573 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:56.574 [BundleStart #17] 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 
01:27:56.574 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:27:56.575 [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-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.577 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:56.578 [BundleStart #18] 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 
01:27:56.578 [BundleStart #18] 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) 
01:27:56.578 [BundleStart #18] 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)] 
01:27:56.588 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:56.589 [BundleStart #18] 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 
01:27:56.589 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:56.592 [BundleStart #18] 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)] 
01:27:56.592 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:27:56.593 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:56.593 [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@2226f0db 
01:27:56.593 [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) 
01:27:56.593 [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) 
01:27:56.593 [BundleStart #18] 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 
01:27:56.594 [BundleStart #18] 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)] 
01:27:56.594 [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-knopflerfish/integration-tests/bundles/service.listener.bundle/target/service.listener-3.0.1.BUILD-SNAPSHOT.jar] 
01:27:56.595 [BundleStart #19] 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)] 
01:27:56.596 [BundleStart #19] 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 
01:27:56.596 [BundleStart #19] 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) 
01:27:56.596 [BundleStart #19] 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)] 
01:27:56.597 [BundleStart #19] 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... 
01:27:56.597 [BundleStart #19] 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 
01:27:56.597 [BundleStart #19] 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)] 
01:27:56.597 [BundleStart #19] 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)] 
01:27:56.597 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:27:56.598 [BundleStart #19] 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)] 
01:27:56.598 [BundleStart #19] 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 
01:27:56.598 [BundleStart #19] 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)] 
01:27:56.599 [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 [Sat May 04 01:27:56 UTC 2024]; root of context hierarchy 
01:27:56.601 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:199 - org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest-bundle.properties was not found; using defaults 
01:27:56.601 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:511 - Post processing: creating test bundle 
01:27:56.608 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:56.618 [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] 
01:27:56.619 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:202 - Automatically creating Manifest for the test bundle 
01:27:56.620 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:366 - Using the test class for generating bundle imports 
01:27:56.623 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 
01:27:56.623 [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... 
01:27:56.629 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class ServiceListenerTest 
01:27:56.672 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:56.673 [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... 
01:27:56.673 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest 
01:27:56.677 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 
01:27:56.679 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:56.679 [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... 
01:27:56.679 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:27:56.682 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:56.682 [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... 
01:27:56.683 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:27:56.684 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:27:56.684 [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 
01:27:56.685 [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} 
01:27:56.685 [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] 
01:27:56.686 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:27:56.686 [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] 
01:27:56.686 [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] 
01:27:56.687 [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]] 
01:27:56.687 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:27:56.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:27:56.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:27:56.688 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:27:56.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:27:56.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:27:56.689 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:27:56.690 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:27:56.690 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:27:56.690 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:27:56.690 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 
01:27:56.691 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 
01:27:56.691 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 
01:27:56.699 [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 
01:27:56.700 [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.* 
01:27:56.703 [BundleStart #20] 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)] 
01:27:56.704 [BundleStart #20] 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 
01:27:56.704 [BundleStart #20] 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) 
01:27:56.704 [BundleStart #20] 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)] 
01:27:56.704 [BundleStart #20] 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)] 
01:27:56.705 [BundleStart #20] 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 
01:27:56.705 [BundleStart #20] 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)] 
01:27:56.705 [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 
01:27:56.706 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:27:56.708 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:27:56.710 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:27:56.712 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:27:56.713 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
01:27:56.714 [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 
01:27:56.717 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:56.717 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:56.757 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:56.758 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:56.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:56.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:56.833 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:56.834 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:56.896 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 
01:27:56.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:56.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:56.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:56.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:56.960 [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@730a170e: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:27:56.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:56.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:56.973 [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} 
01:27:56.974 [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] 
01:27:56.986 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:56.990 [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@730a170e: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:27:56.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:56.990 [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@54edc1c3 
01:27:56.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:56.991 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:56.991 [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) 
01:27:56.992 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:56.992 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:56.992 [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) 
01:27:56.992 [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) 
01:27:56.992 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:56.993 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2226f0db 
01:27:56.993 [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) 
01:27:56.993 [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) 
01:27:56.994 [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 [Sat May 04 01:27:56 UTC 2024]; root of context hierarchy 
01:27:56.994 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:56.996 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/service-listener.xml] 
01:27:56.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:57.000 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:57.000 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:57.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:57.058 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:57.059 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:57.071 [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@c5416d3: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy 
01:27:57.072 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:57.072 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:57.072 [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} 
01:27:57.073 [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] 
01:27:57.074 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:57.074 [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@c5416d3: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy] 
01:27:57.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:57.075 [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@54edc1c3 
01:27:57.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 
01:27:57.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:57.110 [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 
01:27:57.110 [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 
01:27:57.111 [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 
01:27:57.113 [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)] 
01:27:57.113 [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)] 
01:27:57.114 [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] 
01:27:57.115 [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)] 
01:27:57.115 [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) 
01:27:57.115 [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]] 
01:27:57.116 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 
01:27:57.116 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 
01:27:57.116 [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) 
01:27:57.116 [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) 
01:27:57.122 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:27:57.123 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:57.123 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
01:27:57.123 [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) 
01:27:57.126 [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@4c440706] 
01:27:57.127 [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@7db30cf2] 
Delaying for:0
01:27:57.163 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:27:57.164 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:27:57.165 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:27:57.166 [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 {} 
01:27:57.167 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:27:57.168 [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=9}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml) 
01:27:57.169 [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=9} 
01:27:57.170 [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 [{}] 
01:27:57.170 [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 [Sat May 04 01:27:56 UTC 2024]; root of context hierarchy] 
01:27:57.171 [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) 
01:27:57.171 [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) 
01:27:57.172 [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) 
01:27:57.172 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:57.172 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:27:57.174 [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@10ff4df3] 
01:27:57.177 [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 [Sat May 04 01:27:56 UTC 2024]; root of context hierarchy] 
01:27:57.179 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice, Bundle-Version=1.0.0} 
01:27:57.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} 
01:27:57.181 [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 
01:27:57.181 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:57.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:57.182 [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) 
01:27:57.182 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:27:57.182 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:27:57.182 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:27:57.182 [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 
01:27:57.183 [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 
01:27:57.183 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:57.183 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.service.listener 
01:27:57.189 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:27:57.197 [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 
01:27:57.198 [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 
01:27:57.199 [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 
01:27:57.199 [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 
01:27:57.200 [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 
01:27:57.202 [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@1f595a6b] 
01:27:57.202 [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@2ba480f0] 
01:27:57.203 [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)] 
01:27:57.204 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@2eac4c9c} 
01:27:57.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2eac4c9c] bound to proxy 
01:27:57.205 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2eac4c9c] bound to proxy 
01:27:57.205 [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@34fc9d67 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@2eac4c9c 
01:27:57.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2b6b5ed2 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;@3895a2ee, service.id=9} 
01:27:57.206 [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) 
01:27:57.206 [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@34fc9d67 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@2eac4c9c 
01:27:57.207 [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 
01:27:57.207 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:27:57.208 [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 
01:27:57.208 [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 
01:27:57.209 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:27:57.209 [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 
01:27:57.210 [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@376743a3] 
01:27:57.210 [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 [Sat May 04 01:27:56 UTC 2024]; root of context hierarchy] 
01:27:57.211 [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} 
01:27:57.211 [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} 
01:27:57.212 [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 
01:27:57.212 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.service.listener 
01:27:57.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:27:57.213 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:27:57.214 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:27:57.215 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:27:57.215 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:27:57.216 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:27:57.216 [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. 
01:27:57.217 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:27:57.217 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:27:57.218 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:27:57.218 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:27:57.220 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:27:57.220 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:27:57.220 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:27:57.222 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:27:57.222 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:364 - Writing test name [testServiceListener] to OSGi 
01:27:57.261 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceListener] for execution inside OSGi 
01:27:57.261 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceListener] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4cc451f2 
01:27:57.262 [main]            INFO  o.e.g.b.i.s.ServiceListenerTest:190 - Loading context for locations:  
01:27:57.264 [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 [Sat May 04 01:27:57 UTC 2024]; root of context hierarchy 
01:27:57.264 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:27:57.265 [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@1aa7ecca: defining beans []; root of factory hierarchy 
01:27:57.265 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:57.265 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:57.266 [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} 
01:27:57.266 [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] 
01:27:57.267 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6572421] 
01:27:57.267 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6b81ce95] 
01:27:57.267 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2a798d51] 
01:27:57.268 [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 [Sat May 04 01:27:57 UTC 2024]; root of context hierarchy] 
01:27:57.268 [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} 
01:27:57.269 [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} 
01:27:57.292 [BundleStop #18]  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 
01:27:57.293 [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) 
01:27:57.293 [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@2226f0db 
01:27:57.293 [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) 
01:27:57.294 [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) 
01:27:57.294 [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) 
01:27:57.295 [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 [Sat May 04 01:27:56 UTC 2024]; root of context hierarchy 
01:27:57.295 [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 [Sat May 04 01:27:56 UTC 2024]; root of context hierarchy] 
01:27:57.297 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:27:57.297 [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@34fc9d67 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@2eac4c9c 
01:27:57.298 [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@2b6b5ed2 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;@ac5357b, service.id=9} 
01:27:57.298 [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) 
01:27:57.298 [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@34fc9d67 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@2eac4c9c 
01:27:57.298 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2eac4c9c] was unregistered and unbound from the service proxy 
01:27:57.299 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2eac4c9c] was unregistered and unbound from the service proxy 
01:27:57.299 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2eac4c9c] 
01:27:57.299 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:57.300 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:27:57.300 [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@2226f0db 
01:27:57.300 [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 
01:27:57.301 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:56 - about to restart simple service 
01:27:57.301 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@50fda2a9 
01:27:57.302 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:57.303 [BundleStart #18] 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 
01:27:57.303 [BundleStart #18] 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) 
01:27:57.303 [BundleStart #18] 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)] 
01:27:57.304 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:27:57.304 [BundleStart #18] 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 
01:27:57.304 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:57.304 [BundleStart #18] 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)] 
01:27:57.305 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:27:57.305 [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@2226f0db 
01:27:57.305 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:27:57.305 [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) 
01:27:57.305 [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) 
01:27:57.306 [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 [Sat May 04 01:27:57 UTC 2024]; root of context hierarchy 
01:27:57.306 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:27:57.306 [BundleStart #18] 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 
01:27:57.306 [BundleStart #18] 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)] 
01:27:57.307 [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 
01:27:57.308 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice-osgi.xml] 
01:27:57.308 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:27:57.308 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:57.311 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:57.311 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:57.312 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:57.312 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:57.362 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:57.363 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:27:57.371 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 
01:27:57.374 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:57.374 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:27:57.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:57.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:27:57.393 [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@6975dda: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:27:57.394 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:27:57.394 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:27:57.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} 
01:27:57.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] 
01:27:57.395 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:27:57.396 [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@6975dda: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:27:57.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:27:57.396 [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@54edc1c3 
01:27:57.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:27:57.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:27:57.397 [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) 
01:27:57.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:27:57.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:27:57.397 [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) 
01:27:57.397 [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) 
01:27:57.398 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:27:57.398 [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) 
01:27:57.398 [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@1b7efa99] 
01:27:57.399 [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@1c7cdbc3] 
Delaying for:0
01:27:57.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:27:57.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:27:57.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:27:57.401 [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 {} 
01:27:57.402 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:27:57.475 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f5e671c] bound to proxy 
01:27:57.475 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f5e671c] bound to proxy 
01:27:57.476 [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@34fc9d67 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@f5e671c 
01:27:57.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@2b6b5ed2 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;@6318fe5c, service.id=13} 
01:27:57.476 [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) 
01:27:57.476 [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@34fc9d67 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@f5e671c 
01:27:57.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:27:57.477 [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@19c0833f] 
01:27:57.477 [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 [Sat May 04 01:27:57 UTC 2024]; root of context hierarchy] 
01:27:57.478 [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} 
01:27:57.479 [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} 
01:27:57.479 [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 
01:27:57.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:27:57.479 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:27:58.480 [main]            DEBUG o.e.g.b.i.s.ServiceListenerTest:62 - simple service succesfully restarted 
01:27:58.481 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:27:58.482 [main]            TRACE o.e.g.b.i.s.ServiceListenerTest:440 - Reading OSGi results for test [testServiceListener] 
01:27:58.483 [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.85 sec - in org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest
01:27:58.488 [Thread-3]        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) 
01:27:58.488 [Thread-0]        INFO  o.e.g.b.i.s.ServiceListenerTest:471 - Shutting down OSGi platform 
01:27:58.488 [Thread-3]        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 [Sat May 04 01:27:57 UTC 2024]; root of context hierarchy 
01:27:58.488 [Thread-3]        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 [Sat May 04 01:27:57 UTC 2024]; root of context hierarchy] 
01:27:58.489 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:58.489 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:58.489 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18], BundleImpl[id=19]] 
01:27:58.490 [Framework shutdown] 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 
01:27:58.491 [Framework shutdown] 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 
01:27:58.491 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19], BundleImpl[id=18]] 
01:27:58.492 [Framework shutdown] 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 
01:27:58.492 [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) 
01:27:58.492 [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@2226f0db 
01:27:58.492 [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) 
01:27:58.492 [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) 
01:27:58.493 [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) 
01:27:58.493 [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) 
01:27:58.493 [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 [Sat May 04 01:27:56 UTC 2024]; root of context hierarchy 
01:27:58.493 [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 [Sat May 04 01:27:56 UTC 2024]; root of context hierarchy] 
01:27:58.494 [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@34fc9d67 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@f5e671c 
01:27:58.494 [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@2b6b5ed2 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;@6f342b3b, service.id=13} 
01:27:58.494 [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) 
01:27:58.494 [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@34fc9d67 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@f5e671c 
01:27:58.495 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f5e671c] was unregistered and unbound from the service proxy 
01:27:58.495 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f5e671c] was unregistered and unbound from the service proxy 
01:27:58.495 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:58.495 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:27:58.495 [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@2226f0db 
01:27:58.496 [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 
01:27:58.496 [Framework shutdown] 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 
01:27:58.496 [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) 
01:27:58.496 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2226f0db 
01:27:58.496 [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) 
01:27:58.496 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:27:58.497 [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) 
01:27:58.497 [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 [Sat May 04 01:27:57 UTC 2024]; root of context hierarchy 
01:27:58.497 [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 [Sat May 04 01:27:57 UTC 2024]; root of context hierarchy] 
01:27:58.497 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:27:58.498 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@f5e671c] 
01:27:58.498 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:27:58.498 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:27:58.498 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2226f0db 
01:27:58.499 [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 
01:27:58.499 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:58.499 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:58.499 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:27:58.499 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:27:58.499 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:27:58.499 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:27:58.501 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:27:58.501 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5e3a56c6 
01:27:58.501 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5a05c9d9 
01:27:58.501 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:27:58.502 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:27:58.502 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:27:59,264 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:27:59,405 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:27:59,408 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:27:59,430 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:59,474 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:27:59,476 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:27:59,482 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:27:59,492 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used
01:27:59,499 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:27:59,499 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:27:59,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:27:59,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:27:59,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:27:59,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:27:59,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:27:59,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:27:59,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:27:59,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:27:59,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:27:59,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:27:59,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:27:59,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:27:59,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:27:59,503 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:27:59,503 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:27:59,504 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:27:59,504 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:27:59,505 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest
01:27:59.625 [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.KnopflerfishPlatform 
01:27:59.630 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:85 - Instantiating platform wrapper... 
01:27:59.642 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4624277170739571630kf 
01:27:59.642 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:215 - About to start Knopflerfish OSGi Platform 
01:27:59.757 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:27:59.761 [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=} 
01:27:59.762 [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} 
01:27:59.764 [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} 
01:27:59.765 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:27:59.959 [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] 
01:27:59.990 [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] 
01:27:59.998 [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] 
01:28:00.000 [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] 
01:28:00.008 [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] 
01:28:00.018 [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] 
01:28:00.020 [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] 
01:28:00.024 [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] 
01:28:00.030 [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] 
01:28:00.059 [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] 
01:28:00.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] 
01:28:00.073 [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] 
01:28:00.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] 
01:28:00.087 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.089 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.094 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.098 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.101 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.103 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.105 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.125 [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] 
01:28:00.133 [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] 
01:28:00.138 [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] 
01:28:00.157 [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] 
01:28:00.158 [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] 
01:28:00.158 [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] 
01:28:00.159 [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] 
01:28:00.163 [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] 
01:28:00.166 [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] 
01:28:00.167 [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] 
01:28:00.173 [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] 
01:28:00.174 [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] 
01:28:00.175 [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] 
01:28:00.178 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.180 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.182 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00,211 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:00,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:00,255 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:00,266 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:00,291 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:00,293 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:00,297 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:00,305 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2949a1b5 - No compression will be used
01:28:00,310 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:00,310 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:00,311 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:00,312 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:00,312 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:00,312 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:00,312 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:00,312 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:00,312 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:00,313 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:00,313 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:00,313 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:00,313 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:00,313 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:00,313 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:00,314 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:00,314 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:00,314 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:00,315 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:00,315 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@34a08be0 - Registering current configuration as safe fallback point
01:28:00.332 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:00.343 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:00.511 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:00.512 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:00.517 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:00.520 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:00.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:00.527 [BundleStart #16] 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 
01:28:00.527 [BundleStart #16] 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) 
01:28:00.527 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:00.528 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:00.530 [BundleStart #16] 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 
01:28:00.531 [BundleStart #16] 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) 
01:28:00.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:00.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:00.533 [BundleStart #16] 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 
01:28:00.534 [BundleStart #16] 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) 
01:28:00.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:00.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:00.535 [BundleStart #16] 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 
01:28:00.535 [BundleStart #16] 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) 
01:28:00.535 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:00.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:00.536 [BundleStart #16] 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 
01:28:00.537 [BundleStart #16] 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) 
01:28:00.537 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:00.537 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:00.539 [BundleStart #16] 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 
01:28:00.540 [BundleStart #16] 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) 
01:28:00.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:00.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:00.541 [BundleStart #16] 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 
01:28:00.541 [BundleStart #16] 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) 
01:28:00.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:00.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:00.543 [BundleStart #16] 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 
01:28:00.543 [BundleStart #16] 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) 
01:28:00.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:00.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:00.545 [BundleStart #16] 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 
01:28:00.545 [BundleStart #16] 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) 
01:28:00.545 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:00.546 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:00.547 [BundleStart #16] 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 
01:28:00.547 [BundleStart #16] 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) 
01:28:00.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:00.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:00.548 [BundleStart #16] 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 
01:28:00.548 [BundleStart #16] 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) 
01:28:00.549 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:00.549 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:00.549 [BundleStart #16] 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 
01:28:00.549 [BundleStart #16] 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) 
01:28:00.550 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:00.550 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:00.551 [BundleStart #16] 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 
01:28:00.551 [BundleStart #16] 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) 
01:28:00.551 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:00.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:00.552 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:00.552 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:00.556 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:00.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:00.557 [BundleStart #16] 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 
01:28:00.557 [BundleStart #16] 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) 
01:28:00.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:00.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:00.559 [BundleStart #16] 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 
01:28:00.560 [BundleStart #16] 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) 
01:28:00.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:00.569 [BundleStart #16] 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)] 
01:28:00.569 [BundleStart #16] 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)] 
01:28:00.572 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:00.572 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:00.576 [BundleStart #16] 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)] 
01:28:00.577 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:00.578 [BundleStart #16] 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@3a9320d3 w/ reference null 
01:28:00.578 [BundleStart #16] 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@3a9320d3 w/ reference null 
01:28:00.579 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:00.583 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:00.594 [BundleStart #16] 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 
01:28:00.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:00.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:00.597 [BundleStart #16] 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 
01:28:00.598 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:00.598 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:00.600 [BundleStart #16] 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 
01:28:00.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:00.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:00.601 [BundleStart #16] 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 
01:28:00.601 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:00.602 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:00.603 [BundleStart #16] 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 
01:28:00.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:00.604 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:00.606 [BundleStart #16] 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 
01:28:00.606 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:00.606 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:00.607 [BundleStart #16] 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 
01:28:00.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:00.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:00.608 [BundleStart #16] 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 
01:28:00.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:00.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:00.610 [BundleStart #16] 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 
01:28:00.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:00.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:00.612 [BundleStart #16] 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 
01:28:00.612 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:00.613 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:00.614 [BundleStart #16] 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 
01:28:00.614 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:00.615 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:00.615 [BundleStart #16] 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 
01:28:00.616 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:00.616 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:00.618 [BundleStart #16] 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 
01:28:00.618 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:00.618 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:00.619 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:00.619 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:00.620 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:00.620 [BundleStart #16] 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 
01:28:00.621 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:00.621 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:00.625 [BundleStart #16] 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 
01:28:00.625 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:00.626 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.633 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:00.634 [BundleStart #17] 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 
01:28:00.635 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:00.635 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:00.636 [BundleStart #17] 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 
01:28:00.636 [BundleStart #17] 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) 
01:28:00.636 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:00.636 [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-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.638 [BundleStart #18] 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)] 
01:28:00.638 [BundleStart #18] 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 
01:28:00.638 [BundleStart #18] 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)] 
01:28:00.639 [BundleStart #18] 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)] 
01:28:00.639 [BundleStart #18] 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 
01:28:00.639 [BundleStart #18] 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) 
01:28:00.639 [BundleStart #18] 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)] 
01:28:00.640 [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-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.641 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:00.641 [BundleStart #19] 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 
01:28:00.641 [BundleStart #19] 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)] 
01:28:00.642 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:00.642 [BundleStart #19] 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 
01:28:00.642 [BundleStart #19] 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) 
01:28:00.642 [BundleStart #19] 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)] 
01:28:00.652 [BundleStart #19] 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... 
01:28:00.653 [BundleStart #19] 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 
01:28:00.656 [BundleStart #19] 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)] 
01:28:00.659 [BundleStart #19] 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)] 
01:28:00.659 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:00.660 [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@6af799cf 
01:28:00.660 [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-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:00.660 [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) 
01:28:00.661 [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) 
01:28:00.662 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:00.663 [BundleStart #20] 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 
01:28:00.664 [BundleStart #20] 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)] 
01:28:00.664 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:00.664 [BundleStart #20] 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 
01:28:00.665 [BundleStart #20] 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) 
01:28:00.665 [BundleStart #20] 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)] 
01:28:00.665 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:00.666 [BundleStart #20] 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 
01:28:00.666 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:00.666 [BundleStart #20] 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)] 
01:28:00.666 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:00.667 [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 [Sat May 04 01:28:00 UTC 2024]; root of context hierarchy 
01:28:00.669 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest-bundle.properties was not found; using defaults 
01:28:00.669 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:511 - Post processing: creating test bundle 
01:28:00.674 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:00.687 [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] 
01:28:00.687 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:202 - Automatically creating Manifest for the test bundle 
01:28:00.688 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:366 - Using the test class for generating bundle imports 
01:28:00.691 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
01:28:00.692 [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... 
01:28:00.696 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class CollectionImporterTest 
01:28:00.706 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:00.713 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:00.714 [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... 
01:28:00.714 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest 
01:28:00.718 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:00.718 [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... 
01:28:00.718 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:00.757 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:00.758 [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... 
01:28:00.758 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:00.759 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:00.759 [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 
01:28:00.760 [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} 
01:28:00.760 [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] 
01:28:00.761 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:00.761 [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] 
01:28:00.761 [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] 
01:28:00.762 [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]] 
01:28:00.762 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:00.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:00.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:00.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:00.763 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:00.764 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:00.764 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:00.764 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:00.765 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:00.765 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:00.765 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
01:28:00.766 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
01:28:00.766 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
01:28:00.766 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
01:28:00.766 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
01:28:00.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
01:28:00.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
01:28:00.767 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
01:28:00.768 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
01:28:00.779 [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 
01:28:00.779 [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.* 
01:28:00.781 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:00.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:00.782 [BundleStart #21] 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)] 
01:28:00.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:00.782 [BundleStart #21] 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 
01:28:00.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:00.783 [BundleStart #21] 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)] 
01:28:00.783 [BundleStart #21] 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)] 
01:28:00.784 [BundleStart #21] 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 
01:28:00.784 [BundleStart #21] 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) 
01:28:00.784 [BundleStart #21] 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)] 
01:28:00.784 [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 
01:28:00.785 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:00.787 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:00.788 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:00.789 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:00.790 [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. 
01:28:00.790 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
01:28:00.791 [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 
01:28:00.793 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:00.793 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:00.909 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:00.910 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:00.973 [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@62dfed9a: 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 
01:28:00.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:00.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:00.986 [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} 
01:28:00.987 [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] 
01:28:00.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:01.001 [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@62dfed9a: 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] 
01:28:01.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:01.001 [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@57250269 
01:28:01.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:01.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:01.002 [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) 
01:28:01.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:01.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:01.002 [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) 
01:28:01.003 [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) 
01:28:01.003 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:01.003 [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@6af799cf 
01:28:01.004 [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) 
01:28:01.004 [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) 
01:28:01.004 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.004 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:01.006 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:28:01.009 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.009 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.010 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.010 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.038 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.038 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.059 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:28:01.062 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.062 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.063 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.085 [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@52da0670: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:28:01.086 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:01.086 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:01.086 [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} 
01:28:01.086 [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] 
01:28:01.088 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:01.088 [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@52da0670: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:28:01.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:01.088 [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@57250269 
01:28:01.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:01.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:01.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.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:28:01.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:01.089 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:01.089 [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) 
01:28:01.089 [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) 
01:28:01.090 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:01.090 [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) 
01:28:01.093 [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@10aa1d0e] 
01:28:01.093 [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@44db8eea] 
01:28:01.157 [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 
01:28:01.158 [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:{} 
01:28:01.159 [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:[] 
01:28:01.160 [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} 
01:28:01.160 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:01.162 [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 
01:28:01.163 [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 
01:28:01.164 [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:{} 
01:28:01.164 [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:[] 
01:28:01.164 [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} 
01:28:01.164 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:01.164 [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 
01:28:01.166 [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@60cd7c81] 
01:28:01.169 [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 [Sat May 04 01:28:00 UTC 2024]; root of context hierarchy] 
01:28:01.171 [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} 
01:28:01.172 [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} 
01:28:01.172 [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 
01:28:01.173 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:01.174 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
01:28:01.174 [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 
01:28:01.174 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:01.174 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:01.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:01.177 [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) 
01:28:01.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7756515] 
01:28:01.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@42caf9b5] 
Delaying for:0
01:28:01.180 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:28:01.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:28:01.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:28:01.181 [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 {} 
01:28:01.181 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:28:01.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:28:01.182 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5b14bb73] 
01:28:01.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.183 [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} 
01:28:01.183 [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} 
01:28:01.184 [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 
01:28:01.184 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:01.184 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:28:01.185 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:01.185 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:01.186 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:01.186 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:01.187 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:01.188 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:01.188 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:01.189 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:01.190 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:01.190 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:01.191 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:01.192 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:01.192 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:01.192 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:01.193 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
01:28:01.195 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:01.195 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] to OSGi 
01:28:01.209 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] for execution inside OSGi 
01:28:01.209 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:28:01.210 [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 
01:28:01.211 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.211 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:01.212 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml] 
01:28:01.216 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.216 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.217 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.217 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.239 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.240 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.269 [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@38c6f217: defining beans [serviceA,serviceC,exporterA,map,exporterB,simple-bean]; root of factory hierarchy 
01:28:01.270 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:01.270 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:01.270 [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} 
01:28:01.271 [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] 
01:28:01.272 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@564fabc8] 
01:28:01.273 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@16d04d3d] 
01:28:01.276 [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)] 
01:28:01.276 [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)] 
01:28:01.276 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:01.277 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:01.278 [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)] 
01:28:01.278 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4e86e447} 
01:28:01.282 [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=12} 
01:28:01.291 [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 
01:28:01.292 [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 
01:28:01.292 [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 
01:28:01.293 [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 
01:28:01.294 [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 
01:28:01.297 [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)] 
01:28:01.297 [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)] 
01:28:01.298 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:01.298 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28: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.tccl.TCCLService)] 
01:28:01.299 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@2cad52bd, org.knopflerfish.framework.ServiceReferenceImpl@540c2550} 
01:28:01.299 [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=9} 
01:28:01.301 [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=10} 
01:28:01.303 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterA] is being tracked for dependencies 
01:28:01.303 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterA] depends (transitively) on the following importers:{&serviceA} 
01:28:01.304 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterA] depends on importers:[&serviceA] 
01:28:01.305 [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} 
01:28:01.305 [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}] 
01:28:01.306 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 
01:28:01.307 [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 
01:28:01.308 [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 
01:28:01.309 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterB] is being tracked for dependencies 
01:28:01.310 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterB] depends (transitively) on the following importers:{&serviceC, &serviceA} 
01:28:01.310 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterB] depends on importers:[&serviceC, &serviceA] 
01:28:01.311 [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} 
01:28:01.311 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:01.311 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 
01:28:01.312 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@443118b0] 
01:28:01.312 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.312 [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} 
01:28:01.313 [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} 
01:28:01.365 [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=12} 
01:28:01.368 [BundleStop #20]  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 
01:28:01.369 [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) 
01:28:01.369 [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@6af799cf 
01:28:01.369 [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) 
01:28:01.369 [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) 
01:28:01.370 [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) 
01:28:01.371 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.371 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.373 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:28:01.375 [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 
01:28:01.375 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@33d512c1] 
01:28:01.376 [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 
01:28:01.376 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5fe94a96] 
01:28:01.377 [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=12} 
01:28:01.377 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4e86e447] 
01:28:01.377 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:01.379 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:28:01.379 [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@6af799cf 
01:28:01.379 [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 
01:28:01.380 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@53e33998 
01:28:01.380 [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=9} 
01:28:01.381 [BundleStop #19]  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 
01:28:01.381 [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) 
01:28:01.381 [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@6af799cf 
01:28:01.382 [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) 
01:28:01.382 [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) 
01:28:01.382 [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) 
01:28:01.383 [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 [Sat May 04 01:28:00 UTC 2024]; root of context hierarchy 
01:28:01.383 [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 [Sat May 04 01:28:00 UTC 2024]; root of context hierarchy] 
01:28:01.383 [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] 
01:28:01.384 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@540c2550] 
01:28:01.384 [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] 
01:28:01.384 [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 
01:28:01.385 [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=9} 
01:28:01.385 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2cad52bd] 
01:28:01.385 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:01.386 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:01.386 [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@6af799cf 
01:28:01.386 [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 
01:28:01.386 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5d24cd94 
01:28:01.387 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:01.388 [BundleStart #20] 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 
01:28:01.388 [BundleStart #20] 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)] 
01:28:01.389 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:01.389 [BundleStart #20] 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 
01:28:01.389 [BundleStart #20] 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) 
01:28:01.390 [BundleStart #20] 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)] 
01:28:01.390 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:01.391 [BundleStart #20] 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 
01:28:01.391 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:01.391 [BundleStart #20] 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)] 
01:28:01.391 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:01.391 [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@6af799cf 
01:28:01.392 [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) 
01:28:01.392 [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) 
01:28:01.392 [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 
01:28:01.392 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.393 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:01.393 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:01.393 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:01.394 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:28:01.466 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.489 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:28:01.491 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.507 [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@25a528fe: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:28:01.507 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:01.507 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:01.508 [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} 
01:28:01.508 [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] 
01:28:01.509 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:01.509 [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@25a528fe: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:28:01.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:01.509 [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@57250269 
01:28:01.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:01.509 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:01.510 [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) 
01:28:01.510 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:01.510 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:01.510 [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) 
01:28:01.510 [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) 
01:28:01.510 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:01.510 [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) 
01:28:01.511 [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@5153df3a] 
01:28:01.511 [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@2e031851] 
Delaying for:0
01:28:01.513 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:28:01.513 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:28:01.513 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:28:01.513 [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 {} 
01:28:01.514 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:28:01.514 [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=17} 
01:28:01.515 [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 
01:28:01.515 [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} 
01:28:01.515 [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}] 
01:28:01.516 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 
01:28:01.516 [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 
01:28:01.516 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporterB] not started; there are still unsatisfied dependencies [&serviceC] 
01:28:01.516 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:28:01.516 [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@2a63f4c6] 
01:28:01.517 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.517 [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} 
01:28:01.518 [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} 
01:28:01.518 [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 
01:28:01.518 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:28:01.518 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:01.520 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:01.520 [BundleStart #19] 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 
01:28:01.521 [BundleStart #19] 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)] 
01:28:01.521 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:01.521 [BundleStart #19] 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 
01:28:01.521 [BundleStart #19] 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) 
01:28:01.521 [BundleStart #19] 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)] 
01:28:01.522 [BundleStart #19] 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... 
01:28:01.522 [BundleStart #19] 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 
01:28:01.522 [BundleStart #19] 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)] 
01:28:01.522 [BundleStart #19] 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)] 
01:28:01.522 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:01.523 [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@6af799cf 
01:28:01.523 [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 
01:28:01.523 [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) 
01:28:01.523 [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) 
01:28:01.523 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:01.523 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:01.523 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.557 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:01.558 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:01.560 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.561 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.561 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.561 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.575 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.575 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.582 [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@71a98923: 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 
01:28:01.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:01.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:01.583 [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} 
01:28:01.583 [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] 
01:28:01.584 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:01.584 [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@71a98923: 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] 
01:28:01.584 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:01.584 [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@57250269 
01:28:01.584 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:01.585 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:01.585 [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) 
01:28:01.585 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:01.585 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:01.585 [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) 
01:28:01.585 [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) 
01:28:01.585 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:01.586 [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) 
01:28:01.586 [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@640c92f2] 
01:28:01.586 [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@7d0a0fc4] 
01:28:01.589 [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 
01:28:01.589 [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:{} 
01:28:01.589 [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:[] 
01:28:01.590 [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} 
01:28:01.590 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:01.590 [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=20} 
01:28:01.591 [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 
01:28:01.591 [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} 
01:28:01.591 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:01.591 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 
01:28:01.592 [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 
01:28:01.593 [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 
01:28:01.593 [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:{} 
01:28:01.593 [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:[] 
01:28:01.593 [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} 
01:28:01.593 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:01.594 [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=22} 
01:28:01.594 [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 
01:28:01.594 [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@1f0c46d5] 
01:28:01.595 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.595 [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} 
01:28:01.595 [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} 
01:28:01.596 [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 
01:28:01.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:01.596 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:01.597 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:01.598 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] 
01:28:01.599 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain]'s result read 
01:28:01.600 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterAWhenImporterAGoesDownAndUp] to OSGi 
01:28:01.601 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterAWhenImporterAGoesDownAndUp] for execution inside OSGi 
01:28:01.601 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterAWhenImporterAGoesDownAndUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@36ebc363 
01:28:01.601 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:53 - Taking down serviceA... 
01:28:01.602 [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=17} 
01:28:01.602 [BundleStop #20]  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 
01:28:01.603 [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) 
01:28:01.603 [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@6af799cf 
01:28:01.603 [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) 
01:28:01.603 [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) 
01:28:01.603 [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) 
01:28:01.604 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.604 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.604 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:28:01.604 [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 
01:28:01.605 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1c94b695] 
01:28:01.605 [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 
01:28:01.605 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6daf808] 
01:28:01.605 [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=17} 
01:28:01.606 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@53f119de] 
01:28:01.606 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:01.606 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:28:01.606 [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@6af799cf 
01:28:01.606 [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 
01:28:01.607 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:56 - Putting up serviceA... 
01:28:01.607 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@591b52e8 
01:28:01.609 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:01.609 [BundleStart #20] 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 
01:28:01.610 [BundleStart #20] 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)] 
01:28:01.610 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:01.610 [BundleStart #20] 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 
01:28:01.610 [BundleStart #20] 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) 
01:28:01.611 [BundleStart #20] 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)] 
01:28:01.611 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:01.612 [BundleStart #20] 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 
01:28:01.612 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:01.612 [BundleStart #20] 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)] 
01:28:01.612 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:01.612 [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 
01:28:01.612 [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@6af799cf 
01:28:01.612 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:01.613 [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) 
01:28:01.613 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:01.613 [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) 
01:28:01.613 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.613 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:01.615 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:28:01.618 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.618 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.619 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.619 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.671 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:28:01.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.674 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.675 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.687 [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@55ca6556: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:28:01.688 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:01.688 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:01.688 [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} 
01:28:01.688 [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] 
01:28:01.689 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:01.689 [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@55ca6556: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:28:01.689 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:01.689 [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@57250269 
01:28:01.689 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:01.689 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:01.690 [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) 
01:28:01.690 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:01.690 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:01.690 [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) 
01:28:01.690 [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) 
01:28:01.690 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:01.690 [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) 
01:28:01.691 [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@5187ae9c] 
01:28:01.691 [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@687adf41] 
Delaying for:0
01:28:01.692 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:28:01.692 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:28:01.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:28:01.693 [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 {} 
01:28:01.693 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:28:01.693 [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=24} 
01:28:01.694 [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 
01:28:01.694 [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} 
01:28:01.694 [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}] 
01:28:01.695 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 
01:28:01.695 [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 
01:28:01.695 [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} 
01:28:01.695 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:01.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 
01:28:01.696 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:28:01.696 [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@3b95912b] 
01:28:01.696 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.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.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} 
01:28:01.697 [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} 
01:28:01.697 [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 
01:28:01.697 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:01.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:28:01.698 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:01.698 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterAWhenImporterAGoesDownAndUp] 
01:28:01.698 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterAWhenImporterAGoesDownAndUp]'s result read 
01:28:01.699 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownAndUp] to OSGi 
01:28:01.700 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownAndUp] for execution inside OSGi 
01:28:01.700 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterBWhenImporterAGoesDownAndUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@34e9fd99 
01:28:01.700 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:64 - Taking down serviceA... 
01:28:01.701 [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=24} 
01:28:01.701 [BundleStop #20]  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 
01:28:01.702 [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) 
01:28:01.702 [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@6af799cf 
01:28:01.702 [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) 
01:28:01.702 [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) 
01:28:01.702 [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) 
01:28:01.703 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.703 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.703 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:28:01.704 [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 
01:28:01.704 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@331b5e21] 
01:28:01.704 [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 
01:28:01.704 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@da50fd4] 
01:28:01.705 [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=24} 
01:28:01.705 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5f04f813] 
01:28:01.705 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:01.706 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:28:01.706 [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@6af799cf 
01:28:01.706 [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 
01:28:01.707 [main]            INFO  o.e.g.b.i.s.CollectionImporterTest:67 - Putting up serviceA... 
01:28:01.707 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1c19c7af 
01:28:01.707 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:01.708 [BundleStart #20] 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 
01:28:01.708 [BundleStart #20] 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)] 
01:28:01.709 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:01.709 [BundleStart #20] 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 
01:28:01.709 [BundleStart #20] 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) 
01:28:01.709 [BundleStart #20] 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)] 
01:28:01.710 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:01.710 [BundleStart #20] 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 
01:28:01.710 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:01.710 [BundleStart #20] 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)] 
01:28:01.710 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:01.711 [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 
01:28:01.711 [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@6af799cf 
01:28:01.711 [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) 
01:28:01.711 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:01.711 [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) 
01:28:01.711 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:01.711 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.712 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:01.713 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:28:01.716 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.716 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.716 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.717 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.761 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.762 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:01.766 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:28:01.769 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.769 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:01.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:01.781 [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@42a58cd4: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:28:01.781 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:01.781 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:01.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:28:01.782 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:28:01.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:01.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@42a58cd4: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:28:01.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:01.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@57250269 
01:28:01.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:01.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:01.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:28:01.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:01.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:01.784 [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) 
01:28:01.784 [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) 
01:28:01.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:01.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:28:01.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@530f34c3] 
01:28:01.785 [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@32f1c764] 
Delaying for:0
01:28:01.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:28:01.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:28:01.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:28:01.787 [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 {} 
01:28:01.787 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:28:01.787 [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=28} 
01:28:01.788 [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 
01:28:01.788 [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} 
01:28:01.788 [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}] 
01:28:01.789 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 
01:28:01.789 [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 
01:28:01.789 [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} 
01:28:01.789 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:01.789 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 
01:28:01.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:28:01.790 [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@7bfdab1b] 
01:28:01.790 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.790 [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} 
01:28:01.791 [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} 
01:28:01.791 [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 
01:28:01.791 [main]            DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:01.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:28:01.792 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:01.792 [main]            TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownAndUp] 
01:28:01.793 [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: 2.173 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest
01:28:01.797 [Thread-0]        INFO  o.e.g.b.i.s.CollectionImporterTest:471 - Shutting down OSGi platform 
01:28:01.797 [Thread-3]        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) 
01:28:01.797 [Thread-3]        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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.797 [Thread-3]        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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:01.798 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterB] 
01:28:01.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:01.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:01.798 [Thread-3]        INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@259acc1c] 
01:28:01.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:01.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:01.798 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterA] 
01:28:01.799 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 
01:28:01.799 [Thread-3]        INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@196cf2b2] 
01:28:01.800 [Framework shutdown] 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 
01:28:01.800 [Framework shutdown] 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 
01:28:01.800 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 
01:28:01.801 [Framework shutdown] 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 
01:28:01.801 [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) 
01:28:01.801 [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@6af799cf 
01:28:01.801 [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) 
01:28:01.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:28:01.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-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 
01:28:01.802 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.803 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.803 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:28:01.803 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@336f7130] 
01:28:01.803 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:01.804 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:28:01.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@6af799cf 
01:28:01.804 [Thread-3]        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 
01:28:01.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
01:28:01.804 [Framework shutdown] 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 
01:28:01.805 [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) 
01:28:01.805 [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@6af799cf 
01:28:01.805 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:01.805 [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) 
01:28:01.805 [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) 
01:28:01.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-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 
01:28:01.806 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy 
01:28:01.806 [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 [Sat May 04 01:28:01 UTC 2024]; root of context hierarchy] 
01:28:01.806 [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] 
01:28:01.807 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@290d4ad9] 
01:28:01.807 [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] 
01:28:01.807 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2b03b683] 
01:28:01.807 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:01.808 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:01.808 [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@6af799cf 
01:28:01.808 [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 
01:28:01.808 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:01.808 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:01.809 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was null 
01:28:01.810 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@567c024d 
01:28:01.810 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2dcf3d7b 
01:28:01.810 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:01.810 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:01.811 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:01.811 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:02,517 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:02,654 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:02,657 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:02,683 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:02,722 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:02,725 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:02,731 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:02,741 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5a8e6209 - No compression will be used
01:28:02,761 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:02,761 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:02,762 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:02,763 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:02,763 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:02,763 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:02,763 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:02,764 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:02,764 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:02,764 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:02,764 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:02,764 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:02,764 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:02,764 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:02,765 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:02,765 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:02,765 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:02,766 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:02,766 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:02,767 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@23e028a9 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest
01:28:02.888 [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.KnopflerfishPlatform 
01:28:02.893 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:85 - Instantiating platform wrapper... 
01:28:02.906 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8334904704081091724kf 
01:28:02.906 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:215 - About to start Knopflerfish OSGi Platform 
01:28:03.016 [main]            INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:03.020 [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=} 
01:28:03.021 [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} 
01:28:03.023 [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} 
01:28:03.024 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:03.169 [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] 
01:28:03.184 [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] 
01:28:03.190 [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] 
01:28:03.192 [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] 
01:28:03.201 [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] 
01:28:03.212 [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] 
01:28:03.214 [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] 
01:28:03.218 [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] 
01:28:03.223 [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] 
01:28:03.229 [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] 
01:28:03.262 [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] 
01:28:03.265 [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] 
01:28:03.269 [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] 
01:28:03.281 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.284 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.289 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.293 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.296 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.298 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.316 [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] 
01:28:03.324 [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] 
01:28:03.329 [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] 
01:28:03.331 [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] 
01:28:03.332 [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] 
01:28:03.332 [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] 
01:28:03.333 [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] 
01:28:03.336 [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] 
01:28:03.359 [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] 
01:28:03.360 [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] 
01:28:03.367 [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] 
01:28:03.368 [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] 
01:28:03.368 [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] 
01:28:03.372 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.374 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.376 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03,405 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:03,445 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:03,447 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:03,458 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:03,483 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:03,485 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:03,489 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:03,497 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6e193324 - No compression will be used
01:28:03,502 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:03,503 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:03,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:03,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:03,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:03,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:03,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:03,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:03,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:03,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:03,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:03,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:03,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:03,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:03,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:03,506 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:03,507 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:03,507 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:03,507 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:03,508 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2ae99459 - Registering current configuration as safe fallback point
01:28:03.521 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:03.532 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:03.686 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:03.690 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:03.695 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:03.698 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:03.703 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:03.704 [BundleStart #16] 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 
01:28:03.705 [BundleStart #16] 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) 
01:28:03.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:03.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:03.707 [BundleStart #16] 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 
01:28:03.707 [BundleStart #16] 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) 
01:28:03.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:03.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:03.708 [BundleStart #16] 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 
01:28:03.709 [BundleStart #16] 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) 
01:28:03.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:03.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:03.709 [BundleStart #16] 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 
01:28:03.710 [BundleStart #16] 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) 
01:28:03.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:03.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:03.711 [BundleStart #16] 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 
01:28:03.711 [BundleStart #16] 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) 
01:28:03.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:03.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:03.713 [BundleStart #16] 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 
01:28:03.713 [BundleStart #16] 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) 
01:28:03.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:03.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:03.714 [BundleStart #16] 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 
01:28:03.714 [BundleStart #16] 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) 
01:28:03.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:03.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:03.715 [BundleStart #16] 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 
01:28:03.715 [BundleStart #16] 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) 
01:28:03.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:03.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:03.716 [BundleStart #16] 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 
01:28:03.717 [BundleStart #16] 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) 
01:28:03.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:03.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:03.718 [BundleStart #16] 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 
01:28:03.718 [BundleStart #16] 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) 
01:28:03.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:03.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:03.719 [BundleStart #16] 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 
01:28:03.719 [BundleStart #16] 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) 
01:28:03.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:03.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:03.720 [BundleStart #16] 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 
01:28:03.720 [BundleStart #16] 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) 
01:28:03.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:03.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:03.721 [BundleStart #16] 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 
01:28:03.722 [BundleStart #16] 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) 
01:28:03.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:03.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:03.722 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:03.722 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:03.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:03.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:03.723 [BundleStart #16] 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 
01:28:03.723 [BundleStart #16] 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) 
01:28:03.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:03.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:03.725 [BundleStart #16] 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 
01:28:03.725 [BundleStart #16] 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) 
01:28:03.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:03.735 [BundleStart #16] 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)] 
01:28:03.735 [BundleStart #16] 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)] 
01:28:03.738 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:03.738 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:03.757 [BundleStart #16] 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)] 
01:28:03.759 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:03.759 [BundleStart #16] 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@3d071049 w/ reference null 
01:28:03.760 [BundleStart #16] 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@3d071049 w/ reference null 
01:28:03.761 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:03.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:03.775 [BundleStart #16] 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 
01:28:03.775 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:03.775 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:03.778 [BundleStart #16] 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 
01:28:03.778 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:03.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:03.780 [BundleStart #16] 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 
01:28:03.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:03.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:03.782 [BundleStart #16] 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 
01:28:03.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:03.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:03.783 [BundleStart #16] 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 
01:28:03.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:03.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:03.786 [BundleStart #16] 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 
01:28:03.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:03.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:03.787 [BundleStart #16] 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 
01:28:03.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:03.788 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:03.788 [BundleStart #16] 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 
01:28:03.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:03.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:03.790 [BundleStart #16] 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 
01:28:03.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:03.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:03.792 [BundleStart #16] 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 
01:28:03.792 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:03.792 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:03.793 [BundleStart #16] 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 
01:28:03.794 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:03.794 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:03.795 [BundleStart #16] 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 
01:28:03.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:03.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:03.797 [BundleStart #16] 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 
01:28:03.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:03.798 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:03.798 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:03.798 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:03.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:03.799 [BundleStart #16] 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 
01:28:03.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:03.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:03.803 [BundleStart #16] 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 
01:28:03.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:03.804 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.811 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:03.812 [BundleStart #17] 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 
01:28:03.812 [BundleStart #17] 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) 
01:28:03.812 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:03.812 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:03.813 [BundleStart #17] 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 
01:28:03.814 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:03.814 [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-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.815 [BundleStart #18] 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)] 
01:28:03.815 [BundleStart #18] 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 
01:28:03.815 [BundleStart #18] 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) 
01:28:03.815 [BundleStart #18] 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)] 
01:28:03.816 [BundleStart #18] 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)] 
01:28:03.816 [BundleStart #18] 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 
01:28:03.816 [BundleStart #18] 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)] 
01:28:03.817 [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-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:03.818 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:03.818 [BundleStart #19] 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 
01:28:03.818 [BundleStart #19] 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) 
01:28:03.818 [BundleStart #19] 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)] 
01:28:03.828 [BundleStart #19] 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... 
01:28:03.829 [BundleStart #19] 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 
01:28:03.830 [BundleStart #19] 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)] 
01:28:03.832 [BundleStart #19] 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)] 
01:28:03.833 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:03.833 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:03.833 [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@566c6bba 
01:28:03.834 [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) 
01:28:03.834 [BundleStart #19] 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 
01:28:03.834 [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) 
01:28:03.834 [BundleStart #19] 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)] 
01:28:03.836 [main]            INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest-bundle.properties was not found; using defaults 
01:28:03.837 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:511 - Post processing: creating test bundle 
01:28:03.841 [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 [Sat May 04 01:28:03 UTC 2024]; root of context hierarchy 
01:28:03.859 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:03.866 [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] 
01:28:03.866 [main]            INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:202 - Automatically creating Manifest for the test bundle 
01:28:03.867 [main]            INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:366 - Using the test class for generating bundle imports 
01:28:03.870 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
01:28:03.871 [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... 
01:28:03.876 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class MultipleExportersDependingOnOneImporterTest 
01:28:03.897 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:03.897 [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... 
01:28:03.897 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest 
01:28:03.901 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:03.901 [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... 
01:28:03.901 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:03.902 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:03.903 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:03.903 [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... 
01:28:03.903 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:03.904 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:03.904 [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 
01:28:03.904 [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} 
01:28:03.904 [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] 
01:28:03.905 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:03.905 [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] 
01:28:03.905 [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] 
01:28:03.905 [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]] 
01:28:03.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:03.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:03.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:03.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:03.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:03.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:03.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:03.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:03.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:03.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:03.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
01:28:03.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
01:28:03.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
01:28:03.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
01:28:03.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
01:28:03.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
01:28:03.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
01:28:03.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
01:28:03.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
01:28:03.917 [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 
01:28:03.917 [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.* 
01:28:03.957 [BundleStart #20] 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)] 
01:28:03.957 [BundleStart #20] 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 
01:28:03.958 [BundleStart #20] 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) 
01:28:03.958 [BundleStart #20] 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)] 
01:28:03.958 [BundleStart #20] 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)] 
01:28:03.959 [BundleStart #20] 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 
01:28:03.959 [BundleStart #20] 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)] 
01:28:03.959 [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 
01:28:03.959 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:03.961 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:03.962 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:03.963 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:03.964 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
01:28:03.964 [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 
01:28:03.967 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:03.967 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:03.980 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:03.980 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:03.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:03.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:04.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.135 [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@123ca935: 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 
01:28:04.159 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:04.160 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:04.161 [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} 
01:28:04.162 [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] 
01:28:04.172 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:04.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@123ca935: 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] 
01:28:04.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:04.176 [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@3924916e 
01:28:04.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:04.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:04.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 
01:28:04.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:04.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:04.178 [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) 
01:28:04.178 [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) 
01:28:04.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:04.179 [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) 
01:28:04.182 [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@21bdd25e] 
01:28:04.182 [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@dab670e] 
01:28:04.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 
01:28:04.221 [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:{} 
01:28:04.222 [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:[] 
01:28:04.223 [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} 
01:28:04.224 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:04.225 [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 
01:28:04.227 [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 
01:28:04.227 [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:{} 
01:28:04.228 [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:[] 
01:28:04.228 [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} 
01:28:04.228 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:04.229 [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 
01:28:04.230 [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@4d7af311] 
01:28:04.233 [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 [Sat May 04 01:28:03 UTC 2024]; root of context hierarchy] 
01:28:04.235 [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} 
01:28:04.236 [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} 
01:28:04.237 [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 
01:28:04.237 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:04.238 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:04.239 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:04.239 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:04.240 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:04.241 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:04.241 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:04.242 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:04.242 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:04.243 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:04.244 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:04.245 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:04.245 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:04.246 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:04.247 [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. 
01:28:04.247 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:04.247 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:04.248 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
01:28:04.249 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:04.250 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTwoExportersWithTheSameImporter] to OSGi 
01:28:04.264 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTwoExportersWithTheSameImporter] for execution inside OSGi 
01:28:04.264 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTwoExportersWithTheSameImporter] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e58a80e 
01:28:04.265 [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 
01:28:04.265 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy 
01:28:04.266 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:04.267 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml] 
01:28:04.270 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:04.271 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:04.271 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:04.272 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:04.302 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.302 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.316 [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@595b007d: defining beans [mandatory,optional,map-exporter,map,bean-exporter,simple-bean]; root of factory hierarchy 
01:28:04.317 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:04.317 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:04.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} 
01:28:04.318 [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] 
01:28:04.320 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@35cabb2a] 
01:28:04.320 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7e07db1f] 
01:28:04.324 [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)] 
01:28:04.324 [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)] 
01:28:04.324 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:04.331 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:04.358 [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 
01:28:04.358 [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 
01:28:04.359 [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 
01:28:04.360 [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 
01:28:04.360 [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 
01:28:04.362 [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)] 
01:28:04.363 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6b1f271b} 
01:28:04.363 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1f271b] bound to proxy 
01:28:04.364 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1f271b] bound to proxy 
01:28:04.365 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:28:04.365 [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)] 
01:28:04.366 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:04.366 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:04.371 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:28:04.371 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:28:04.372 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&map-exporter] is being tracked for dependencies 
01:28:04.373 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [map-exporter] depends (transitively) on the following importers:{&mandatory, &optional} 
01:28:04.373 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
01:28:04.374 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [map-exporter] depends on importers:[&mandatory] 
01:28:04.379 [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 
01:28:04.380 [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} 
01:28:04.380 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable, java.util.Map}] 
01:28:04.381 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 
01:28:04.383 [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 
01:28:04.383 [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 
01:28:04.385 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&bean-exporter] is being tracked for dependencies 
01:28:04.386 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [bean-exporter] depends (transitively) on the following importers:{&mandatory} 
01:28:04.386 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [bean-exporter] depends on importers:[&mandatory] 
01:28:04.386 [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} 
01:28:04.387 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:04.387 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 
01:28:04.387 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1573f9fc] 
01:28:04.388 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy] 
01:28:04.388 [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} 
01:28:04.389 [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} 
01:28:04.412 [BundleStop #19]  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 
01:28:04.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 
01:28:04.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@566c6bba 
01:28:04.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 
01:28:04.414 [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) 
01:28:04.414 [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) 
01:28:04.415 [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 [Sat May 04 01:28:03 UTC 2024]; root of context hierarchy 
01:28:04.415 [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 [Sat May 04 01:28:03 UTC 2024]; root of context hierarchy] 
01:28:04.417 [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] 
01:28:04.417 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1f271b] bound to proxy 
01:28:04.417 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1f271b] bound to proxy 
01:28:04.418 [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 
01:28:04.418 [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 
01:28:04.418 [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 
01:28:04.418 [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 
01:28:04.419 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@12cd53c0] 
01:28:04.419 [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] 
01:28:04.419 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1f271b] was unregistered and unbound from the service proxy 
01:28:04.420 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b1f271b] was unregistered and unbound from the service proxy 
01:28:04.420 [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 
01:28:04.420 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3b69e7d1] 
01:28:04.420 [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 
01:28:04.421 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5542c4ed] 
01:28:04.421 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6b1f271b] 
01:28:04.421 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:04.423 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:04.423 [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@566c6bba 
01:28:04.423 [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 
01:28:04.424 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@274838a8 
01:28:04.424 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:04.425 [BundleStart #19] 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 
01:28:04.425 [BundleStart #19] 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) 
01:28:04.425 [BundleStart #19] 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)] 
01:28:04.425 [BundleStart #19] 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... 
01:28:04.426 [BundleStart #19] 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 
01:28:04.426 [BundleStart #19] 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)] 
01:28:04.426 [BundleStart #19] 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)] 
01:28:04.426 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:04.426 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:04.426 [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@566c6bba 
01:28:04.427 [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) 
01:28:04.427 [BundleStart #19] 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 
01:28:04.427 [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) 
01:28:04.427 [BundleStart #19] 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)] 
01:28:04.427 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy 
01:28:04.428 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:04.428 [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 
01:28:04.429 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:04.429 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:04.429 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:04.458 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:04.459 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:04.459 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:04.460 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:04.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.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@6723827b: 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 
01:28:04.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:04.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:04.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} 
01:28:04.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] 
01:28:04.496 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:04.496 [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@6723827b: 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] 
01:28:04.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:04.497 [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@3924916e 
01:28:04.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:04.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:04.498 [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) 
01:28:04.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:04.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:04.498 [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) 
01:28:04.498 [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) 
01:28:04.498 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:04.499 [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) 
01:28:04.499 [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@6c3a1204] 
01:28:04.500 [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@4745d96f] 
01:28:04.502 [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 
01:28:04.502 [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:{} 
01:28:04.502 [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:[] 
01:28:04.502 [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} 
01:28:04.503 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:04.503 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@678d5089] bound to proxy 
01:28:04.503 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@678d5089] bound to proxy 
01:28:04.504 [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 
01:28:04.504 [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} 
01:28:04.504 [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}] 
01:28:04.505 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 
01:28:04.505 [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 
01:28:04.505 [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} 
01:28:04.506 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:04.506 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 
01:28:04.506 [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 
01:28:04.507 [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 
01:28:04.508 [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:{} 
01:28:04.508 [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:[] 
01:28:04.508 [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} 
01:28:04.508 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:04.509 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5c8eb8d9] not bound to proxy 
01:28:04.509 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5c8eb8d9] not bound to proxy 
01:28:04.509 [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 
01:28:04.510 [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@59323ea2] 
01:28:04.510 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy] 
01:28:04.510 [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} 
01:28:04.511 [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} 
01:28:04.512 [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 
01:28:04.512 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:04.512 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:04.513 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:04.513 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTwoExportersWithTheSameImporter] 
01:28:04.514 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testTwoExportersWithTheSameImporter]'s result read 
01:28:04.516 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testDirectExporterImporterDependency] to OSGi 
01:28:04.516 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDirectExporterImporterDependency] for execution inside OSGi 
01:28:04.516 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDirectExporterImporterDependency] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6f03482 
01:28:04.517 [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=16} 
01:28:04.518 [BundleStop #19]  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 
01:28:04.518 [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) 
01:28:04.519 [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@566c6bba 
01:28:04.519 [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) 
01:28:04.519 [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) 
01:28:04.519 [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) 
01:28:04.519 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy 
01:28:04.520 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy] 
01:28:04.520 [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] 
01:28:04.520 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@678d5089] bound to proxy 
01:28:04.520 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@678d5089] bound to proxy 
01:28:04.521 [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 
01:28:04.521 [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 
01:28:04.521 [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 
01:28:04.521 [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 
01:28:04.521 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5c8eb8d9] 
01:28:04.522 [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] 
01:28:04.522 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@678d5089] was unregistered and unbound from the service proxy 
01:28:04.522 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@678d5089] was unregistered and unbound from the service proxy 
01:28:04.557 [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 
01:28:04.557 [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=16} 
01:28:04.557 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5b9bd44e] 
01:28:04.557 [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 
01:28:04.558 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@327cf0f3] 
01:28:04.558 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@678d5089] 
01:28:04.558 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:04.559 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:04.559 [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@566c6bba 
01:28:04.559 [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 
01:28:04.619 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@298fc231 
01:28:04.620 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:04.620 [BundleStart #19] 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 
01:28:04.620 [BundleStart #19] 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) 
01:28:04.620 [BundleStart #19] 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)] 
01:28:04.621 [BundleStart #19] 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... 
01:28:04.621 [BundleStart #19] 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 
01:28:04.621 [BundleStart #19] 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)] 
01:28:04.621 [BundleStart #19] 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)] 
01:28:04.621 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:04.622 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:04.622 [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@566c6bba 
01:28:04.622 [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) 
01:28:04.622 [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) 
01:28:04.622 [BundleStart #19] 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 
01:28:04.622 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy 
01:28:04.622 [BundleStart #19] 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)] 
01:28:04.622 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:04.622 [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 
01:28:04.623 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:04.623 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:04.623 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:04.626 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:04.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:04.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:04.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:04.646 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.647 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.662 [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@b894874: 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 
01:28:04.663 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:04.663 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:04.663 [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} 
01:28:04.663 [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] 
01:28:04.664 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:04.664 [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@b894874: 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] 
01:28:04.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:04.665 [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@3924916e 
01:28:04.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:04.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:04.665 [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) 
01:28:04.665 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:04.666 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:04.666 [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) 
01:28:04.666 [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) 
01:28:04.666 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:04.666 [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) 
01:28:04.666 [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@20822226] 
01:28:04.667 [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@16d291a7] 
01:28:04.668 [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 
01:28:04.669 [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:{} 
01:28:04.669 [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:[] 
01:28:04.669 [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} 
01:28:04.669 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:04.670 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3fa57999] bound to proxy 
01:28:04.670 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3fa57999] bound to proxy 
01:28:04.670 [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 
01:28:04.670 [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} 
01:28:04.671 [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}] 
01:28:04.671 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 
01:28:04.671 [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 
01:28:04.671 [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} 
01:28:04.671 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:04.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 
01:28:04.672 [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 
01:28:04.673 [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 
01:28:04.673 [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:{} 
01:28:04.673 [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:[] 
01:28:04.674 [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} 
01:28:04.674 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:04.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f8f50b7] not bound to proxy 
01:28:04.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f8f50b7] not bound to proxy 
01:28:04.674 [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 
01:28:04.675 [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@26cd60b5] 
01:28:04.675 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy] 
01:28:04.675 [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} 
01:28:04.676 [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} 
01:28:04.676 [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 
01:28:04.676 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:04.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:04.677 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:04.677 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testDirectExporterImporterDependency] 
01:28:04.677 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testDirectExporterImporterDependency]'s result read 
01:28:04.678 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTransitiveExporterImporterDependency] to OSGi 
01:28:04.678 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTransitiveExporterImporterDependency] for execution inside OSGi 
01:28:04.679 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTransitiveExporterImporterDependency] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@179ece50 
01:28:04.679 [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=22} 
01:28:04.680 [BundleStop #19]  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 
01:28:04.680 [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) 
01:28:04.680 [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@566c6bba 
01:28:04.680 [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) 
01:28:04.680 [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) 
01:28:04.681 [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) 
01:28:04.681 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy 
01:28:04.681 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy] 
01:28:04.681 [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] 
01:28:04.682 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3fa57999] bound to proxy 
01:28:04.682 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3fa57999] bound to proxy 
01:28:04.682 [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 
01:28:04.682 [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 
01:28:04.682 [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 
01:28:04.683 [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 
01:28:04.683 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5f8f50b7] 
01:28:04.683 [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] 
01:28:04.683 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3fa57999] was unregistered and unbound from the service proxy 
01:28:04.683 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3fa57999] was unregistered and unbound from the service proxy 
01:28:04.684 [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 
01:28:04.684 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3df88863] 
01:28:04.684 [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 
01:28:04.684 [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=22} 
01:28:04.684 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7a0fd35c] 
01:28:04.685 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3fa57999] 
01:28:04.685 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:04.685 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:04.685 [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@566c6bba 
01:28:04.685 [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 
01:28:04.686 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2db053d8 
01:28:04.686 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:04.687 [BundleStart #19] 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 
01:28:04.687 [BundleStart #19] 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) 
01:28:04.687 [BundleStart #19] 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)] 
01:28:04.687 [BundleStart #19] 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... 
01:28:04.687 [BundleStart #19] 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 
01:28:04.687 [BundleStart #19] 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)] 
01:28:04.688 [BundleStart #19] 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)] 
01:28:04.688 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:04.688 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@566c6bba 
01:28:04.688 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:04.688 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 
01:28:04.688 [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) 
01:28:04.688 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy 
01:28:04.688 [BundleStart #19] 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 
01:28:04.688 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:04.689 [BundleStart #19] 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)] 
01:28:04.689 [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 
01:28:04.689 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:04.689 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:04.689 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:04.692 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:04.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:04.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:04.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:04.710 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.711 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:04.719 [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@4af1987f: 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 
01:28:04.719 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:04.757 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:04.757 [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} 
01:28:04.757 [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] 
01:28:04.758 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:04.758 [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@4af1987f: 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] 
01:28:04.758 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:04.758 [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@3924916e 
01:28:04.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:04.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:04.759 [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) 
01:28:04.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:04.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:04.759 [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) 
01:28:04.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 
01:28:04.759 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:04.759 [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) 
01:28:04.760 [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@6b45be42] 
01:28:04.760 [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@68dd75cc] 
01:28:04.761 [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 
01:28:04.761 [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:{} 
01:28:04.762 [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:[] 
01:28:04.762 [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} 
01:28:04.762 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:04.762 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c428544] bound to proxy 
01:28:04.762 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c428544] bound to proxy 
01:28:04.763 [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 
01:28:04.763 [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} 
01:28:04.763 [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}] 
01:28:04.763 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 
01:28:04.763 [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 
01:28:04.764 [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} 
01:28:04.764 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:04.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 
01:28:04.764 [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 
01:28:04.765 [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 
01:28:04.766 [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:{} 
01:28:04.766 [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:[] 
01:28:04.766 [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} 
01:28:04.766 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:04.766 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7afc6ac7] not bound to proxy 
01:28:04.767 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7afc6ac7] not bound to proxy 
01:28:04.767 [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 
01:28:04.767 [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@2c70a235] 
01:28:04.767 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy] 
01:28:04.767 [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} 
01:28:04.768 [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} 
01:28:04.768 [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 
01:28:04.768 [main]            DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:04.768 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:04.769 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:04.769 [main]            TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTransitiveExporterImporterDependency] 
01:28:04.769 [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.886 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest
01:28:04.773 [Thread-0]        INFO  o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:471 - Shutting down OSGi platform 
01:28:04.773 [Thread-3]        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) 
01:28:04.773 [Thread-3]        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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy 
01:28:04.773 [Thread-3]        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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy] 
01:28:04.774 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [bean-exporter] 
01:28:04.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:04.774 [Thread-3]        INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@49c3e2bf] 
01:28:04.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 
01:28:04.774 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [map-exporter] 
01:28:04.775 [Thread-3]        INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4a338d20] 
01:28:04.775 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c428544] was unregistered and unbound from the service proxy 
01:28:04.775 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c428544] was unregistered and unbound from the service proxy 
01:28:04.775 [Framework shutdown] 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 
01:28:04.775 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:04.776 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:28:04.776 [Framework shutdown] 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 
01:28:04.777 [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) 
01:28:04.777 [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@566c6bba 
01:28:04.777 [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) 
01:28:04.777 [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) 
01:28:04.777 [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) 
01:28:04.777 [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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy 
01:28:04.777 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Sat May 04 01:28:04 UTC 2024]; root of context hierarchy] 
01:28:04.778 [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] 
01:28:04.778 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7afc6ac7] 
01:28:04.778 [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] 
01:28:04.778 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@c428544] 
01:28:04.778 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:04.779 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:04.779 [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@566c6bba 
01:28:04.779 [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 
01:28:04.779 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:04.779 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:04.779 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:04.779 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:04.779 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:04.780 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:04.781 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:28:04.781 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@68b2c80a 
01:28:04.781 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:04.781 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:04.781 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:04.782 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:05,471 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:05,588 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:05,591 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:05,614 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:05,652 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:05,654 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:05,660 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:05,670 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:28:05,678 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:05,678 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:05,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:05,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:05,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:05,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:05,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:05,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:05,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:05,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:05,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:05,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:05,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:05,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:05,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:05,682 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:05,682 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:05,683 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:05,683 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:05,684 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest
01:28:05.813 [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.KnopflerfishPlatform 
01:28:05.818 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:85 - Instantiating platform wrapper... 
01:28:05.830 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi426315418868968844kf 
01:28:05.831 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:215 - About to start Knopflerfish OSGi Platform 
01:28:05.939 [main]            INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:05.943 [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=} 
01:28:05.957 [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} 
01:28:05.958 [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} 
01:28:05.959 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:06.116 [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] 
01:28:06.132 [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] 
01:28:06.137 [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] 
01:28:06.140 [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] 
01:28:06.148 [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] 
01:28:06.162 [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] 
01:28:06.164 [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] 
01:28:06.168 [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] 
01:28:06.172 [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] 
01:28:06.185 [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] 
01:28:06.194 [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] 
01:28:06.197 [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] 
01:28:06.201 [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] 
01:28:06.208 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.210 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.218 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.224 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.257 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.259 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.260 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.265 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.283 [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] 
01:28:06.292 [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] 
01:28:06.297 [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] 
01:28:06.299 [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] 
01:28:06.299 [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] 
01:28:06.300 [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] 
01:28:06.301 [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] 
01:28:06.304 [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] 
01:28:06.307 [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] 
01:28:06.308 [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] 
01:28:06.315 [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] 
01:28:06.316 [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] 
01:28:06.317 [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] 
01:28:06.321 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.323 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.325 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06,358 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:06,398 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:06,401 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:06,412 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:06,437 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:06,439 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:06,443 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:06,450 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a9df901 - No compression will be used
01:28:06,455 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:06,455 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:06,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:06,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:06,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:06,457 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:06,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:06,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:06,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:06,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:06,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:06,458 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:06,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:06,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:06,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:06,459 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:06,459 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:06,464 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:06,464 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:06,465 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7f0a819a - Registering current configuration as safe fallback point
01:28:06.478 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:06.489 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:06.637 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:06.638 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:06.642 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:06.646 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:06.651 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:06.653 [BundleStart #16] 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 
01:28:06.653 [BundleStart #16] 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) 
01:28:06.653 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:06.654 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:06.655 [BundleStart #16] 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 
01:28:06.655 [BundleStart #16] 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) 
01:28:06.656 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:06.656 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:06.657 [BundleStart #16] 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 
01:28:06.657 [BundleStart #16] 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) 
01:28:06.657 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:06.658 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:06.658 [BundleStart #16] 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 
01:28:06.659 [BundleStart #16] 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) 
01:28:06.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:06.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:06.660 [BundleStart #16] 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 
01:28:06.660 [BundleStart #16] 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) 
01:28:06.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:06.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:06.662 [BundleStart #16] 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 
01:28:06.662 [BundleStart #16] 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) 
01:28:06.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:06.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:06.663 [BundleStart #16] 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 
01:28:06.663 [BundleStart #16] 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) 
01:28:06.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:06.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:06.664 [BundleStart #16] 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 
01:28:06.664 [BundleStart #16] 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) 
01:28:06.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:06.665 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:06.665 [BundleStart #16] 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 
01:28:06.666 [BundleStart #16] 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) 
01:28:06.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:06.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:06.667 [BundleStart #16] 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 
01:28:06.667 [BundleStart #16] 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) 
01:28:06.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:06.667 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:06.668 [BundleStart #16] 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 
01:28:06.668 [BundleStart #16] 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) 
01:28:06.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:06.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:06.669 [BundleStart #16] 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 
01:28:06.670 [BundleStart #16] 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) 
01:28:06.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:06.670 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:06.671 [BundleStart #16] 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 
01:28:06.671 [BundleStart #16] 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) 
01:28:06.671 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:06.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:06.672 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:06.672 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:06.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:06.672 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:06.673 [BundleStart #16] 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 
01:28:06.673 [BundleStart #16] 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) 
01:28:06.673 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:06.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:06.675 [BundleStart #16] 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 
01:28:06.675 [BundleStart #16] 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) 
01:28:06.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:06.685 [BundleStart #16] 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)] 
01:28:06.685 [BundleStart #16] 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)] 
01:28:06.688 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:06.688 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:06.692 [BundleStart #16] 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)] 
01:28:06.694 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:06.694 [BundleStart #16] 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@2b7570f w/ reference null 
01:28:06.694 [BundleStart #16] 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@2b7570f w/ reference null 
01:28:06.695 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:06.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:06.710 [BundleStart #16] 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 
01:28:06.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:06.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:06.714 [BundleStart #16] 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 
01:28:06.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:06.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:06.716 [BundleStart #16] 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 
01:28:06.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:06.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:06.717 [BundleStart #16] 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 
01:28:06.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:06.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:06.719 [BundleStart #16] 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 
01:28:06.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:06.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:06.721 [BundleStart #16] 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 
01:28:06.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:06.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:06.722 [BundleStart #16] 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 
01:28:06.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:06.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:06.724 [BundleStart #16] 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 
01:28:06.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:06.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:06.725 [BundleStart #16] 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 
01:28:06.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:06.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:06.727 [BundleStart #16] 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 
01:28:06.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:06.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:06.729 [BundleStart #16] 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 
01:28:06.729 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:06.729 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:06.730 [BundleStart #16] 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 
01:28:06.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:06.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:06.732 [BundleStart #16] 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 
01:28:06.732 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:06.732 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:06.733 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:06.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:06.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:06.734 [BundleStart #16] 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 
01:28:06.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:06.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:06.738 [BundleStart #16] 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 
01:28:06.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:06.739 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.758 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:06.760 [BundleStart #17] 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 
01:28:06.760 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:06.760 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:06.761 [BundleStart #17] 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 
01:28:06.761 [BundleStart #17] 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) 
01:28:06.761 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:06.761 [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-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.762 [BundleStart #18] 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)] 
01:28:06.763 [BundleStart #18] 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 
01:28:06.763 [BundleStart #18] 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)] 
01:28:06.763 [BundleStart #18] 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)] 
01:28:06.764 [BundleStart #18] 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 
01:28:06.764 [BundleStart #18] 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) 
01:28:06.764 [BundleStart #18] 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)] 
01:28:06.764 [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-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.765 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:06.766 [BundleStart #19] 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 
01:28:06.766 [BundleStart #19] 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)] 
01:28:06.767 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:06.767 [BundleStart #19] 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 
01:28:06.767 [BundleStart #19] 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) 
01:28:06.767 [BundleStart #19] 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)] 
01:28:06.779 [BundleStart #19] 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... 
01:28:06.780 [BundleStart #19] 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 
01:28:06.780 [BundleStart #19] 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)] 
01:28:06.783 [BundleStart #19] 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)] 
01:28:06.783 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:06.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@37c7484d 
01:28:06.784 [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-knopflerfish/integration-tests/bundles/simple.service.bundle/target/simple.service-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.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) 
01:28:06.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) 
01:28:06.786 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:06.787 [BundleStart #20] 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 
01:28:06.787 [BundleStart #20] 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)] 
01:28:06.787 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:06.788 [BundleStart #20] 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 
01:28:06.788 [BundleStart #20] 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) 
01:28:06.788 [BundleStart #20] 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)] 
01:28:06.789 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:06.789 [BundleStart #20] 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 
01:28:06.789 [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 [Sat May 04 01:28:06 UTC 2024]; root of context hierarchy 
01:28:06.789 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:06.790 [BundleStart #20] 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)] 
01:28:06.790 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:06.790 [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-knopflerfish/integration-tests/bundles/simple.service.2.bundle/target/simple.service2-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:06.792 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:28:06.792 [BundleStart #21] 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 
01:28:06.793 [BundleStart #21] 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)] 
01:28:06.793 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:28:06.794 [BundleStart #21] 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 
01:28:06.794 [BundleStart #21] 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) 
01:28:06.794 [BundleStart #21] 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)] 
01:28:06.795 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:06.795 [BundleStart #21] 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 
01:28:06.795 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:28:06.796 [BundleStart #21] 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)] 
01:28:06.796 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
01:28:06.796 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:06.798 [main]            INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest-bundle.properties was not found; using defaults 
01:28:06.798 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:511 - Post processing: creating test bundle 
01:28:06.816 [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] 
01:28:06.816 [main]            INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:202 - Automatically creating Manifest for the test bundle 
01:28:06.817 [main]            INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:366 - Using the test class for generating bundle imports 
01:28:06.820 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
01:28:06.820 [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... 
01:28:06.824 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class SingleExportDependingOnMultipleImportTest 
01:28:06.828 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:06.863 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:06.863 [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... 
01:28:06.863 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest 
01:28:06.867 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:06.867 [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... 
01:28:06.867 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:06.870 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:06.870 [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... 
01:28:06.870 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:06.872 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:06.872 [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 
01:28:06.872 [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} 
01:28:06.873 [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] 
01:28:06.873 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:06.874 [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] 
01:28:06.874 [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] 
01:28:06.875 [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]] 
01:28:06.875 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:06.875 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:06.876 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:06.876 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:06.876 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:06.877 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:06.877 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:06.877 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:06.878 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:06.878 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:06.878 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
01:28:06.879 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
01:28:06.879 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
01:28:06.879 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
01:28:06.880 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
01:28:06.880 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
01:28:06.880 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
01:28:06.880 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
01:28:06.881 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
01:28:06.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:06.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:06.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:06.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:06.892 [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 
01:28:06.892 [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.* 
01:28:06.895 [BundleStart #22] 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)] 
01:28:06.896 [BundleStart #22] 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 
01:28:06.897 [BundleStart #22] 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)] 
01:28:06.897 [BundleStart #22] 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)] 
01:28:06.897 [BundleStart #22] 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 
01:28:06.897 [BundleStart #22] 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) 
01:28:06.898 [BundleStart #22] 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)] 
01:28:06.898 [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 
01:28:06.898 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:06.901 [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. 
01:28:06.902 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:06.903 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:06.906 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:06.906 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
01:28:06.907 [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 
01:28:06.911 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:06.956 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:07.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.082 [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@101f5071: 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 
01:28:07.094 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:07.095 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:07.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:28:07.097 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:28:07.109 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:07.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@101f5071: 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] 
01:28:07.113 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:07.113 [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@65115f58 
01:28:07.114 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:07.114 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:07.114 [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) 
01:28:07.114 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:07.115 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:07.115 [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) 
01:28:07.115 [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) 
01:28:07.115 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:07.116 [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@37c7484d 
01:28:07.116 [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) 
01:28:07.117 [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) 
01:28:07.117 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:07.117 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:07.119 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:28:07.123 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.123 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.124 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.124 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.163 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.163 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.173 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:28:07.176 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.201 [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@a891ff5: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:28:07.202 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:07.202 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:07.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} 
01:28:07.203 [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] 
01:28:07.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:07.204 [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@a891ff5: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:28:07.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:07.205 [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@65115f58 
01:28:07.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:07.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:07.206 [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) 
01:28:07.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:07.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:07.206 [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) 
01:28:07.206 [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) 
01:28:07.207 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:07.207 [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@37c7484d 
01:28:07.207 [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) 
01:28:07.207 [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) 
01:28:07.208 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:07.208 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:07.209 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:28:07.213 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.213 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.214 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.214 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.280 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:28:07.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.284 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.305 [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@65cb7e7b: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:28:07.305 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:07.305 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:07.306 [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} 
01:28:07.306 [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] 
01:28:07.308 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:07.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@65cb7e7b: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:28:07.308 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:07.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@65115f58 
01:28:07.308 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:07.309 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:07.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:28:07.309 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:07.309 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:07.310 [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) 
01:28:07.310 [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) 
01:28:07.310 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:07.310 [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) 
01:28:07.313 [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@4be83dec] 
01:28:07.313 [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@24dc4d88] 
01:28:07.381 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] is being tracked for dependencies 
01:28:07.383 [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:{} 
01:28:07.383 [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:[] 
01:28:07.385 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 
01:28:07.385 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:07.387 [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 
01:28:07.388 [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 
01:28:07.389 [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:{} 
01:28:07.389 [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:[] 
01:28:07.389 [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} 
01:28:07.389 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:07.390 [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 
01:28:07.391 [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@4a23d497] 
01:28:07.395 [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 [Sat May 04 01:28:06 UTC 2024]; root of context hierarchy] 
01:28:07.397 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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} 
01:28:07.398 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:28:07.398 [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 
01:28:07.399 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:07.399 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice] triggers a context creation; waiting for it 
01:28:07.400 [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 
01:28:07.400 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:07.400 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:07.402 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:07.404 [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) 
01:28:07.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6dbbdb71] 
01:28:07.404 [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@6d11bcfc] 
Delaying for:0
01:28:07.407 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:28:07.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:28:07.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:28:07.408 [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 {} 
01:28:07.408 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:28:07.408 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:28:07.409 [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@3926ecd8] 
01:28:07.409 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:07.410 [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} 
01:28:07.410 [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} 
01:28:07.411 [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 
01:28:07.411 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:07.411 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:28:07.411 [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) 
01:28:07.412 [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@12e2c8fc] 
01:28:07.412 [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@1c2ca654] 
01:28:07.413 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:07.414 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:07.414 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:28:07.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:28:07.415 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:28:07.415 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:07.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.simpleservice2.impl.MyService2Impl] classes {} 
01:28:07.415 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:28:07.416 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:28:07.416 [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@4cbabf5c] 
01:28:07.416 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:07.416 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:07.417 [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} 
01:28:07.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} 
01:28:07.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=21] 
01:28:07.418 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:07.419 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:07.420 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:07.421 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:07.422 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:07.424 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:07.425 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2] triggers a context creation; waiting for it 
01:28:07.425 [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 
01:28:07.426 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@5f209109} 
01:28:07.426 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] decremented to 0 
01:28:07.427 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:28:07.427 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:28:07.428 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:07.430 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:07.430 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:07.431 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:07.431 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
01:28:07.435 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:07.435 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] to OSGi 
01:28:07.460 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] for execution inside OSGi 
01:28:07.460 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@12468a38 
01:28:07.461 [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 
01:28:07.462 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:07.462 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:07.463 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml] 
01:28:07.467 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.467 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.468 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.468 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.499 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.500 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.515 [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@436813f3: defining beans [serviceB,serviceC,exporter,serviceA#org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0,simple-bean]; root of factory hierarchy 
01:28:07.516 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:07.516 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:07.517 [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} 
01:28:07.517 [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] 
01:28:07.518 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@57a3af25] 
01:28:07.519 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@2b662a77] 
01:28:07.523 [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)] 
01:28:07.523 [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)] 
01:28:07.523 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:07.530 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:07.622 [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 
01:28:07.623 [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 
01:28:07.623 [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 
01:28:07.624 [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 
01:28:07.624 [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 
01:28:07.627 [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)] 
01:28:07.627 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@355da1a5} 
01:28:07.628 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@355da1a5] bound to proxy 
01:28:07.628 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@355da1a5] bound to proxy 
01:28:07.630 [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)] 
01:28:07.630 [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)] 
01:28:07.630 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:07.631 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:07.632 [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)] 
01:28:07.633 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6f588606} 
01:28:07.633 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6f588606] bound to proxy 
01:28:07.633 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6f588606] bound to proxy 
01:28:07.635 [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)] 
01:28:07.636 [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)] 
01:28:07.636 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:07.636 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:07.638 [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)] 
01:28:07.638 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@59b05d4e} 
01:28:07.639 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@59b05d4e] bound to proxy 
01:28:07.639 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@59b05d4e] bound to proxy 
01:28:07.640 [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 
01:28:07.641 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:07.642 [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 
01:28:07.663 [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 
01:28:07.664 [main]            TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:07.665 [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 
01:28:07.682 [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 
01:28:07.683 [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 
01:28:07.684 [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 
01:28:07.685 [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 
01:28:07.686 [main]            DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 
01:28:07.687 [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} 
01:28:07.687 [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] 
01:28:07.693 [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 
01:28:07.694 [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} 
01:28:07.694 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:07.694 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
01:28:07.695 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@3eb25e1a] 
01:28:07.695 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:07.696 [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} 
01:28:07.696 [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} 
01:28:07.715 [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=12} 
01:28:07.717 [BundleStop #20]  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 
01:28:07.718 [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) 
01:28:07.718 [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@37c7484d 
01:28:07.718 [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) 
01:28:07.718 [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) 
01:28:07.719 [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) 
01:28:07.719 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:07.719 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:07.721 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:28:07.722 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@59b05d4e] was unregistered and unbound from the service proxy 
01:28:07.722 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@59b05d4e] was unregistered and unbound from the service proxy 
01:28:07.722 [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 
01:28:07.723 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6743e411] 
01:28:07.723 [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=12} 
01:28:07.723 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@59b05d4e] 
01:28:07.724 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:07.725 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
01:28:07.725 [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@37c7484d 
01:28:07.725 [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 
01:28:07.726 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@654c0bd7 
01:28:07.726 [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=14} 
01:28:07.727 [BundleStop #21]  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 
01:28:07.727 [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) 
01:28:07.727 [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@37c7484d 
01:28:07.727 [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) 
01:28:07.728 [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) 
01:28:07.728 [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) 
01:28:07.728 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:07.728 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:07.729 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:28:07.729 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@355da1a5] was unregistered and unbound from the service proxy 
01:28:07.729 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@355da1a5] was unregistered and unbound from the service proxy 
01:28:07.729 [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 
01:28:07.730 [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=14} 
01:28:07.730 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@355da1a5] 
01:28:07.730 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:07.731 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:28:07.731 [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@37c7484d 
01:28:07.731 [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 
01:28:07.731 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6b8bf90e 
01:28:07.732 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:07.733 [BundleStart #20] 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 
01:28:07.756 [BundleStart #20] 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)] 
01:28:07.757 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:07.757 [BundleStart #20] 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 
01:28:07.757 [BundleStart #20] 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) 
01:28:07.758 [BundleStart #20] 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)] 
01:28:07.758 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:07.759 [BundleStart #20] 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 
01:28:07.759 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:07.759 [BundleStart #20] 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)] 
01:28:07.759 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:07.759 [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@37c7484d 
01:28:07.759 [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) 
01:28:07.759 [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) 
01:28:07.760 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:07.760 [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 
01:28:07.760 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:07.761 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:07.761 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:07.762 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:28:07.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.765 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.765 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.766 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.780 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.786 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:28:07.789 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.804 [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@639fb6b1: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:28:07.805 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:07.805 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:07.805 [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} 
01:28:07.806 [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] 
01:28:07.806 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:07.806 [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@639fb6b1: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:28:07.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:07.807 [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@65115f58 
01:28:07.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:07.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:07.807 [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) 
01:28:07.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:07.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:07.808 [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) 
01:28:07.808 [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) 
01:28:07.808 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:07.808 [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) 
01:28:07.809 [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@31af0383] 
01:28:07.809 [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@54a72e4d] 
Delaying for:0
01:28:07.811 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:28:07.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:28:07.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:28:07.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 
01:28:07.812 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:28:07.812 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23f647bb] bound to proxy 
01:28:07.812 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23f647bb] bound to proxy 
01:28:07.813 [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 
01:28:07.813 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 
01:28:07.813 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:28:07.813 [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@4e4ed0ce] 
01:28:07.814 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:07.814 [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} 
01:28:07.815 [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} 
01:28:07.815 [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 
01:28:07.815 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:07.815 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:28:07.816 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:28:07.817 [BundleStart #21] 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 
01:28:07.817 [BundleStart #21] 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)] 
01:28:07.818 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:28:07.818 [BundleStart #21] 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 
01:28:07.819 [BundleStart #21] 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) 
01:28:07.819 [BundleStart #21] 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)] 
01:28:07.819 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:07.820 [BundleStart #21] 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 
01:28:07.820 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:28:07.820 [BundleStart #21] 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)] 
01:28:07.820 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
01:28:07.820 [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 
01:28:07.820 [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@37c7484d 
01:28:07.821 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:07.821 [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) 
01:28:07.821 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:28:07.821 [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) 
01:28:07.822 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:07.822 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:07.856 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:28:07.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.881 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:28:07.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.884 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.885 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.885 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.898 [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@6102efcc: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:28:07.898 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:07.899 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:07.899 [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} 
01:28:07.899 [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] 
01:28:07.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:07.900 [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@6102efcc: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:28:07.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:07.900 [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@65115f58 
01:28:07.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:07.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:07.901 [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) 
01:28:07.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:07.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:07.901 [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) 
01:28:07.902 [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) 
01:28:07.902 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:07.902 [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) 
01:28:07.902 [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@30aaa1b1] 
01:28:07.902 [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@6220341b] 
01:28:07.904 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:28:07.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:28:07.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:28:07.905 [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 {} 
01:28:07.905 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:28:07.906 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@437827e1] bound to proxy 
01:28:07.906 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@437827e1] bound to proxy 
01:28:07.906 [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 
01:28:07.906 [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} 
01:28:07.907 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:07.907 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
01:28:07.907 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:28:07.907 [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@4559c936] 
01:28:07.908 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:07.908 [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} 
01:28:07.909 [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} 
01:28:07.909 [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 
01:28:07.909 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:28:07.909 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=21] 
01:28:07.910 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:07.910 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] 
01:28:07.911 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB]'s result read 
01:28:07.912 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testOneImporterCGoesDownAndThenUpAgain] to OSGi 
01:28:07.913 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOneImporterCGoesDownAndThenUpAgain] for execution inside OSGi 
01:28:07.913 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOneImporterCGoesDownAndThenUpAgain] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4e08711f 
01:28:07.914 [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=9} 
01:28:07.915 [BundleStop #19]  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 
01:28:07.915 [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) 
01:28:07.915 [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@37c7484d 
01:28:07.915 [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) 
01:28:07.915 [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) 
01:28:07.916 [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) 
01:28:07.916 [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 [Sat May 04 01:28:06 UTC 2024]; root of context hierarchy 
01:28:07.916 [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 [Sat May 04 01:28:06 UTC 2024]; root of context hierarchy] 
01:28:07.917 [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] 
01:28:07.917 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6f588606] bound to proxy 
01:28:07.917 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6f588606] bound to proxy 
01:28:07.917 [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 
01:28:07.917 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
01:28:07.918 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2f6b55d4] 
01:28:07.918 [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] 
01:28:07.918 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6f588606] was unregistered and unbound from the service proxy 
01:28:07.918 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6f588606] was unregistered and unbound from the service proxy 
01:28:07.919 [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 
01:28:07.919 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@26baa116] 
01:28:07.919 [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=9} 
01:28:07.919 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6f588606] 
01:28:07.920 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:07.920 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
01:28:07.920 [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@37c7484d 
01:28:07.920 [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 
01:28:07.921 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6fb460a7 
01:28:07.921 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:07.922 [BundleStart #19] 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 
01:28:07.922 [BundleStart #19] 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)] 
01:28:07.922 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:07.923 [BundleStart #19] 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 
01:28:07.923 [BundleStart #19] 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) 
01:28:07.923 [BundleStart #19] 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)] 
01:28:07.923 [BundleStart #19] 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... 
01:28:07.924 [BundleStart #19] 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 
01:28:07.924 [BundleStart #19] 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)] 
01:28:07.924 [BundleStart #19] 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)] 
01:28:07.924 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
01:28:07.924 [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@37c7484d 
01:28:07.924 [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 
01:28:07.925 [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) 
01:28:07.925 [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) 
01:28:07.925 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:07.925 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:07.926 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:07.926 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:07.958 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:07.961 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.962 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:07.962 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:07.979 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.980 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:07.987 [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@ce985ae: 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 
01:28:07.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:07.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:07.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} 
01:28:07.989 [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] 
01:28:07.989 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:07.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@ce985ae: 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] 
01:28:07.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:07.990 [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@65115f58 
01:28:07.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:07.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:07.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 
01:28:07.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:07.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:07.991 [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) 
01:28:07.991 [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) 
01:28:07.991 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:07.991 [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) 
01:28:07.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@28841a1d] 
01:28:07.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@1b11cade] 
01:28:07.993 [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 
01:28:07.993 [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:{} 
01:28:07.993 [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:[] 
01:28:07.993 [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} 
01:28:07.994 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:07.994 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7a029000] bound to proxy 
01:28:07.994 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7a029000] bound to proxy 
01:28:07.994 [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 
01:28:07.994 [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} 
01:28:07.995 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:07.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
01:28:07.995 [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 
01:28:07.996 [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 
01:28:07.996 [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:{} 
01:28:07.997 [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:[] 
01:28:07.997 [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} 
01:28:07.997 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:07.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7de5ab4f] not bound to proxy 
01:28:07.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7de5ab4f] not bound to proxy 
01:28:07.997 [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 
01:28:07.998 [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@1309b663] 
01:28:07.998 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:07.998 [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} 
01:28:07.999 [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} 
01:28:07.999 [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 
01:28:07.999 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:07.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:07.999 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:08.000 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testOneImporterCGoesDownAndThenUpAgain] 
01:28:08.000 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testOneImporterCGoesDownAndThenUpAgain]'s result read 
01:28:08.001 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] to OSGi 
01:28:08.001 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] for execution inside OSGi 
01:28:08.001 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@26794848 
01:28:08.002 [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=18} 
01:28:08.003 [BundleStop #20]  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 
01:28:08.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:28:08.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@37c7484d 
01:28:08.003 [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) 
01:28:08.003 [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) 
01:28:08.003 [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) 
01:28:08.004 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:08.004 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:08.004 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:28:08.005 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23f647bb] was unregistered and unbound from the service proxy 
01:28:08.005 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@23f647bb] was unregistered and unbound from the service proxy 
01:28:08.005 [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 
01:28:08.005 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@72de39af] 
01:28:08.006 [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=18} 
01:28:08.006 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@23f647bb] 
01:28:08.006 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:08.007 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
01:28:08.007 [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@37c7484d 
01:28:08.007 [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 
01:28:08.007 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2ab6f335 
01:28:08.008 [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=20} 
01:28:08.008 [BundleStop #21]  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 
01:28:08.008 [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) 
01:28:08.008 [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@37c7484d 
01:28:08.009 [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) 
01:28:08.009 [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) 
01:28:08.009 [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) 
01:28:08.009 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:08.009 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:08.010 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:28:08.010 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@437827e1] was unregistered and unbound from the service proxy 
01:28:08.010 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@437827e1] was unregistered and unbound from the service proxy 
01:28:08.010 [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 
01:28:08.011 [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=20} 
01:28:08.011 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@437827e1] 
01:28:08.011 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:08.011 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:28:08.012 [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@37c7484d 
01:28:08.012 [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 
01:28:08.012 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2fa14707 
01:28:08.012 [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=23} 
01:28:08.013 [BundleStop #19]  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 
01:28:08.013 [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) 
01:28:08.013 [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@37c7484d 
01:28:08.013 [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) 
01:28:08.013 [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) 
01:28:08.014 [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) 
01:28:08.014 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:08.014 [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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:08.015 [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] 
01:28:08.015 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7a029000] bound to proxy 
01:28:08.015 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7a029000] bound to proxy 
01:28:08.015 [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 
01:28:08.016 [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] 
01:28:08.016 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7de5ab4f] 
01:28:08.016 [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] 
01:28:08.016 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7a029000] was unregistered and unbound from the service proxy 
01:28:08.017 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7a029000] was unregistered and unbound from the service proxy 
01:28:08.017 [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 
01:28:08.017 [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=23} 
01:28:08.017 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7a029000] 
01:28:08.018 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:08.018 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:08.018 [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@37c7484d 
01:28:08.018 [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 
01:28:08.019 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@1b569874 
01:28:08.019 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:08.020 [BundleStart #20] 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 
01:28:08.020 [BundleStart #20] 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)] 
01:28:08.021 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:08.021 [BundleStart #20] 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 
01:28:08.021 [BundleStart #20] 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) 
01:28:08.021 [BundleStart #20] 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)] 
01:28:08.022 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:08.022 [BundleStart #20] 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 
01:28:08.022 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:08.022 [BundleStart #20] 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)] 
01:28:08.022 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:08.023 [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 
01:28:08.023 [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@37c7484d 
01:28:08.023 [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) 
01:28:08.023 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:08.023 [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) 
01:28:08.023 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:08.024 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy 
01:28:08.024 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:08.057 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:28:08.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:08.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:08.078 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:28:08.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.093 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@60e02b91: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:28:08.093 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:08.094 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:08.094 [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} 
01:28:08.094 [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] 
01:28:08.095 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:08.095 [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@60e02b91: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:28:08.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:08.095 [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@65115f58 
01:28:08.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:08.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:08.095 [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) 
01:28:08.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:08.096 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:08.096 [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) 
01:28:08.096 [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) 
01:28:08.096 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:08.096 [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) 
01:28:08.096 [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@458da1e3] 
01:28:08.096 [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@366eecd3] 
Delaying for:0
01:28:08.098 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:28:08.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:28:08.098 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:28:08.098 [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 {} 
01:28:08.099 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:28:08.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f49e918] bound to proxy 
01:28:08.099 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f49e918] bound to proxy 
01:28:08.099 [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 
01:28:08.099 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceC, &serviceB] 
01:28:08.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:28:08.100 [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@1763d5ab] 
01:28:08.100 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy] 
01:28:08.101 [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} 
01:28:08.101 [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} 
01:28:08.101 [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 
01:28:08.102 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:28:08.102 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:28:08.102 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:08.103 [BundleStart #19] 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 
01:28:08.103 [BundleStart #19] 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)] 
01:28:08.103 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:08.104 [BundleStart #19] 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 
01:28:08.104 [BundleStart #19] 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) 
01:28:08.104 [BundleStart #19] 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)] 
01:28:08.104 [BundleStart #19] 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... 
01:28:08.105 [BundleStart #19] 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 
01:28:08.105 [BundleStart #19] 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)] 
01:28:08.105 [BundleStart #19] 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)] 
01:28:08.105 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:08.105 [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@37c7484d 
01:28:08.105 [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 
01:28:08.105 [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) 
01:28:08.106 [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) 
01:28:08.106 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:08.106 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy 
01:28:08.106 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:08.106 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:08.107 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:08.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.112 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.112 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.127 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:08.127 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:08.159 [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@10c2ba9e: 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 
01:28:08.159 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:08.159 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:08.160 [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} 
01:28:08.160 [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] 
01:28:08.161 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:08.161 [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@10c2ba9e: 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] 
01:28:08.161 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:08.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@65115f58 
01:28:08.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:08.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:08.162 [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) 
01:28:08.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:08.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:08.162 [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) 
01:28:08.162 [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) 
01:28:08.162 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:08.163 [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) 
01:28:08.163 [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@1f7af439] 
01:28:08.163 [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@7315d5b7] 
01:28:08.165 [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 
01:28:08.166 [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:{} 
01:28:08.166 [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:[] 
01:28:08.166 [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} 
01:28:08.167 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:08.167 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6c3a1f21] bound to proxy 
01:28:08.167 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6c3a1f21] bound to proxy 
01:28:08.167 [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 
01:28:08.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 
01:28:08.168 [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 
01:28:08.169 [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 
01:28:08.169 [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:{} 
01:28:08.169 [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:[] 
01:28:08.169 [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} 
01:28:08.169 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:08.170 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@794c24ec] not bound to proxy 
01:28:08.170 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@794c24ec] not bound to proxy 
01:28:08.170 [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 
01:28:08.170 [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@5652d90d] 
01:28:08.170 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy] 
01:28:08.171 [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} 
01:28:08.171 [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} 
01:28:08.172 [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 
01:28:08.172 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:08.172 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:08.173 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:28:08.174 [BundleStart #21] 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 
01:28:08.174 [BundleStart #21] 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)] 
01:28:08.174 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:28:08.175 [BundleStart #21] 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 
01:28:08.175 [BundleStart #21] 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) 
01:28:08.175 [BundleStart #21] 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)] 
01:28:08.176 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:08.176 [BundleStart #21] 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 
01:28:08.176 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:28:08.176 [BundleStart #21] 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)] 
01:28:08.177 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
01:28:08.177 [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 
01:28:08.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@37c7484d 
01:28:08.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:28:08.177 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:08.177 [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) 
01:28:08.178 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:28:08.178 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy 
01:28:08.178 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:08.180 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:28:08.184 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.184 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:08.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:08.209 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:28:08.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:08.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:08.226 [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@727dad12: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:28:08.257 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:08.257 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:08.258 [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} 
01:28:08.258 [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] 
01:28:08.259 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:08.259 [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@727dad12: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:28:08.259 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:08.259 [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@65115f58 
01:28:08.260 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:08.260 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:08.260 [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) 
01:28:08.260 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:08.260 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:08.260 [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) 
01:28:08.261 [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) 
01:28:08.261 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:08.261 [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) 
01:28:08.261 [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@46e164dc] 
01:28:08.261 [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@568bfb8e] 
01:28:08.263 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:28:08.263 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:28:08.263 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:28:08.263 [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 {} 
01:28:08.264 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:28:08.264 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@18226f48] bound to proxy 
01:28:08.264 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@18226f48] bound to proxy 
01:28:08.264 [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 
01:28:08.264 [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} 
01:28:08.265 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 
01:28:08.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 
01:28:08.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:28:08.265 [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@5c76e9b4] 
01:28:08.265 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy] 
01:28:08.266 [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} 
01:28:08.266 [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} 
01:28:08.267 [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 
01:28:08.267 [main]            DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:28:08.267 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=21] 
01:28:08.267 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:08.267 [main]            TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] 
01:28:08.268 [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: 2.46 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest
01:28:08.272 [Thread-0]        INFO  o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:471 - Shutting down OSGi platform 
01:28:08.272 [Thread-3]        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) 
01:28:08.272 [Thread-3]        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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy 
01:28:08.272 [Thread-3]        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 [Sat May 04 01:28:07 UTC 2024]; root of context hierarchy] 
01:28:08.272 [Thread-3]        TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 
01:28:08.273 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:08.273 [Thread-3]        INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@55282f14] 
01:28:08.273 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:08.273 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:08.273 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f49e918] was unregistered and unbound from the service proxy 
01:28:08.273 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:08.273 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f49e918] was unregistered and unbound from the service proxy 
01:28:08.274 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:08.274 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6c3a1f21] was unregistered and unbound from the service proxy 
01:28:08.274 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20], BundleImpl[id=21]] 
01:28:08.274 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6c3a1f21] was unregistered and unbound from the service proxy 
01:28:08.274 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@18226f48] was unregistered and unbound from the service proxy 
01:28:08.274 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@18226f48] was unregistered and unbound from the service proxy 
01:28:08.275 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:08.275 [Framework shutdown] 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 
01:28:08.276 [Framework shutdown] 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 
01:28:08.276 [Framework shutdown] 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 
01:28:08.276 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21], BundleImpl[id=20], BundleImpl[id=19]] 
01:28:08.277 [Framework shutdown] 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 
01:28:08.277 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:28:08.277 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@37c7484d 
01:28:08.277 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:28:08.278 [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) 
01:28:08.278 [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) 
01:28:08.278 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy 
01:28:08.278 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy] 
01:28:08.278 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:28:08.279 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@18226f48] 
01:28:08.279 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:08.279 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
01:28:08.279 [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@37c7484d 
01:28:08.279 [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 
01:28:08.279 [Framework shutdown] 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 
01:28:08.280 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:28:08.280 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@37c7484d 
01:28:08.280 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:28:08.280 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01: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 Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 
01:28:08.280 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy 
01:28:08.281 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy] 
01:28:08.281 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:28:08.281 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3f49e918] 
01:28:08.281 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:08.281 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01: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@37c7484d 
01:28:08.282 [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 
01:28:08.282 [Framework shutdown] 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 
01:28:08.282 [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) 
01:28:08.282 [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@37c7484d 
01:28:08.282 [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) 
01:28:08.282 [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) 
01:28:08.282 [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) 
01:28:08.283 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy 
01:28:08.283 [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 [Sat May 04 01:28:08 UTC 2024]; root of context hierarchy] 
01:28:08.283 [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] 
01:28:08.283 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@794c24ec] 
01:28:08.283 [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] 
01:28:08.284 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6c3a1f21] 
01:28:08.284 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:08.284 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:08.284 [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@37c7484d 
01:28:08.284 [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 
01:28:08.284 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:08.284 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:08.285 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=22] for sending replayes events; last one was null 
01:28:08.285 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@57ab72e1 
01:28:08.286 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@4a990c7a 
01:28:08.286 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6fa5e351 
01:28:08.286 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:08.286 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:08.287 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:08.287 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:09,009 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:09,157 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:09,160 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:09,185 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:09,224 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:09,227 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:09,233 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:09,243 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used
01:28:09,260 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:09,260 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:09,262 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:09,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:09,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:09,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:09,263 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:09,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
01:28:09,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:09,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:09,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:09,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:09,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:09,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:09,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:09,264 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:09,265 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:09,265 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:09,266 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:09,267 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2b552920 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest
01:28:09.386 [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.KnopflerfishPlatform 
01:28:09.391 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:85 - Instantiating platform wrapper... 
01:28:09.405 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6855976420456569841kf 
01:28:09.405 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:215 - About to start Knopflerfish OSGi Platform 
01:28:09.520 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:09.524 [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=} 
01:28:09.525 [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} 
01:28:09.526 [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} 
01:28:09.527 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:09.668 [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] 
01:28:09.686 [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] 
01:28:09.691 [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] 
01:28:09.693 [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] 
01:28:09.702 [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] 
01:28:09.713 [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] 
01:28:09.715 [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] 
01:28:09.719 [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] 
01:28:09.728 [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] 
01:28:09.736 [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] 
01:28:09.774 [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] 
01:28:09.777 [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] 
01:28:09.782 [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] 
01:28:09.791 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:09.794 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:09.798 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:09.803 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:09.823 [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] 
01:28:09.832 [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] 
01:28:09.837 [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] 
01:28:09.839 [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] 
01:28:09.840 [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] 
01:28:09.840 [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] 
01:28:09.841 [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] 
01:28:09.857 [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] 
01:28:09.861 [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] 
01:28:09.862 [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] 
01:28:09.868 [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] 
01:28:09.869 [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] 
01:28:09.870 [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] 
01:28:09.873 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:09.875 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:09.877 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:09,908 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:09,949 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:09,952 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:09,963 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:09,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:09,991 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:09,995 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:10,003 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@602f6768 - No compression will be used
01:28:10,008 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:10,008 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:10,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:10,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:10,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:10,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:10,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:10,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:10,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:10,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:10,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:10,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:10,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:10,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:10,012 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:10,012 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:10,013 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:10,013 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:10,013 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:10,014 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55362d8f - Registering current configuration as safe fallback point
01:28:10.029 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:10.040 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:10.199 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:10.200 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:10.205 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:10.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:10.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:10.215 [BundleStart #16] 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 
01:28:10.215 [BundleStart #16] 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) 
01:28:10.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:10.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:10.221 [BundleStart #16] 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 
01:28:10.221 [BundleStart #16] 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) 
01:28:10.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:10.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:10.223 [BundleStart #16] 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 
01:28:10.223 [BundleStart #16] 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) 
01:28:10.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:10.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:10.224 [BundleStart #16] 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 
01:28:10.224 [BundleStart #16] 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) 
01:28:10.225 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:10.225 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:10.226 [BundleStart #16] 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 
01:28:10.226 [BundleStart #16] 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) 
01:28:10.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:10.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:10.227 [BundleStart #16] 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 
01:28:10.228 [BundleStart #16] 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) 
01:28:10.228 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:10.228 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:10.229 [BundleStart #16] 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 
01:28:10.229 [BundleStart #16] 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) 
01:28:10.229 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:10.229 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:10.230 [BundleStart #16] 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 
01:28:10.230 [BundleStart #16] 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) 
01:28:10.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:10.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:10.231 [BundleStart #16] 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 
01:28:10.231 [BundleStart #16] 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) 
01:28:10.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:10.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:10.233 [BundleStart #16] 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 
01:28:10.233 [BundleStart #16] 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) 
01:28:10.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:10.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:10.234 [BundleStart #16] 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 
01:28:10.234 [BundleStart #16] 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) 
01:28:10.234 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:10.235 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:10.235 [BundleStart #16] 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 
01:28:10.235 [BundleStart #16] 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) 
01:28:10.236 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:10.236 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:10.237 [BundleStart #16] 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 
01:28:10.237 [BundleStart #16] 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) 
01:28:10.237 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:10.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:10.238 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:10.238 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:10.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:10.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:10.239 [BundleStart #16] 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 
01:28:10.239 [BundleStart #16] 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) 
01:28:10.239 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:10.239 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:10.241 [BundleStart #16] 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 
01:28:10.241 [BundleStart #16] 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) 
01:28:10.241 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:10.259 [BundleStart #16] 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)] 
01:28:10.259 [BundleStart #16] 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)] 
01:28:10.262 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:10.263 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:10.266 [BundleStart #16] 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)] 
01:28:10.269 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:10.269 [BundleStart #16] 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@5437149d w/ reference null 
01:28:10.269 [BundleStart #16] 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@5437149d w/ reference null 
01:28:10.270 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:10.275 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:10.285 [BundleStart #16] 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 
01:28:10.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:10.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:10.291 [BundleStart #16] 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 
01:28:10.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:10.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:10.295 [BundleStart #16] 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 
01:28:10.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:10.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:10.297 [BundleStart #16] 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 
01:28:10.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:10.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:10.300 [BundleStart #16] 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 
01:28:10.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:10.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:10.304 [BundleStart #16] 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 
01:28:10.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:10.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:10.306 [BundleStart #16] 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 
01:28:10.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:10.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:10.307 [BundleStart #16] 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 
01:28:10.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:10.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:10.309 [BundleStart #16] 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 
01:28:10.309 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:10.309 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:10.310 [BundleStart #16] 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 
01:28:10.311 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:10.311 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:10.312 [BundleStart #16] 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 
01:28:10.313 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:10.313 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:10.314 [BundleStart #16] 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 
01:28:10.314 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:10.314 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:10.317 [BundleStart #16] 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 
01:28:10.317 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:10.317 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:10.318 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:10.318 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:10.318 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:10.319 [BundleStart #16] 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 
01:28:10.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:10.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:10.325 [BundleStart #16] 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 
01:28:10.326 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:10.327 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:10.333 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:10.334 [BundleStart #17] 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 
01:28:10.335 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:10.335 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:10.335 [BundleStart #17] 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 
01:28:10.336 [BundleStart #17] 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) 
01:28:10.336 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:10.337 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:199 - org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest-bundle.properties was not found; using defaults 
01:28:10.338 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:511 - Post processing: creating test bundle 
01:28:10.351 [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] 
01:28:10.352 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:202 - Automatically creating Manifest for the test bundle 
01:28:10.353 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:366 - Using the test class for generating bundle imports 
01:28:10.358 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
01:28:10.358 [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... 
01:28:10.362 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class ExporterWithOptionalAndMandatoryImportersTest 
01:28:10.377 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:10.377 [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... 
01:28:10.377 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest 
01:28:10.380 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:10.380 [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... 
01:28:10.381 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:10.382 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:10.382 [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... 
01:28:10.383 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:10.383 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:10.384 [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 
01:28:10.384 [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} 
01:28:10.384 [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] 
01:28:10.385 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:10.385 [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] 
01:28:10.385 [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] 
01:28:10.386 [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]] 
01:28:10.386 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:10.386 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:10.387 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:10.387 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:10.387 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:10.387 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:10.388 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:10.388 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:10.388 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:10.388 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:10.389 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 
01:28:10.389 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 
01:28:10.389 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 
01:28:10.389 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 
01:28:10.389 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 
01:28:10.390 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 
01:28:10.390 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-multi-collection-import.xml 
01:28:10.390 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 
01:28:10.390 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 
01:28:10.398 [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 
01:28:10.398 [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.* 
01:28:10.401 [BundleStart #18] 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)] 
01:28:10.402 [BundleStart #18] 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 
01:28:10.402 [BundleStart #18] 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)] 
01:28:10.402 [BundleStart #18] 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)] 
01:28:10.402 [BundleStart #18] 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 
01:28:10.403 [BundleStart #18] 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) 
01:28:10.403 [BundleStart #18] 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)] 
01:28:10.403 [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 
01:28:10.403 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:10.405 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:10.406 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:10.407 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:10.408 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:10.408 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:10.409 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:10.409 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:10.410 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:10.410 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:10.411 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:10.411 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:10.411 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:10.412 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:10.412 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:10.413 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:10.413 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:10.414 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:10.415 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:10.415 [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. 
01:28:10.423 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testInjectedDependencies] to OSGi 
01:28:10.436 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectedDependencies] for execution inside OSGi 
01:28:10.436 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjectedDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:28:10.437 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:190 - Loading context for locations:  
01:28:10.451 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy 
01:28:10.457 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:10.478 [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@6a78afa0: defining beans []; root of factory hierarchy 
01:28:10.488 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:10.489 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:10.490 [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} 
01:28:10.490 [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] 
01:28:10.494 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 
01:28:10.494 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 
01:28:10.497 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 
01:28:10.500 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy] 
01:28:10.502 [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} 
01:28:10.503 [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} 
01:28:10.542 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
01:28:10.543 [BundleStart #19] 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 
01:28:10.543 [BundleStart #19] 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)] 
01:28:10.543 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
01:28:10.544 [BundleStart #19] 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 
01:28:10.544 [BundleStart #19] 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) 
01:28:10.544 [BundleStart #19] 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)] 
01:28:10.545 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExporterImporterDependency is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:10.546 [BundleStart #19] 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 
01:28:10.546 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
01:28:10.549 [BundleStart #19] 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)] 
01:28:10.549 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:10.550 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:66 - Waiting for the test bundle to start up... 
01:28:10.550 [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@7a0752a1 
01:28:10.550 [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) 
01:28:10.551 [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) 
01:28:10.551 [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 
01:28:10.551 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:10.551 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy 
01:28:10.552 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 
01:28:10.552 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:10.564 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/config.xml] 
01:28:10.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:10.598 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:10.599 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:10.600 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:10.676 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:10.677 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:10.728 [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@1ef5b753: 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 
01:28:10.729 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:10.729 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:10.729 [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} 
01:28:10.730 [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] 
01:28:10.740 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:10.743 [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@1ef5b753: 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] 
01:28:10.744 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:10.744 [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@731facbf 
01:28:10.744 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 
01:28:10.745 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:10.772 [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)] 
01:28:10.773 [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)] 
01:28:10.774 [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] 
01:28:10.776 [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)] 
01:28:10.776 [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)] 
01:28:10.776 [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] 
01:28:10.778 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 
01:28:10.778 [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) 
01:28:10.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 
01:28:10.778 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:10.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.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 
01:28:10.779 [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) 
01:28:10.779 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:10.780 [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) 
01:28:10.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:10.787 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:10.798 [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 
01:28:10.799 [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 
01:28:10.799 [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 
01:28:10.800 [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 
01:28:10.800 [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 
01:28:10.809 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:10.809 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:10.819 [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@1a32dca] 
01:28:10.819 [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@569773a] 
01:28:10.836 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedSet)] 
01:28:10.837 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@574b560f} 
01:28:10.838 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@574b560f] bound to proxy 
01:28:10.838 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@574b560f] bound to proxy 
01:28:10.839 [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 
01:28:10.840 [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 
01:28:10.841 [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 
01:28:10.842 [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 
01:28:10.844 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedMap)] 
01:28:10.844 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@ba54932} 
01:28:10.844 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@ba54932] bound to proxy 
01:28:10.845 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@ba54932] bound to proxy 
01:28:10.856 [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 
01:28:10.857 [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} 
01:28:10.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
01:28:10.858 [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] 
01:28:10.864 [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 
01:28:10.865 [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 {} 
01:28:10.865 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
01:28:10.867 [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 
01:28:10.869 [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 
01:28:10.869 [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} 
01:28:10.869 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
01:28:10.870 [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] 
01:28:10.870 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 
01:28:10.870 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
01:28:10.871 [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 
01:28:10.871 [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@19ef0b4d] 
01:28:10.872 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy] 
01:28:10.872 [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} 
01:28:10.873 [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} 
01:28:10.873 [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 
01:28:10.873 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 
01:28:10.874 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:68 - Test bundle context created - starting test... 
01:28:10.875 [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=12} 
01:28:10.876 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@574b560f] was unregistered and unbound from the service proxy 
01:28:10.876 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@574b560f] was unregistered and unbound from the service proxy 
01:28:10.876 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:10.877 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@ba54932] was unregistered and unbound from the service proxy 
01:28:10.877 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@ba54932] was unregistered and unbound from the service proxy 
01:28:10.877 [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 
01:28:10.878 [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=12} 
01:28:10.878 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@259dab21] 
01:28:10.879 [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 
01:28:10.879 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@58726538] 
01:28:10.879 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] bound to proxy 
01:28:10.880 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] bound to proxy 
01:28:10.880 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] bound to proxy 
01:28:10.880 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] bound to proxy 
01:28:10.881 [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 
01:28:10.881 [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 {} 
01:28:10.882 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
01:28:10.882 [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 
01:28:10.882 [main]            TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:91 - Importer [&mandatory] is satisfied; checking the rest of the dependencies for exporter org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1 
01:28:10.883 [main]            TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.dependency.SimpleComponent] classes {} 
01:28:10.883 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
01:28:10.883 [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 
01:28:10.884 [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=17} 
01:28:10.884 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] was unregistered and unbound from the service proxy 
01:28:10.884 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] was unregistered and unbound from the service proxy 
01:28:10.887 [BundleStop #19]  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 
01:28:10.887 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 
01:28:10.888 [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@7a0752a1 
01:28:10.888 [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) 
01:28:10.888 [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) 
01:28:10.889 [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) 
01:28:10.889 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy 
01:28:10.889 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy] 
01:28:10.891 [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] 
01:28:10.892 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@36d585c] 
01:28:10.892 [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] 
01:28:10.892 [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=17} 
01:28:10.893 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@69fb6037] 
01:28:10.893 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] was unregistered and unbound from the service proxy 
01:28:10.893 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] was unregistered and unbound from the service proxy 
01:28:10.894 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:10.895 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:10.895 [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@7a0752a1 
01:28:10.895 [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 
01:28:10.896 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6c2eca8e 
01:28:10.896 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:10.897 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testInjectedDependencies] 
01:28:10.898 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:447 - Test[testInjectedDependencies]'s result read 
01:28:10.899 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testDependsOnDependencies] to OSGi 
01:28:10.900 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependsOnDependencies] for execution inside OSGi 
01:28:10.901 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependsOnDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1356d4d4 
01:28:10.902 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
01:28:10.902 [BundleStart #19] 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 
01:28:10.903 [BundleStart #19] 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)] 
01:28:10.903 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
01:28:10.903 [BundleStart #19] 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 
01:28:10.903 [BundleStart #19] 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) 
01:28:10.904 [BundleStart #19] 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)] 
01:28:10.904 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExporterImporterDependency is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:10.904 [BundleStart #19] 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 
01:28:10.904 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 
01:28:10.904 [BundleStart #19] 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)] 
01:28:10.905 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:10.905 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:87 - Waiting for the test bundle to start up... 
01:28:10.905 [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@7a0752a1 
01:28:10.905 [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 
01:28:10.905 [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) 
01:28:10.906 [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) 
01:28:10.906 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:10.906 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy 
01:28:10.906 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 
01:28:10.906 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:10.908 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/config.xml] 
01:28:10.911 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:10.912 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:10.912 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:10.913 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:10.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:10.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:11.048 [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@6fbfaa66: 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 
01:28:11.048 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:11.048 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:11.049 [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} 
01:28:11.049 [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] 
01:28:11.051 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:11.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@6fbfaa66: 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] 
01:28:11.051 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:11.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@731facbf 
01:28:11.051 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 
01:28:11.051 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:11.057 [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)] 
01:28:11.057 [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)] 
01:28:11.057 [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] 
01:28:11.058 [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)] 
01:28:11.058 [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)] 
01:28:11.059 [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] 
01:28:11.059 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 
01:28:11.059 [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) 
01:28:11.059 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 
01:28:11.059 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:11.059 [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) 
01:28:11.059 [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) 
01:28:11.060 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:11.060 [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) 
01:28:11.060 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:11.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:11.061 [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 
01:28:11.061 [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 
01:28:11.061 [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 
01:28:11.062 [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 
01:28:11.062 [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 
01:28:11.066 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:11.066 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:11.071 [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@25aa7fac] 
01:28:11.071 [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@42730302] 
01:28:11.074 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedSet)] 
01:28:11.074 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@c03cf28} 
01:28:11.074 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c03cf28] bound to proxy 
01:28:11.074 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c03cf28] bound to proxy 
01:28:11.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.SortedMap)] 
01:28:11.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1329eff} 
01:28:11.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1329eff] bound to proxy 
01:28:11.075 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1329eff] bound to proxy 
01:28:11.076 [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 
01:28:11.076 [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} 
01:28:11.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
01:28:11.076 [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] 
01:28:11.077 [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 
01:28:11.077 [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 {} 
01:28:11.077 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
01:28:11.077 [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 
01:28:11.079 [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 
01:28:11.079 [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} 
01:28:11.079 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 
01:28:11.079 [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] 
01:28:11.080 [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 {} 
01:28:11.080 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
01:28:11.080 [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 
01:28:11.080 [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@2c4d0ff2] 
01:28:11.081 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy] 
01:28:11.081 [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} 
01:28:11.081 [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} 
01:28:11.082 [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 
01:28:11.082 [main]            DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 
01:28:11.082 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:11.082 [main]            INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:89 - Test bundle context created - starting test... 
01:28:11.083 [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=22} 
01:28:11.084 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c03cf28] was unregistered and unbound from the service proxy 
01:28:11.084 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c03cf28] was unregistered and unbound from the service proxy 
01:28:11.085 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1329eff] was unregistered and unbound from the service proxy 
01:28:11.085 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1329eff] was unregistered and unbound from the service proxy 
01:28:11.085 [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 
01:28:11.086 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3ca8018f] 
01:28:11.086 [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 
01:28:11.087 [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=22} 
01:28:11.087 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@40bc38d1] 
01:28:11.088 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 
01:28:11.088 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 
01:28:11.088 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] bound to proxy 
01:28:11.089 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] bound to proxy 
01:28:11.089 [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 
01:28:11.089 [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 {} 
01:28:11.090 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
01:28:11.090 [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 
01:28:11.091 [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 
01:28:11.091 [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 {} 
01:28:11.091 [main]            INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 
01:28:11.092 [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 
01:28:11.093 [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=27} 
01:28:11.093 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] was unregistered and unbound from the service proxy 
01:28:11.093 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] was unregistered and unbound from the service proxy 
01:28:11.094 [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=26} 
01:28:11.095 [BundleStop #19]  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 
01:28:11.095 [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) 
01:28:11.095 [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@7a0752a1 
01:28:11.095 [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) 
01:28:11.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.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 
01:28:11.096 [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) 
01:28:11.096 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy 
01:28:11.096 [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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy] 
01:28:11.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] 
01:28:11.097 [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=27} 
01:28:11.097 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1fb700ee] 
01:28:11.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#0] 
01:28:11.098 [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=26} 
01:28:11.098 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@46fa7c39] 
01:28:11.098 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] was unregistered and unbound from the service proxy 
01:28:11.098 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] was unregistered and unbound from the service proxy 
01:28:11.099 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:11.099 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:11.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@7a0752a1 
01:28:11.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.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
01:28:11.100 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@62e9297b 
01:28:11.100 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:11.100 [main]            TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testDependsOnDependencies] 
01:28:11.101 [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.72 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest
01:28:11.105 [Thread-0]        INFO  o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:471 - Shutting down OSGi platform 
01:28:11.105 [Thread-3]        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) 
01:28:11.106 [Thread-3]        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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy 
01:28:11.106 [Thread-3]        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 [Sat May 04 01:28:10 UTC 2024]; root of context hierarchy] 
01:28:11.106 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:11.106 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:11.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:11.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:11.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:11.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:11.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:11.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:11.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:11.108 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:11.109 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:11.109 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:11.109 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:11,871 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:11,994 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:11,997 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:12,021 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:12,065 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:12,068 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:12,074 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:12,085 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used
01:28:12,092 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:12,093 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:12,094 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:12,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:12,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:12,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:12,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:12,095 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:12,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
01:28:12,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:12,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:12,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:12,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:12,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:12,096 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:12,097 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:12,097 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:12,097 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:12,098 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:12,099 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@627551fb - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest
01:28:12.235 [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.KnopflerfishPlatform 
01:28:12.241 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:85 - Instantiating platform wrapper... 
01:28:12.255 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7529954678211525797kf 
01:28:12.256 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:215 - About to start Knopflerfish OSGi Platform 
01:28:12.379 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:12.383 [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=} 
01:28:12.384 [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} 
01:28:12.385 [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} 
01:28:12.386 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:12.538 [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] 
01:28:12.554 [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] 
01:28:12.560 [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] 
01:28:12.562 [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] 
01:28:12.570 [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] 
01:28:12.585 [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] 
01:28:12.588 [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] 
01:28:12.592 [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] 
01:28:12.598 [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] 
01:28:12.615 [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] 
01:28:12.626 [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] 
01:28:12.629 [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] 
01:28:12.633 [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] 
01:28:12.664 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:12.667 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:12.672 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:12.676 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:12.679 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:12.681 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:12.698 [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] 
01:28:12.706 [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] 
01:28:12.712 [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] 
01:28:12.714 [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] 
01:28:12.715 [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] 
01:28:12.715 [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] 
01:28:12.716 [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] 
01:28:12.719 [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] 
01:28:12.723 [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] 
01:28:12.724 [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] 
01:28:12.730 [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] 
01:28:12.731 [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] 
01:28:12.732 [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] 
01:28:12.760 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:12.762 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:12.765 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:12,794 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:12,836 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:12,838 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:12,849 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:12,875 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:12,877 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:12,881 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:12,889 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@696454d4 - No compression will be used
01:28:12,894 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:12,894 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:12,895 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:12,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:12,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:12,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:12,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:12,896 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:12,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:12,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:12,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:12,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:12,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:12,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:12,897 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:12,898 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:12,898 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:12,898 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:12,899 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:12,899 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3511959 - Registering current configuration as safe fallback point
01:28:12.913 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:12.924 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:13.071 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:13.072 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:13.077 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:13.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:13.086 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:13.087 [BundleStart #16] 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 
01:28:13.088 [BundleStart #16] 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) 
01:28:13.088 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:13.088 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:13.090 [BundleStart #16] 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 
01:28:13.090 [BundleStart #16] 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) 
01:28:13.091 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:13.091 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:13.092 [BundleStart #16] 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 
01:28:13.093 [BundleStart #16] 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) 
01:28:13.093 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:13.093 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:13.094 [BundleStart #16] 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 
01:28:13.094 [BundleStart #16] 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) 
01:28:13.094 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:13.094 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:13.095 [BundleStart #16] 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 
01:28:13.096 [BundleStart #16] 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) 
01:28:13.096 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:13.096 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:13.097 [BundleStart #16] 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 
01:28:13.098 [BundleStart #16] 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) 
01:28:13.098 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:13.098 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:13.099 [BundleStart #16] 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 
01:28:13.099 [BundleStart #16] 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) 
01:28:13.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:13.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:13.100 [BundleStart #16] 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 
01:28:13.100 [BundleStart #16] 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) 
01:28:13.100 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:13.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:13.102 [BundleStart #16] 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 
01:28:13.102 [BundleStart #16] 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) 
01:28:13.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:13.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:13.103 [BundleStart #16] 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 
01:28:13.103 [BundleStart #16] 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) 
01:28:13.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:13.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:13.105 [BundleStart #16] 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 
01:28:13.105 [BundleStart #16] 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) 
01:28:13.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:13.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:13.106 [BundleStart #16] 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 
01:28:13.106 [BundleStart #16] 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) 
01:28:13.107 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:13.107 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:13.108 [BundleStart #16] 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 
01:28:13.108 [BundleStart #16] 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) 
01:28:13.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:13.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:13.109 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:13.109 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:13.110 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:13.110 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:13.110 [BundleStart #16] 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 
01:28:13.111 [BundleStart #16] 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) 
01:28:13.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:13.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:13.113 [BundleStart #16] 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 
01:28:13.113 [BundleStart #16] 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) 
01:28:13.113 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:13.123 [BundleStart #16] 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)] 
01:28:13.123 [BundleStart #16] 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)] 
01:28:13.126 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:13.127 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:13.130 [BundleStart #16] 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)] 
01:28:13.132 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:13.133 [BundleStart #16] 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@1add698d w/ reference null 
01:28:13.133 [BundleStart #16] 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@1add698d w/ reference null 
01:28:13.134 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:13.138 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:13.148 [BundleStart #16] 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 
01:28:13.149 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:13.149 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:13.152 [BundleStart #16] 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 
01:28:13.152 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:13.153 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:13.158 [BundleStart #16] 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 
01:28:13.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:13.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:13.159 [BundleStart #16] 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 
01:28:13.159 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:13.159 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:13.161 [BundleStart #16] 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 
01:28:13.161 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:13.161 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:13.163 [BundleStart #16] 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 
01:28:13.164 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:13.164 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:13.164 [BundleStart #16] 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 
01:28:13.165 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:13.165 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:13.166 [BundleStart #16] 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 
01:28:13.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:13.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:13.167 [BundleStart #16] 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 
01:28:13.168 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:13.168 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:13.169 [BundleStart #16] 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 
01:28:13.169 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:13.170 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:13.171 [BundleStart #16] 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 
01:28:13.171 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:13.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:13.172 [BundleStart #16] 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 
01:28:13.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:13.173 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:13.175 [BundleStart #16] 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 
01:28:13.175 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:13.175 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:13.176 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:13.176 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:13.176 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:13.177 [BundleStart #16] 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 
01:28:13.177 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:13.178 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:13.181 [BundleStart #16] 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 
01:28:13.182 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:13.183 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:13.190 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:13.191 [BundleStart #17] 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 
01:28:13.191 [BundleStart #17] 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) 
01:28:13.191 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:13.191 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:13.193 [BundleStart #17] 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 
01:28:13.193 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:13.193 [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-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:13.194 [BundleStart #18] 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)] 
01:28:13.195 [BundleStart #18] 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 
01:28:13.195 [BundleStart #18] 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) 
01:28:13.195 [BundleStart #18] 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)] 
01:28:13.195 [BundleStart #18] 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)] 
01:28:13.196 [BundleStart #18] 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 
01:28:13.196 [BundleStart #18] 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)] 
01:28:13.196 [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-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:13.197 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:13.198 [BundleStart #19] 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 
01:28:13.198 [BundleStart #19] 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) 
01:28:13.198 [BundleStart #19] 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)] 
01:28:13.208 [BundleStart #19] 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... 
01:28:13.209 [BundleStart #19] 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 
01:28:13.209 [BundleStart #19] 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)] 
01:28:13.212 [BundleStart #19] 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)] 
01:28:13.212 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:13.213 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:13.213 [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@f01dea1 
01:28:13.213 [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) 
01:28:13.213 [BundleStart #19] 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 
01:28:13.213 [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) 
01:28:13.214 [BundleStart #19] 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)] 
01:28:13.216 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:199 - org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest-bundle.properties was not found; using defaults 
01:28:13.216 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:511 - Post processing: creating test bundle 
01:28:13.219 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy 
01:28:13.226 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:13.229 [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] 
01:28:13.229 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:202 - Automatically creating Manifest for the test bundle 
01:28:13.230 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:366 - Using the test class for generating bundle imports 
01:28:13.232 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 
01:28:13.232 [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... 
01:28:13.236 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class ClientOnlyTcclTest 
01:28:13.265 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:13.265 [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... 
01:28:13.265 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest 
01:28:13.269 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:13.269 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:460 - Package [org.eclipse.gemini.blueprint.iandt] is part of the test archive; parsing BaseIntegrationTest$PermissionManager bytecode to determine imports... 
01:28:13.269 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:13.271 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:13.271 [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... 
01:28:13.271 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:13.272 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:13.272 [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 
01:28:13.273 [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} 
01:28:13.273 [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] 
01:28:13.273 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:13.274 [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] 
01:28:13.274 [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] 
01:28:13.274 [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]] 
01:28:13.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:13.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:13.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:13.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:13.275 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:13.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:13.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:13.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:13.276 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:13.276 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:13.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:13.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 
01:28:13.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 
01:28:13.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 
01:28:13.277 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 
01:28:13.278 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
01:28:13.278 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 
01:28:13.285 [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 
01:28:13.285 [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.* 
01:28:13.288 [BundleStart #20] 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)] 
01:28:13.289 [BundleStart #20] 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 
01:28:13.289 [BundleStart #20] 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) 
01:28:13.289 [BundleStart #20] 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)] 
01:28:13.289 [BundleStart #20] 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)] 
01:28:13.290 [BundleStart #20] 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 
01:28:13.290 [BundleStart #20] 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)] 
01:28:13.290 [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 
01:28:13.291 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:13.293 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:13.293 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:13.295 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:13.295 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
01:28:13.296 [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 
01:28:13.298 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:13.298 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:13.312 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:13.312 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:13.313 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:13.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:13.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:13.420 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:13.492 [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@736c0cad: 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 
01:28:13.503 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:13.504 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:13.505 [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} 
01:28:13.506 [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] 
01:28:13.516 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:13.520 [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@736c0cad: 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] 
01:28:13.521 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:13.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@75f84e5f 
01:28:13.522 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:13.522 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:13.522 [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) 
01:28:13.522 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:13.523 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:13.523 [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) 
01:28:13.523 [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) 
01:28:13.523 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:13.524 [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) 
01:28:13.527 [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@4830086] 
01:28:13.527 [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@554cc9de] 
01:28:13.565 [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 
01:28:13.566 [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:{} 
01:28:13.566 [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:[] 
01:28:13.568 [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} 
01:28:13.568 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:13.570 [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 
01:28:13.571 [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 
01:28:13.572 [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:{} 
01:28:13.572 [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:[] 
01:28:13.573 [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} 
01:28:13.573 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:13.573 [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 
01:28:13.575 [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@7f7cb6f7] 
01:28:13.578 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy] 
01:28:13.580 [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} 
01:28:13.581 [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} 
01:28:13.582 [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 
01:28:13.582 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:13.583 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:13.584 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:13.584 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:13.585 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:13.586 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:13.586 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:13.587 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:13.588 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:13.588 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:13.589 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:13.589 [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. 
01:28:13.590 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:13.591 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:13.592 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:13.592 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:13.592 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:13.593 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
01:28:13.595 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:13.595 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientResources] to OSGi 
01:28:13.609 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientResources] for execution inside OSGi 
01:28:13.610 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 
01:28:13.610 [main]            INFO  o.e.g.b.i.t.ClientOnlyTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 
01:28:13.611 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy 
01:28:13.612 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:13.612 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml] 
01:28:13.616 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:13.616 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:13.617 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:13.617 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:13.659 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:13.660 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:13.673 [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@3a93b025: defining beans [unmanaged,service-provider,client]; root of factory hierarchy 
01:28:13.673 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:13.673 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:13.674 [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} 
01:28:13.674 [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] 
01:28:13.676 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@564fabc8] 
01:28:13.676 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@16d04d3d] 
01:28:13.680 [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))] 
01:28:13.681 [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))] 
01:28:13.681 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:13.688 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 
01:28:13.697 [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 
01:28:13.698 [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 
01:28:13.698 [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 
01:28:13.699 [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 
01:28:13.699 [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 
01:28:13.702 [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))] 
01:28:13.702 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3b69187c} 
01:28:13.703 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] bound to proxy 
01:28:13.703 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] bound to proxy 
01:28:13.705 [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))] 
01:28:13.706 [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))] 
01:28:13.706 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:13.707 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 
01:28:13.707 [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))] 
01:28:13.708 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3b69187c} 
01:28:13.708 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] bound to proxy 
01:28:13.708 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] bound to proxy 
01:28:13.709 [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@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3b69187c 
01:28:13.714 [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 
01:28:13.715 [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@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3b69187c 
01:28:13.716 [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))] 
01:28:13.717 [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))] 
01:28:13.717 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:13.717 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:13.718 [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))] 
01:28:13.718 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3b69187c} 
01:28:13.719 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] bound to proxy 
01:28:13.719 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] bound to proxy 
01:28:13.719 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@44c03695] 
01:28:13.720 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy] 
01:28:13.720 [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} 
01:28:13.721 [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} 
01:28:13.773 [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=9} 
01:28:13.774 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
01:28:13.774 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties at bundle://20/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
01:28:13.774 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.775 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientResources] 
01:28:13.776 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientResources]'s result read 
01:28:13.777 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 
01:28:13.778 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 
01:28:13.778 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@9d5509a 
01:28:13.779 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
01:28:13.779 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.779 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 
01:28:13.779 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 
01:28:13.780 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithPredefinedClassLoader] to OSGi 
01:28:13.780 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithPredefinedClassLoader] for execution inside OSGi 
01:28:13.781 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithPredefinedClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@179ece50 
01:28:13.781 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.782 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithPredefinedClassLoader] 
01:28:13.782 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithPredefinedClassLoader]'s result read 
01:28:13.782 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 
01:28:13.783 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 
01:28:13.783 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3b0090a4 
01:28:13.785 [BundleStop #19]  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 
01:28:13.786 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 
01:28:13.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@f01dea1 
01:28:13.786 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 
01:28:13.786 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 
01:28:13.787 [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) 
01:28:13.788 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy 
01:28:13.788 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy] 
01:28:13.790 [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] 
01:28:13.790 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1b207c79] 
01:28:13.791 [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] 
01:28:13.791 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] was unregistered and unbound from the service proxy 
01:28:13.791 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] was unregistered and unbound from the service proxy 
01:28:13.792 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] was unregistered and unbound from the service proxy 
01:28:13.792 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] was unregistered and unbound from the service proxy 
01:28:13.792 [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@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3b69187c 
01:28:13.792 [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@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@3b69187c 
01:28:13.792 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] was unregistered and unbound from the service proxy 
01:28:13.793 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3b69187c] was unregistered and unbound from the service proxy 
01:28:13.793 [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=9} 
01:28:13.793 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3b69187c] 
01:28:13.794 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:13.795 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:13.795 [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@f01dea1 
01:28:13.795 [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 
01:28:13.796 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@308c51ec 
01:28:13.799 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:28:13.800 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:13.800 [BundleStart #19] 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 
01:28:13.800 [BundleStart #19] 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) 
01:28:13.800 [BundleStart #19] 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)] 
01:28:13.801 [BundleStart #19] 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... 
01:28:13.801 [BundleStart #19] 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 
01:28:13.801 [BundleStart #19] 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)] 
01:28:13.802 [BundleStart #19] 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)] 
01:28:13.802 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:13.802 [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@f01dea1 
01:28:13.802 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:13.802 [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) 
01:28:13.803 [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) 
01:28:13.803 [BundleStart #19] 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 
01:28:13.803 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy 
01:28:13.803 [BundleStart #19] 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)] 
01:28:13.803 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:13.804 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy 
01:28:13.804 [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@1fa121e2] 
01:28:13.805 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19.1/META-INF/spring/context.xml] 
01:28:13.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:13.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:13.809 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:13.809 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:13.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:13.866 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:13.878 [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@4eacead6: 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 
01:28:13.879 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:13.879 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:13.879 [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} 
01:28:13.879 [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] 
01:28:13.881 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:13.881 [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@4eacead6: 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] 
01:28:13.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:13.882 [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@75f84e5f 
01:28:13.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:13.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:13.882 [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) 
01:28:13.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:13.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:13.883 [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) 
01:28:13.883 [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) 
01:28:13.883 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:13.884 [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) 
01:28:13.884 [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@bae7b7e] 
01:28:13.884 [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@3c14c88a] 
01:28:13.886 [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 
01:28:13.887 [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:{} 
01:28:13.887 [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:[] 
01:28:13.887 [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} 
01:28:13.888 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:13.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] bound to proxy 
01:28:13.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] bound to proxy 
01:28:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] bound to proxy 
01:28:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] bound to proxy 
01:28:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] bound to proxy 
01:28:13.889 [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=13} 
01:28:13.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] bound to proxy 
01:28:13.890 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy 
01:28:13.890 [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@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76877efa 
01:28:13.890 [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@1fa121e2] 
01:28:13.891 [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@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76877efa 
01:28:13.891 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.891 [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 
01:28:13.891 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 
01:28:13.891 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 
01:28:13.892 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanaged] to OSGi 
01:28:13.892 [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 
01:28:13.893 [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:{} 
01:28:13.893 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanaged] for execution inside OSGi 
01:28:13.893 [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:[] 
01:28:13.893 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanaged] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@62ddbd7e 
01:28:13.894 [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} 
01:28:13.894 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:13.894 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.894 [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 
01:28:13.894 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanaged] 
01:28:13.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5080a643] 
01:28:13.894 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanaged]'s result read 
01:28:13.895 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy] 
01:28:13.895 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 
01:28:13.895 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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} 
01:28:13.896 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 
01:28:13.896 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@74e52ef6 
01:28:13.896 [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} 
01:28:13.896 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
01:28:13.986 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:13.986 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundle://19.1/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
01:28:13.987 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.987 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 
01:28:13.987 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 
01:28:13.988 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithNullClassLoader] to OSGi 
01:28:13.988 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithNullClassLoader] for execution inside OSGi 
01:28:13.989 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithNullClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6ed3ccb2 
01:28:13.990 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.990 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithNullClassLoader] 
01:28:13.990 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithNullClassLoader]'s result read 
01:28:13.991 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceClasses] to OSGi 
01:28:13.991 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceClasses] for execution inside OSGi 
01:28:13.991 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@15de0b3c 
current :sun.misc.Launcher$AppClassLoader@3d4eac69
cl : BundleDelegatingClassLoader for [TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest (TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest)]
01:28:13.992 [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 
01:28:13.993 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.993 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceClasses] 
01:28:13.993 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLWithServiceClasses]'s result read 
01:28:13.993 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 
01:28:13.994 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 
01:28:13.994 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@489115ef 
01:28:13.995 [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 
01:28:13.995 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.995 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 
01:28:13.995 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 
01:28:13.996 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientClasses] to OSGi 
01:28:13.996 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientClasses] for execution inside OSGi 
01:28:13.996 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3857f613 
01:28:13.997 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.997 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientClasses] 
01:28:13.997 [main]            DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientClasses]'s result read 
01:28:13.998 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceResource] to OSGi 
01:28:13.998 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceResource] for execution inside OSGi 
01:28:13.998 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceResource] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@198b6731 
01:28:13.999 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
01:28:13.999 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:13.999 [main]            TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceResource] 
01:28:13.999 [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.769 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest
01:28:14.008 [Thread-0]        INFO  o.e.g.b.i.t.ClientOnlyTcclTest:471 - Shutting down OSGi platform 
01:28:14.008 [Thread-3]        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) 
01:28:14.009 [Thread-3]        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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy 
01:28:14.009 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:14.009 [Thread-3]        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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy] 
01:28:14.009 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 
01:28:14.010 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] was unregistered and unbound from the service proxy 
01:28:14.010 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] was unregistered and unbound from the service proxy 
01:28:14.010 [Thread-3]        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@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76877efa 
01:28:14.010 [Thread-3]        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@2b71e916 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76877efa 
01:28:14.011 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] was unregistered and unbound from the service proxy 
01:28:14.011 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] was unregistered and unbound from the service proxy 
01:28:14.011 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] was unregistered and unbound from the service proxy 
01:28:14.011 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76877efa] was unregistered and unbound from the service proxy 
01:28:14.012 [Thread-3]        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=13} 
01:28:14.012 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:14.020 [Framework shutdown] 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 
01:28:14.020 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:28:14.021 [Framework shutdown] 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 
01:28:14.021 [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) 
01:28:14.021 [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@f01dea1 
01:28:14.022 [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) 
01:28:14.022 [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) 
01:28:14.022 [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) 
01:28:14.022 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy 
01:28:14.022 [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 [Sat May 04 01:28:13 UTC 2024]; root of context hierarchy] 
01:28:14.023 [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] 
01:28:14.023 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@14c0471c] 
01:28:14.023 [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] 
01:28:14.023 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@76877efa] 
01:28:14.024 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:14.024 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:14.024 [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@f01dea1 
01:28:14.024 [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 
01:28:14.024 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:14.024 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:14.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:14.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:14.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:14.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:14.026 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:28:14.026 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3e4ba98d 
01:28:14.026 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:14.027 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:14.027 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:14.028 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:14,731 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:14,876 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:14,879 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:14,902 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:14,940 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:14,942 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:14,959 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:14,968 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:28:14,976 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:14,976 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:14,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:14,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:14,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:14,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:14,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:14,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:14,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:14,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:14,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:14,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:14,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:14,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:14,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:14,980 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:14,980 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:14,981 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:14,981 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:14,982 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest
01:28:15.121 [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.KnopflerfishPlatform 
01:28:15.126 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:85 - Instantiating platform wrapper... 
01:28:15.138 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5752100716110643693kf 
01:28:15.139 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:215 - About to start Knopflerfish OSGi Platform 
01:28:15.244 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:15.248 [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=} 
01:28:15.249 [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} 
01:28:15.250 [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} 
01:28:15.251 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:15.397 [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] 
01:28:15.413 [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] 
01:28:15.418 [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] 
01:28:15.421 [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] 
01:28:15.429 [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] 
01:28:15.439 [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] 
01:28:15.441 [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] 
01:28:15.445 [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] 
01:28:15.450 [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] 
01:28:15.468 [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] 
01:28:15.478 [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] 
01:28:15.480 [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] 
01:28:15.484 [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] 
01:28:15.491 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:15.493 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:15.502 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:15.508 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:15.511 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:15.512 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:15.530 [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] 
01:28:15.561 [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] 
01:28:15.567 [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] 
01:28:15.568 [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] 
01:28:15.569 [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] 
01:28:15.570 [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] 
01:28:15.571 [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] 
01:28:15.574 [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] 
01:28:15.578 [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] 
01:28:15.579 [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] 
01:28:15.585 [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] 
01:28:15.586 [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] 
01:28:15.587 [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] 
01:28:15.591 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:15.593 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:15.595 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:15,622 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:15,661 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:15,663 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:15,674 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:15,698 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:15,700 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:15,704 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:15,712 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@284d0ad4 - No compression will be used
01:28:15,716 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:15,716 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:15,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:15,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:15,718 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:15,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:15,719 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:15,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
01:28:15,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
01:28:15,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:15,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:15,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:15,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:15,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:15,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:15,721 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:15,721 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:15,722 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:15,722 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:15,723 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@204f6354 - Registering current configuration as safe fallback point
01:28:15.735 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:15.746 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:15.900 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:15.901 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:15.906 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:15.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:15.914 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:15.916 [BundleStart #16] 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 
01:28:15.916 [BundleStart #16] 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) 
01:28:15.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:15.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:15.918 [BundleStart #16] 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 
01:28:15.919 [BundleStart #16] 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) 
01:28:15.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:15.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:15.920 [BundleStart #16] 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 
01:28:15.921 [BundleStart #16] 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) 
01:28:15.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:15.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:15.921 [BundleStart #16] 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 
01:28:15.922 [BundleStart #16] 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) 
01:28:15.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:15.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:15.923 [BundleStart #16] 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 
01:28:15.923 [BundleStart #16] 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) 
01:28:15.923 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:15.924 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:15.925 [BundleStart #16] 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 
01:28:15.925 [BundleStart #16] 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) 
01:28:15.925 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:15.925 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:15.926 [BundleStart #16] 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 
01:28:15.926 [BundleStart #16] 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) 
01:28:15.926 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:15.926 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:15.927 [BundleStart #16] 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 
01:28:15.927 [BundleStart #16] 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) 
01:28:15.928 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:15.928 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:15.928 [BundleStart #16] 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 
01:28:15.929 [BundleStart #16] 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) 
01:28:15.929 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:15.929 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:15.930 [BundleStart #16] 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 
01:28:15.930 [BundleStart #16] 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) 
01:28:15.930 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:15.930 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:15.931 [BundleStart #16] 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 
01:28:15.931 [BundleStart #16] 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) 
01:28:15.931 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:15.932 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:15.932 [BundleStart #16] 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 
01:28:15.932 [BundleStart #16] 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) 
01:28:15.933 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:15.933 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:15.934 [BundleStart #16] 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 
01:28:15.934 [BundleStart #16] 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) 
01:28:15.934 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:15.935 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:15.935 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:15.935 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:15.935 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:15.935 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:15.936 [BundleStart #16] 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 
01:28:15.936 [BundleStart #16] 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) 
01:28:15.936 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:15.936 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:15.938 [BundleStart #16] 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 
01:28:15.938 [BundleStart #16] 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) 
01:28:15.938 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:15.947 [BundleStart #16] 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)] 
01:28:15.947 [BundleStart #16] 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)] 
01:28:15.957 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:15.958 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:15.961 [BundleStart #16] 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)] 
01:28:15.963 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:15.964 [BundleStart #16] 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@45743660 w/ reference null 
01:28:15.964 [BundleStart #16] 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@45743660 w/ reference null 
01:28:15.965 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:15.969 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:15.979 [BundleStart #16] 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 
01:28:15.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:15.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:15.982 [BundleStart #16] 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 
01:28:15.982 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:15.983 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:15.984 [BundleStart #16] 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 
01:28:15.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:15.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:15.986 [BundleStart #16] 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 
01:28:15.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:15.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:15.987 [BundleStart #16] 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 
01:28:15.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:15.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:15.990 [BundleStart #16] 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 
01:28:15.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:15.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:15.991 [BundleStart #16] 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 
01:28:15.991 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:15.991 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:15.992 [BundleStart #16] 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 
01:28:15.992 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:15.993 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:15.994 [BundleStart #16] 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 
01:28:15.994 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:15.994 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:15.995 [BundleStart #16] 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 
01:28:15.995 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:15.996 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:15.997 [BundleStart #16] 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 
01:28:15.997 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:15.998 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:15.998 [BundleStart #16] 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 
01:28:15.998 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:15.998 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:16.000 [BundleStart #16] 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 
01:28:16.001 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:16.001 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:16.001 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:16.002 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:16.002 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:16.002 [BundleStart #16] 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 
01:28:16.003 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:16.003 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:16.007 [BundleStart #16] 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 
01:28:16.007 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:16.008 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:16.015 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:16.016 [BundleStart #17] 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 
01:28:16.016 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:16.016 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:16.017 [BundleStart #17] 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 
01:28:16.017 [BundleStart #17] 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) 
01:28:16.017 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:16.017 [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-knopflerfish/integration-tests/bundles/tccl.intf.bundle/target/tccl.intf-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:16.018 [BundleStart #18] 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)] 
01:28:16.019 [BundleStart #18] 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 
01:28:16.019 [BundleStart #18] 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)] 
01:28:16.019 [BundleStart #18] 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)] 
01:28:16.020 [BundleStart #18] 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 
01:28:16.020 [BundleStart #18] 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) 
01:28:16.020 [BundleStart #18] 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)] 
01:28:16.020 [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-knopflerfish/integration-tests/bundles/tccl.bundle/target/tccl-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:16.021 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:16.022 [BundleStart #19] 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 
01:28:16.022 [BundleStart #19] 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)] 
01:28:16.022 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-tccl (org.eclipse.gemini.blueprint.iandt.tccl)] 
01:28:16.023 [BundleStart #19] 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 
01:28:16.023 [BundleStart #19] 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) 
01:28:16.023 [BundleStart #19] 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)] 
01:28:16.032 [BundleStart #19] 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... 
01:28:16.033 [BundleStart #19] 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 
01:28:16.034 [BundleStart #19] 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)] 
01:28:16.036 [BundleStart #19] 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)] 
01:28:16.036 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:16.037 [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@3ae10809 
01:28:16.037 [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) 
01:28:16.038 [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) 
01:28:16.039 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:199 - org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest-bundle.properties was not found; using defaults 
01:28:16.040 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:511 - Post processing: creating test bundle 
01:28:16.045 [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 [Sat May 04 01:28:16 UTC 2024]; root of context hierarchy 
01:28:16.064 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:16.066 [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] 
01:28:16.066 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:202 - Automatically creating Manifest for the test bundle 
01:28:16.067 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:366 - Using the test class for generating bundle imports 
01:28:16.070 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 
01:28:16.070 [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... 
01:28:16.076 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class ServiceTcclTest 
01:28:16.096 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:16.096 [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... 
01:28:16.097 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest 
01:28:16.101 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:16.102 [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... 
01:28:16.102 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:16.103 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:16.103 [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... 
01:28:16.103 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:16.104 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:16.104 [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 
01:28:16.105 [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} 
01:28:16.105 [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] 
01:28:16.105 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:16.105 [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] 
01:28:16.106 [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] 
01:28:16.106 [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]] 
01:28:16.106 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:16.106 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:16.107 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:16.107 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:16.107 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:16.107 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:16.107 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:16.107 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:16.108 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:16.108 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:16.108 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:16.108 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 
01:28:16.108 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 
01:28:16.108 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 
01:28:16.109 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 
01:28:16.109 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
01:28:16.109 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 
01:28:16.116 [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 
01:28:16.116 [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.* 
01:28:16.119 [BundleStart #20] 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)] 
01:28:16.157 [BundleStart #20] 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 
01:28:16.157 [BundleStart #20] 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)] 
01:28:16.157 [BundleStart #20] 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)] 
01:28:16.158 [BundleStart #20] 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 
01:28:16.158 [BundleStart #20] 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) 
01:28:16.158 [BundleStart #20] 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)] 
01:28:16.159 [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 
01:28:16.159 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:16.161 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:16.161 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:16.163 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:16.163 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl] triggers a context creation; waiting for it 
01:28:16.164 [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 
01:28:16.166 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:16.166 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:16.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:16.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:16.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:16.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:16.264 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:16.265 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:16.311 [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@52ea46c6: 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 
01:28:16.322 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:16.323 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:16.324 [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} 
01:28:16.325 [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] 
01:28:16.336 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:16.340 [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@52ea46c6: 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] 
01:28:16.340 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:16.340 [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@7b3f95f6 
01:28:16.341 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:16.341 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:16.341 [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) 
01:28:16.342 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:16.342 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:16.342 [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) 
01:28:16.342 [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) 
01:28:16.342 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:16.356 [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) 
01:28:16.359 [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@45fd9e5e] 
01:28:16.360 [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@30ffb502] 
01:28:16.398 [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 
01:28:16.399 [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:{} 
01:28:16.400 [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:[] 
01:28:16.401 [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} 
01:28:16.401 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:16.403 [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 
01:28:16.405 [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 
01:28:16.405 [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:{} 
01:28:16.405 [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:[] 
01:28:16.405 [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} 
01:28:16.406 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 
01:28:16.406 [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 
01:28:16.408 [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@66ffd495] 
01:28:16.411 [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 [Sat May 04 01:28:16 UTC 2024]; root of context hierarchy] 
01:28:16.413 [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} 
01:28:16.413 [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} 
01:28:16.414 [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 
01:28:16.415 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 
01:28:16.416 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:16.416 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:16.417 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:16.418 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:16.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:16.419 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:16.419 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:16.420 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:16.420 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:16.421 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:16.422 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:16.422 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:16.423 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:16.424 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:16.424 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:16.424 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.iandt.tccl.intf] does not trigger a context creation. 
01:28:16.426 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:16.427 [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. 
01:28:16.427 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnClasses] to OSGi 
01:28:16.441 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnClasses] for execution inside OSGi 
01:28:16.441 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4a94ee4 
01:28:16.442 [main]            INFO  o.e.g.b.i.t.ServiceTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 
01:28:16.443 [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 [Sat May 04 01:28:16 UTC 2024]; root of context hierarchy 
01:28:16.443 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:16.444 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml] 
01:28:16.447 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:16.448 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:16.448 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:16.449 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:16.478 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:16.479 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:16.491 [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@399f45b1: defining beans [unmanaged,service-provider,client]; root of factory hierarchy 
01:28:16.492 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:16.492 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:16.492 [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} 
01:28:16.493 [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] 
01:28:16.494 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@35cabb2a] 
01:28:16.494 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7e07db1f] 
01:28:16.498 [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))] 
01:28:16.499 [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))] 
01:28:16.499 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:16.506 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 
01:28:16.515 [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 
01:28:16.515 [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 
01:28:16.516 [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 
01:28:16.517 [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 
01:28:16.517 [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 
01:28:16.520 [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))] 
01:28:16.520 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@f3be09d} 
01:28:16.521 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 
01:28:16.521 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 
01:28:16.523 [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))] 
01:28:16.523 [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))] 
01:28:16.524 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:16.525 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 
01:28:16.525 [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))] 
01:28:16.526 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@f3be09d} 
01:28:16.526 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 
01:28:16.526 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 
01:28:16.527 [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@6771beb3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@f3be09d 
01:28:16.561 [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 
01:28:16.561 [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@6771beb3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@f3be09d 
01:28:16.563 [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))] 
01:28:16.563 [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))] 
01:28:16.564 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:16.564 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:16.565 [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))] 
01:28:16.565 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@f3be09d} 
01:28:16.565 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 
01:28:16.566 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 
01:28:16.566 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@815b41f] 
01:28:16.567 [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 [Sat May 04 01:28:16 UTC 2024]; root of context hierarchy] 
01:28:16.567 [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} 
01:28:16.568 [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} 
01:28:16.593 [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=10} 
01:28:16.594 [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 
01:28:16.595 [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 
01:28:16.597 [main]            TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest] required by [org-springframework-osgi-iandt-tccl(org.eclipse.gemini.blueprint.iandt.tccl)] scanning available bundles 
01:28:16.597 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.598 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnClasses] 
01:28:16.599 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnClasses]'s result read 
01:28:16.600 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceClasses] to OSGi 
01:28:16.601 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] for execution inside OSGi 
01:28:16.601 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@179ece50 
01:28:16.601 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.602 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] 
01:28:16.602 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceClasses]'s result read 
01:28:16.602 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 
01:28:16.603 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 
01:28:16.603 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3b0090a4 
01:28:16.604 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
01:28:16.604 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.604 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 
01:28:16.604 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 
01:28:16.605 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClient] to OSGi 
01:28:16.606 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClient] for execution inside OSGi 
01:28:16.606 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLAndUnmanagedClient] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cd3e762 
01:28:16.606 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.606 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClient] 
01:28:16.607 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClient]'s result read 
01:28:16.607 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 
01:28:16.608 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 
01:28:16.608 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1fa121e2 
01:28:16.608 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.609 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 
01:28:16.609 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 
01:28:16.609 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 
01:28:16.610 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 
01:28:16.610 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7eac9008 
01:28:16.610 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
01:28:16.611 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundle://19/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
01:28:16.611 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.611 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 
01:28:16.611 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 
01:28:16.612 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] to OSGi 
01:28:16.612 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] for execution inside OSGi 
01:28:16.612 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4116aac9 
01:28:16.613 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.613 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] 
01:28:16.613 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader]'s result read 
01:28:16.614 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 
01:28:16.614 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 
01:28:16.614 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@62ddbd7e 
01:28:16.615 [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 
01:28:16.616 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.616 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 
01:28:16.616 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 
01:28:16.617 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnResources] to OSGi 
01:28:16.617 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnResources] for execution inside OSGi 
01:28:16.617 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6ed3ccb2 
01:28:16.618 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 
01:28:16.618 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.618 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnResources] 
01:28:16.618 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnResources]'s result read 
01:28:16.619 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceResource] to OSGi 
01:28:16.619 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceResource] for execution inside OSGi 
01:28:16.619 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithClientTCCLWithServiceResource] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1a677343 
01:28:16.620 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class 
01:28:16.621 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class at bundle://18/org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class 
01:28:16.621 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
01:28:16.621 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file at bundle://19/org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 
01:28:16.621 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.621 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceResource] 
01:28:16.622 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceResource]'s result read 
01:28:16.622 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testSanity] to OSGi 
01:28:16.623 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSanity] for execution inside OSGi 
01:28:16.623 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSanity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@489115ef 
org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation#1051876890
01:28:16.624 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.624 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testSanity] 
01:28:16.624 [main]            DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testSanity]'s result read 
01:28:16.624 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] to OSGi 
01:28:16.625 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] for execution inside OSGi 
01:28:16.656 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3857f613 
01:28:16.657 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:16.657 [main]            TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] 
01:28:16.657 [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.542 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest
01:28:16.661 [Thread-0]        INFO  o.e.g.b.i.t.ServiceTcclTest:471 - Shutting down OSGi platform 
01:28:16.662 [Thread-3]        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) 
01:28:16.662 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:16.662 [Thread-3]        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 [Sat May 04 01:28:16 UTC 2024]; root of context hierarchy 
01:28:16.663 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:16.663 [Thread-3]        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 [Sat May 04 01:28:16 UTC 2024]; root of context hierarchy] 
01:28:16.663 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:16.663 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:16.663 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:16.663 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 
01:28:16.665 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] was unregistered and unbound from the service proxy 
01:28:16.665 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] was unregistered and unbound from the service proxy 
01:28:16.666 [Thread-3]        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@6771beb3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@f3be09d 
01:28:16.666 [Thread-3]        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@6771beb3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@f3be09d 
01:28:16.666 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] was unregistered and unbound from the service proxy 
01:28:16.666 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] was unregistered and unbound from the service proxy 
01:28:16.726 [Thread-3]        DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] was unregistered and unbound from the service proxy 
01:28:16.726 [Thread-3]        DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] was unregistered and unbound from the service proxy 
01:28:16.726 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:16.734 [Framework shutdown] 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 
01:28:16.735 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:28:16.736 [Framework shutdown] 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 
01:28:16.736 [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) 
01:28:16.736 [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@3ae10809 
01:28:16.737 [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) 
01:28:16.737 [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) 
01:28:16.737 [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) 
01:28:16.737 [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 [Sat May 04 01:28:16 UTC 2024]; root of context hierarchy 
01:28:16.737 [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 [Sat May 04 01:28:16 UTC 2024]; root of context hierarchy] 
01:28:16.738 [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] 
01:28:16.738 [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=10} 
01:28:16.738 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@f3be09d] 
01:28:16.739 [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] 
01:28:16.739 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5f3bfeb5] 
01:28:16.739 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:16.740 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:16.740 [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@3ae10809 
01:28:16.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.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
01:28:16.741 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:16.741 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:16.742 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:28:16.743 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2efcbe65 
01:28:16.743 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:16.757 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:16.757 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:16.758 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
Running org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest
01:28:17,507 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:17,634 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:17,637 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:17,660 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:17,699 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:17,702 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:17,708 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:17,718 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4f063c0a - No compression will be used
01:28:17,725 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:17,725 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:17,727 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:17,727 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:17,727 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:17,727 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:17,728 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:17,728 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:17,728 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:17,728 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:17,728 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:17,729 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:17,729 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:17,729 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:17,729 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:17,729 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:17,729 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:17,730 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:17,730 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:17,731 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@184f6be2 - Registering current configuration as safe fallback point
01:28:17.835 [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.KnopflerfishPlatform 
01:28:17.840 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:85 - Instantiating platform wrapper... 
01:28:17.854 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi456211327962875934kf 
01:28:17.854 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:215 - About to start Knopflerfish OSGi Platform 
01:28:17.962 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:17.966 [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=} 
01:28:17.967 [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} 
01:28:17.968 [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} 
01:28:17.969 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:18.102 [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] 
01:28:18.118 [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] 
01:28:18.123 [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] 
01:28:18.125 [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] 
01:28:18.134 [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] 
01:28:18.146 [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] 
01:28:18.148 [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] 
01:28:18.159 [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] 
01:28:18.164 [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] 
01:28:18.169 [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] 
01:28:18.188 [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] 
01:28:18.191 [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] 
01:28:18.195 [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] 
01:28:18.202 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:18.204 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:18.209 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:18.212 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:18.262 [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] 
01:28:18.271 [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] 
01:28:18.276 [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] 
01:28:18.278 [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] 
01:28:18.279 [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] 
01:28:18.280 [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] 
01:28:18.281 [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] 
01:28:18.284 [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] 
01:28:18.288 [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] 
01:28:18.289 [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] 
01:28:18.296 [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] 
01:28:18.297 [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] 
01:28:18.298 [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] 
01:28:18.301 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:18.303 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:18.305 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:18,335 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:18,375 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:18,378 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:18,388 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:18,414 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:18,416 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:18,420 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:18,428 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5cc522e3 - No compression will be used
01:28:18,432 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:18,433 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:18,434 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:18,435 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:18,435 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:18,435 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:18,435 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:18,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:18,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:18,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:18,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:18,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:18,436 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:18,437 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:18,437 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:18,437 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:18,437 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:18,438 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:18,438 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:18,439 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3650038 - Registering current configuration as safe fallback point
01:28:18.451 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:18.462 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:18.613 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:18.614 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:18.619 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:18.622 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:18.627 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:18.628 [BundleStart #16] 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 
01:28:18.629 [BundleStart #16] 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) 
01:28:18.629 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:18.629 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:18.631 [BundleStart #16] 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 
01:28:18.632 [BundleStart #16] 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) 
01:28:18.632 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:18.632 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:18.633 [BundleStart #16] 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 
01:28:18.634 [BundleStart #16] 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) 
01:28:18.634 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:18.634 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:18.635 [BundleStart #16] 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 
01:28:18.635 [BundleStart #16] 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) 
01:28:18.635 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:18.636 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:18.637 [BundleStart #16] 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 
01:28:18.637 [BundleStart #16] 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) 
01:28:18.637 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:18.637 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:18.639 [BundleStart #16] 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 
01:28:18.639 [BundleStart #16] 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) 
01:28:18.639 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:18.639 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:18.640 [BundleStart #16] 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 
01:28:18.640 [BundleStart #16] 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) 
01:28:18.640 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:18.641 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:18.641 [BundleStart #16] 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 
01:28:18.641 [BundleStart #16] 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) 
01:28:18.642 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:18.642 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:18.643 [BundleStart #16] 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 
01:28:18.643 [BundleStart #16] 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) 
01:28:18.643 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:18.643 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:18.644 [BundleStart #16] 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 
01:28:18.644 [BundleStart #16] 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) 
01:28:18.644 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:18.645 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:18.646 [BundleStart #16] 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 
01:28:18.646 [BundleStart #16] 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) 
01:28:18.656 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:18.657 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:18.657 [BundleStart #16] 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 
01:28:18.657 [BundleStart #16] 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) 
01:28:18.658 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:18.658 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:18.659 [BundleStart #16] 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 
01:28:18.659 [BundleStart #16] 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) 
01:28:18.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:18.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:18.660 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:18.660 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:18.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:18.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:18.661 [BundleStart #16] 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 
01:28:18.661 [BundleStart #16] 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) 
01:28:18.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:18.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:18.663 [BundleStart #16] 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 
01:28:18.663 [BundleStart #16] 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) 
01:28:18.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:18.673 [BundleStart #16] 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)] 
01:28:18.673 [BundleStart #16] 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)] 
01:28:18.676 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:18.677 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:18.680 [BundleStart #16] 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)] 
01:28:18.682 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:18.683 [BundleStart #16] 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@4633a6cc w/ reference null 
01:28:18.683 [BundleStart #16] 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@4633a6cc w/ reference null 
01:28:18.684 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:18.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:18.698 [BundleStart #16] 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 
01:28:18.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:18.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:18.702 [BundleStart #16] 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 
01:28:18.702 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:18.702 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:18.704 [BundleStart #16] 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 
01:28:18.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:18.705 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:18.706 [BundleStart #16] 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 
01:28:18.706 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:18.706 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:18.707 [BundleStart #16] 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 
01:28:18.708 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:18.708 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:18.710 [BundleStart #16] 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 
01:28:18.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:18.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:18.711 [BundleStart #16] 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 
01:28:18.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:18.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:18.713 [BundleStart #16] 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 
01:28:18.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:18.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:18.714 [BundleStart #16] 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 
01:28:18.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:18.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:18.716 [BundleStart #16] 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 
01:28:18.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:18.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:18.718 [BundleStart #16] 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 
01:28:18.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:18.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:18.719 [BundleStart #16] 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 
01:28:18.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:18.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:18.722 [BundleStart #16] 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 
01:28:18.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:18.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:18.723 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:18.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:18.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:18.724 [BundleStart #16] 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 
01:28:18.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:18.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:18.728 [BundleStart #16] 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 
01:28:18.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:18.729 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:18.736 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:18.738 [BundleStart #17] 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 
01:28:18.738 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:18.738 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:18.739 [BundleStart #17] 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 
01:28:18.743 [BundleStart #17] 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) 
01:28:18.743 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:18.745 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst-bundle.properties was not found; using defaults 
01:28:18.746 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:511 - Post processing: creating test bundle 
01:28:18.768 [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] 
01:28:18.768 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:202 - Automatically creating Manifest for the test bundle 
01:28:18.769 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:366 - Using the test class for generating bundle imports 
01:28:18.771 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
01:28:18.771 [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... 
01:28:18.775 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BundleCreationTst 
01:28:18.786 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:18.787 [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... 
01:28:18.787 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest 
01:28:18.791 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:18.791 [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... 
01:28:18.791 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:18.793 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:18.794 [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... 
01:28:18.794 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:18.795 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:18.795 [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 
01:28:18.795 [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} 
01:28:18.796 [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] 
01:28:18.796 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:18.796 [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] 
01:28:18.797 [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] 
01:28:18.797 [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]] 
01:28:18.797 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:18.798 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:18.798 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:18.798 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:18.798 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:18.799 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:18.799 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:18.799 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:18.799 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:18.800 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:18.800 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 
01:28:18.800 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 
01:28:18.800 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
01:28:18.801 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
01:28:18.801 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
01:28:18.801 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
01:28:18.801 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 
01:28:18.802 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 
01:28:18.802 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 
01:28:18.802 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 
01:28:18.802 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 
01:28:18.810 [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 
01:28:18.811 [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.* 
01:28:18.814 [BundleStart #18] 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)] 
01:28:18.814 [BundleStart #18] 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 
01:28:18.815 [BundleStart #18] 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)] 
01:28:18.815 [BundleStart #18] 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)] 
01:28:18.815 [BundleStart #18] 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 
01:28:18.816 [BundleStart #18] 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) 
01:28:18.816 [BundleStart #18] 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)] 
01:28:18.816 [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 
01:28:18.816 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:18.818 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:18.819 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:18.820 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:18.821 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:18.821 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:18.822 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:18.823 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:18.823 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:18.824 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:18.824 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:18.825 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:18.825 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:18.826 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:18.826 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:18.827 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:18.828 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:18.828 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:18.830 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:18.830 [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. 
01:28:18.831 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 
01:28:18.844 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 
01:28:18.845 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@14dd9eb7 
01:28:18.845 [main]            INFO  o.e.g.b.i.t.BundleCreationTst:190 - Loading context for locations:  
01:28:18.859 [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 [Sat May 04 01:28:18 UTC 2024]; root of context hierarchy 
01:28:18.866 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:18.886 [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@557caf28: defining beans []; root of factory hierarchy 
01:28:18.895 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:18.896 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:18.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} 
01:28:18.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] 
01:28:18.901 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d20d0b] 
01:28:18.902 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@77f1baf5] 
01:28:18.904 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@37ceb1df] 
01:28:18.907 [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 [Sat May 04 01:28:18 UTC 2024]; root of context hierarchy] 
01:28:18.909 [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} 
01:28:18.912 [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} 
01:28:18.948 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:18.949 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 
01:28:18.950 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 
01:28:18.951 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testFailure] to OSGi 
01:28:18.952 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFailure] for execution inside OSGi 
01:28:18.953 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e96bacf 
01:28:18.953 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:18.954 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testFailure] 
01:28:18.954 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testFailure]'s result read 
01:28:18.955 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 
01:28:18.955 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 
01:28:18.956 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@484970b0 
01:28:18.956 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:18.957 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 
01:28:18.957 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 
01:28:18.958 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 
01:28:18.958 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 
01:28:18.959 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4470f8a6 
01:28:18.959 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:18.959 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 
01:28:18.960 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 
01:28:18.960 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionPass] to OSGi 
01:28:18.961 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionPass] for execution inside OSGi 
01:28:18.961 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionPass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7c83dc97 
01:28:18.962 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:18.962 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionPass] 
01:28:18.962 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testAssertionPass]'s result read 
01:28:18.963 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 
01:28:18.963 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 
01:28:18.964 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7748410a 
01:28:18.964 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:18.965 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 
01:28:18.965 [main]            DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 
01:28:18.966 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionFailure] to OSGi 
01:28:18.966 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionFailure] for execution inside OSGi 
01:28:18.966 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@740773a3 
01:28:18.967 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:18.967 [main]            TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionFailure] 
01:28:18.967 [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.549 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest
01:28:18.971 [Thread-0]        INFO  o.e.g.b.i.t.BundleCreationTst:471 - Shutting down OSGi platform 
01:28:18.972 [Thread-3]        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) 
01:28:18.972 [Thread-3]        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 [Sat May 04 01:28:18 UTC 2024]; root of context hierarchy 
01:28:18.972 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:18.972 [Thread-3]        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 [Sat May 04 01:28:18 UTC 2024]; root of context hierarchy] 
01:28:18.973 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:18.973 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:18.974 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:18.974 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:18.974 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:18.974 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:18.975 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:18.975 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:18.976 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:18.976 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:18.977 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:18.978 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:19,673 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:19,787 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:19,790 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:19,813 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:19,852 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:19,854 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:19,862 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:19,872 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:28:19,880 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:19,880 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:19,881 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:19,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:19,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:19,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:19,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:19,882 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:19,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:19,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:19,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:19,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:19,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:19,883 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:19,884 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:19,884 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:19,884 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:19,885 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:19,885 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:19,886 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest
01:28:20.011 [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.KnopflerfishPlatform 
01:28:20.016 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:85 - Instantiating platform wrapper... 
01:28:20.028 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4084090258877804720kf 
01:28:20.029 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:215 - About to start Knopflerfish OSGi Platform 
01:28:20.136 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:20.140 [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=} 
01:28:20.140 [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} 
01:28:20.142 [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} 
01:28:20.143 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:20.273 [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] 
01:28:20.289 [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] 
01:28:20.294 [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] 
01:28:20.297 [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] 
01:28:20.305 [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] 
01:28:20.316 [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] 
01:28:20.318 [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] 
01:28:20.322 [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] 
01:28:20.328 [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] 
01:28:20.334 [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] 
01:28:20.361 [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] 
01:28:20.363 [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] 
01:28:20.368 [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] 
01:28:20.375 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:20.377 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:20.382 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:20.386 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:20.403 [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] 
01:28:20.415 [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] 
01:28:20.422 [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] 
01:28:20.424 [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] 
01:28:20.424 [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] 
01:28:20.425 [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] 
01:28:20.426 [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] 
01:28:20.429 [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] 
01:28:20.432 [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] 
01:28:20.433 [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] 
01:28:20.462 [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] 
01:28:20.463 [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] 
01:28:20.464 [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] 
01:28:20.467 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:20.469 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:20.471 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:20,500 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:20,540 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:20,543 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:20,553 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:20,579 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:20,581 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:20,585 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:20,592 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@26fd77b - No compression will be used
01:28:20,597 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:20,597 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:20,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:20,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:20,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:20,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:20,599 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:20,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:20,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:20,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:20,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:20,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:20,600 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:20,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:20,601 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:20,601 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:20,601 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:20,602 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:20,602 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:20,603 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4e0651fa - Registering current configuration as safe fallback point
01:28:20.616 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:20.627 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:20.785 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:20.786 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:20.791 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:20.794 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:20.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:20.801 [BundleStart #16] 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 
01:28:20.801 [BundleStart #16] 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) 
01:28:20.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:20.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:20.807 [BundleStart #16] 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 
01:28:20.807 [BundleStart #16] 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) 
01:28:20.807 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:20.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:20.809 [BundleStart #16] 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 
01:28:20.809 [BundleStart #16] 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) 
01:28:20.809 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:20.810 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:20.810 [BundleStart #16] 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 
01:28:20.810 [BundleStart #16] 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) 
01:28:20.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:20.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:20.812 [BundleStart #16] 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 
01:28:20.812 [BundleStart #16] 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) 
01:28:20.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:20.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:20.813 [BundleStart #16] 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 
01:28:20.813 [BundleStart #16] 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) 
01:28:20.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:20.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:20.814 [BundleStart #16] 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 
01:28:20.815 [BundleStart #16] 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) 
01:28:20.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:20.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:20.816 [BundleStart #16] 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 
01:28:20.816 [BundleStart #16] 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) 
01:28:20.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:20.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:20.817 [BundleStart #16] 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 
01:28:20.817 [BundleStart #16] 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) 
01:28:20.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:20.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:20.818 [BundleStart #16] 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 
01:28:20.818 [BundleStart #16] 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) 
01:28:20.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:20.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:20.820 [BundleStart #16] 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 
01:28:20.820 [BundleStart #16] 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) 
01:28:20.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:20.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:20.821 [BundleStart #16] 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 
01:28:20.821 [BundleStart #16] 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) 
01:28:20.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:20.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:20.822 [BundleStart #16] 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 
01:28:20.823 [BundleStart #16] 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) 
01:28:20.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:20.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:20.823 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:20.823 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:20.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:20.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:20.824 [BundleStart #16] 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 
01:28:20.824 [BundleStart #16] 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) 
01:28:20.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:20.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:20.826 [BundleStart #16] 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 
01:28:20.826 [BundleStart #16] 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) 
01:28:20.826 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:20.835 [BundleStart #16] 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)] 
01:28:20.835 [BundleStart #16] 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)] 
01:28:20.838 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:20.838 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:20.842 [BundleStart #16] 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)] 
01:28:20.857 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:20.858 [BundleStart #16] 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@1ff504f w/ reference null 
01:28:20.858 [BundleStart #16] 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@1ff504f w/ reference null 
01:28:20.859 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:20.863 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:20.873 [BundleStart #16] 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 
01:28:20.873 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:20.874 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:20.876 [BundleStart #16] 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 
01:28:20.876 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:20.877 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:20.878 [BundleStart #16] 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 
01:28:20.879 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:20.879 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:20.880 [BundleStart #16] 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 
01:28:20.880 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:20.880 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:20.881 [BundleStart #16] 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 
01:28:20.882 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:20.882 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:20.884 [BundleStart #16] 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 
01:28:20.884 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:20.884 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:20.885 [BundleStart #16] 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 
01:28:20.885 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:20.885 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:20.886 [BundleStart #16] 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 
01:28:20.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:20.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:20.888 [BundleStart #16] 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 
01:28:20.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:20.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:20.890 [BundleStart #16] 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 
01:28:20.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:20.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:20.891 [BundleStart #16] 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 
01:28:20.892 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:20.892 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:20.892 [BundleStart #16] 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 
01:28:20.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:20.893 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:20.895 [BundleStart #16] 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 
01:28:20.895 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:20.895 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:20.896 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:20.896 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:20.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:20.897 [BundleStart #16] 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 
01:28:20.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:20.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:20.901 [BundleStart #16] 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 
01:28:20.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:20.902 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:20.909 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:20.910 [BundleStart #17] 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 
01:28:20.910 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:20.911 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:20.911 [BundleStart #17] 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 
01:28:20.912 [BundleStart #17] 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) 
01:28:20.912 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:20.914 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest-bundle.properties was not found; using defaults 
01:28:20.914 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:511 - Post processing: creating test bundle 
01:28:20.929 [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] 
01:28:20.930 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:202 - Automatically creating Manifest for the test bundle 
01:28:20.930 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:366 - Using the test class for generating bundle imports 
01:28:20.932 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
01:28:20.933 [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... 
01:28:20.936 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class OsgiPlatformTest 
01:28:20.948 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:20.948 [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... 
01:28:20.948 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest 
01:28:20.952 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:20.952 [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... 
01:28:20.952 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:20.954 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:20.955 [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... 
01:28:20.955 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:20.957 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:20.957 [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 
01:28:20.957 [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} 
01:28:20.958 [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] 
01:28:20.958 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:20.959 [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] 
01:28:20.959 [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] 
01:28:20.959 [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]] 
01:28:20.960 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:20.960 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:20.960 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:20.960 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:20.961 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:20.961 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:20.961 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:20.961 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:20.961 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:20.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:20.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 
01:28:20.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 
01:28:20.962 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
01:28:20.963 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
01:28:20.963 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
01:28:20.963 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
01:28:20.963 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 
01:28:20.963 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 
01:28:20.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 
01:28:20.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 
01:28:20.964 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 
01:28:20.972 [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 
01:28:20.972 [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.* 
01:28:20.975 [BundleStart #18] 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)] 
01:28:20.976 [BundleStart #18] 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 
01:28:20.976 [BundleStart #18] 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)] 
01:28:20.976 [BundleStart #18] 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)] 
01:28:20.976 [BundleStart #18] 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 
01:28:20.977 [BundleStart #18] 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) 
01:28:20.977 [BundleStart #18] 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)] 
01:28:20.977 [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 
01:28:20.977 [main]            DEBUG o.e.g.b.i.t.OsgiPlatformTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:20.979 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:20.980 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:20.981 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:20.982 [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. 
01:28:20.982 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:20.983 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:20.983 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:20.984 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:20.985 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:20.985 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:20.986 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:20.986 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:20.987 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:20.987 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:20.988 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:20.989 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:20.989 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:20.989 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:20.991 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:20.991 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:364 - Writing test name [testOsgiPlatform] to OSGi 
01:28:21.004 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiPlatform] for execution inside OSGi 
01:28:21.005 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testOsgiPlatform] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:28:21.006 [main]            INFO  o.e.g.b.i.t.OsgiPlatformTest:190 - Loading context for locations:  
01:28:21.019 [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 [Sat May 04 01:28:21 UTC 2024]; root of context hierarchy 
01:28:21.025 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:21.044 [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@6a78afa0: defining beans []; root of factory hierarchy 
01:28:21.053 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:21.053 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:21.055 [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} 
01:28:21.055 [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] 
01:28:21.059 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 
01:28:21.059 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 
01:28:21.061 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 
01:28:21.065 [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 [Sat May 04 01:28:21 UTC 2024]; root of context hierarchy] 
01:28:21.067 [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} 
01:28:21.068 [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} 
01:28:21.102 [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.KnopflerfishPlatform 
01:28:21.103 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:21.104 [main]            TRACE o.e.g.b.i.t.OsgiPlatformTest:440 - Reading OSGi results for test [testOsgiPlatform] 
01:28:21.105 [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: 1.099 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest
01:28:21.109 [Thread-0]        INFO  o.e.g.b.i.t.OsgiPlatformTest:471 - Shutting down OSGi platform 
01:28:21.109 [Thread-3]        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) 
01:28:21.110 [Thread-3]        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 [Sat May 04 01:28:21 UTC 2024]; root of context hierarchy 
01:28:21.110 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:21.110 [Thread-3]        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 [Sat May 04 01:28:21 UTC 2024]; root of context hierarchy] 
01:28:21.111 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:21.111 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:21.111 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:21.111 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:21.111 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:21.112 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:21.112 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:21.112 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:21.113 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:21.114 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:21.114 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:21.115 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:21,804 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:21,922 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:21,925 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:21,947 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:21,986 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:21,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:21,995 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:22,006 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:28:22,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:22,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:22,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:22,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:22,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:22,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:22,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:22,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:22,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:22,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:22,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:22,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:22,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:22,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:22,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:22,018 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:22,018 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:22,019 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:22,019 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:22,020 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest
01:28:22.149 [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.KnopflerfishPlatform 
01:28:22.154 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:85 - Instantiating platform wrapper... 
01:28:22.167 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1603119832382744084kf 
01:28:22.168 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:215 - About to start Knopflerfish OSGi Platform 
01:28:22.283 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:22.287 [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=} 
01:28:22.288 [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} 
01:28:22.290 [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} 
01:28:22.291 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:22.429 [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] 
01:28:22.445 [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] 
01:28:22.451 [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] 
01:28:22.453 [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] 
01:28:22.462 [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] 
01:28:22.473 [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] 
01:28:22.475 [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] 
01:28:22.479 [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] 
01:28:22.484 [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] 
01:28:22.491 [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] 
01:28:22.509 [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] 
01:28:22.512 [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] 
01:28:22.516 [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] 
01:28:22.523 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:22.526 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:22.557 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:22.561 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:22.585 [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] 
01:28:22.594 [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] 
01:28:22.599 [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] 
01:28:22.601 [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] 
01:28:22.602 [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] 
01:28:22.602 [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] 
01:28:22.603 [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] 
01:28:22.606 [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] 
01:28:22.610 [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] 
01:28:22.611 [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] 
01:28:22.621 [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] 
01:28:22.622 [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] 
01:28:22.624 [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] 
01:28:22.630 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:22.632 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:22.635 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:22,673 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:22,713 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:22,715 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:22,726 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:22,752 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:22,754 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:22,758 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:22,766 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5af0357e - No compression will be used
01:28:22,771 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:22,771 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:22,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:22,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:22,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:22,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:22,773 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:22,774 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:22,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:22,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:22,775 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:22,775 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:22,775 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:22,776 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:22,776 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:22,777 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5f51b4ae - Registering current configuration as safe fallback point
01:28:22.790 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:22.801 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:22.962 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:22.963 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:22.968 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:22.971 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:22.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:22.978 [BundleStart #16] 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 
01:28:22.978 [BundleStart #16] 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) 
01:28:22.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:22.979 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:22.981 [BundleStart #16] 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 
01:28:22.981 [BundleStart #16] 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) 
01:28:22.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:22.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:22.983 [BundleStart #16] 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 
01:28:22.983 [BundleStart #16] 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) 
01:28:22.983 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:22.984 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:22.984 [BundleStart #16] 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 
01:28:22.984 [BundleStart #16] 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) 
01:28:22.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:22.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:22.986 [BundleStart #16] 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 
01:28:22.986 [BundleStart #16] 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) 
01:28:22.986 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:22.987 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:22.988 [BundleStart #16] 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 
01:28:22.988 [BundleStart #16] 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) 
01:28:22.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:22.988 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:22.989 [BundleStart #16] 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 
01:28:22.989 [BundleStart #16] 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) 
01:28:22.989 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:22.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:22.990 [BundleStart #16] 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 
01:28:22.991 [BundleStart #16] 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) 
01:28:22.991 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:22.991 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:22.992 [BundleStart #16] 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 
01:28:22.992 [BundleStart #16] 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) 
01:28:22.992 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:22.993 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:22.993 [BundleStart #16] 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 
01:28:22.994 [BundleStart #16] 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) 
01:28:22.994 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:22.994 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:22.995 [BundleStart #16] 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 
01:28:22.995 [BundleStart #16] 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) 
01:28:22.996 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:22.996 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:22.996 [BundleStart #16] 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 
01:28:22.996 [BundleStart #16] 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) 
01:28:22.997 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:22.997 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:22.998 [BundleStart #16] 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 
01:28:22.998 [BundleStart #16] 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) 
01:28:22.999 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:22.999 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:22.999 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:22.999 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:22.999 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:23.000 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:23.000 [BundleStart #16] 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 
01:28:23.000 [BundleStart #16] 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) 
01:28:23.000 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:23.001 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:23.002 [BundleStart #16] 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 
01:28:23.003 [BundleStart #16] 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) 
01:28:23.003 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:23.012 [BundleStart #16] 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)] 
01:28:23.012 [BundleStart #16] 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)] 
01:28:23.015 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:23.016 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:23.019 [BundleStart #16] 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)] 
01:28:23.021 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:23.022 [BundleStart #16] 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@28e56a87 w/ reference null 
01:28:23.022 [BundleStart #16] 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@28e56a87 w/ reference null 
01:28:23.023 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:23.027 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:23.037 [BundleStart #16] 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 
01:28:23.038 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:23.038 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:23.040 [BundleStart #16] 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 
01:28:23.041 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:23.041 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:23.043 [BundleStart #16] 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 
01:28:23.043 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:23.043 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:23.044 [BundleStart #16] 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 
01:28:23.044 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:23.045 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:23.046 [BundleStart #16] 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 
01:28:23.046 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:23.046 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:23.049 [BundleStart #16] 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 
01:28:23.049 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:23.049 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:23.050 [BundleStart #16] 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 
01:28:23.050 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:23.050 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:23.051 [BundleStart #16] 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 
01:28:23.051 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:23.052 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:23.057 [BundleStart #16] 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 
01:28:23.057 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:23.057 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:23.058 [BundleStart #16] 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 
01:28:23.059 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:23.059 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:23.060 [BundleStart #16] 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 
01:28:23.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:23.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:23.061 [BundleStart #16] 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 
01:28:23.062 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:23.062 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:23.064 [BundleStart #16] 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 
01:28:23.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:23.064 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:23.065 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:23.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:23.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:23.066 [BundleStart #16] 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 
01:28:23.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:23.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:23.070 [BundleStart #16] 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 
01:28:23.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:23.071 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:23.080 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:23.082 [BundleStart #17] 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 
01:28:23.083 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:23.083 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:23.083 [BundleStart #17] 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 
01:28:23.087 [BundleStart #17] 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) 
01:28:23.088 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:23.090 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:199 - org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest-bundle.properties was not found; using defaults 
01:28:23.090 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:511 - Post processing: creating test bundle 
01:28:23.109 [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] 
01:28:23.109 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:202 - Automatically creating Manifest for the test bundle 
01:28:23.110 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:366 - Using the test class for generating bundle imports 
01:28:23.112 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
01:28:23.113 [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... 
01:28:23.116 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class AppCtxInjectionTest 
01:28:23.128 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:23.128 [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... 
01:28:23.128 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest 
01:28:23.132 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:23.132 [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... 
01:28:23.133 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:23.134 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:23.135 [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... 
01:28:23.135 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:23.136 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:23.136 [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 
01:28:23.136 [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} 
01:28:23.136 [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] 
01:28:23.137 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:23.137 [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] 
01:28:23.137 [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] 
01:28:23.138 [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]] 
01:28:23.138 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:23.138 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:23.138 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:23.139 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:23.139 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:23.139 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:23.139 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:23.139 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:23.139 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:23.140 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:23.140 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 
01:28:23.140 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 
01:28:23.140 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 
01:28:23.140 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
01:28:23.140 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 
01:28:23.141 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 
01:28:23.141 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 
01:28:23.141 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 
01:28:23.141 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 
01:28:23.141 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 
01:28:23.142 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 
01:28:23.150 [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 
01:28:23.151 [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.* 
01:28:23.158 [BundleStart #18] 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)] 
01:28:23.158 [BundleStart #18] 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 
01:28:23.159 [BundleStart #18] 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)] 
01:28:23.159 [BundleStart #18] 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)] 
01:28:23.159 [BundleStart #18] 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 
01:28:23.159 [BundleStart #18] 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) 
01:28:23.159 [BundleStart #18] 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)] 
01:28:23.159 [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 
01:28:23.160 [main]            DEBUG o.e.g.b.i.t.AppCtxInjectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:23.162 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:23.162 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:23.163 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:23.164 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:23.164 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:23.165 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:23.165 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:23.166 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:23.167 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:23.167 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:23.168 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:23.169 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:23.170 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:23.171 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:23.172 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:23.173 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:23.173 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:23.175 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:23.176 [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. 
01:28:23.177 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:364 - Writing test name [testInjection] to OSGi 
01:28:23.191 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjection] for execution inside OSGi 
01:28:23.191 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:28:23.192 [main]            INFO  o.e.g.b.i.t.AppCtxInjectionTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 
01:28:23.205 [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 [Sat May 04 01:28:23 UTC 2024]; root of context hierarchy 
01:28:23.211 [main]            INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:23.240 [main]            INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml] 
01:28:23.278 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:23.278 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:23.280 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:23.281 [main]            TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:23.392 [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@7530ad9c: defining beans [injected-bean]; root of factory hierarchy 
01:28:23.406 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:23.406 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:23.408 [main]            TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:28:23.408 [main]            TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:28:23.419 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2e1d27ba] 
01:28:23.419 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@61d6015a] 
01:28:23.436 [main]            DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@732c2a62] 
01:28:23.440 [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 [Sat May 04 01:28:23 UTC 2024]; root of context hierarchy] 
01:28:23.442 [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} 
01:28:23.444 [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]
01:28:23.488 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:23.489 [main]            TRACE o.e.g.b.i.t.AppCtxInjectionTest:440 - Reading OSGi results for test [testInjection] 
01:28:23.490 [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: 1.347 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest
01:28:23.496 [Thread-0]        INFO  o.e.g.b.i.t.AppCtxInjectionTest:471 - Shutting down OSGi platform 
01:28:23.496 [Thread-3]        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) 
01:28:23.497 [Thread-3]        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 [Sat May 04 01:28:23 UTC 2024]; root of context hierarchy 
01:28:23.497 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:23.497 [Thread-3]        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 [Sat May 04 01:28:23 UTC 2024]; root of context hierarchy] 
01:28:23.497 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:23.498 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:23.498 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:23.498 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:23.498 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:23.498 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:23.499 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:23.499 [Thread-3]        DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:23.500 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:23.500 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:23.501 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:23.502 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:24,210 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:24,333 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:24,336 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:24,359 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:24,398 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:24,400 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:24,407 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:24,417 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7d907bac - No compression will be used
01:28:24,424 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:24,425 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:24,426 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:24,427 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:24,427 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:24,427 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:24,427 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:24,428 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:24,428 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:24,428 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:24,428 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:24,428 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:24,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:24,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:24,429 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:24,429 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:24,429 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:24,430 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:24,430 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:24,431 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5c5a1b69 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest
01:28:24.570 [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.KnopflerfishPlatform 
01:28:24.575 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:85 - Instantiating platform wrapper... 
01:28:24.587 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4455859546467583273kf 
01:28:24.588 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:215 - About to start Knopflerfish OSGi Platform 
01:28:24.695 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:24.699 [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=} 
01:28:24.700 [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} 
01:28:24.702 [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} 
01:28:24.703 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:24.839 [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] 
01:28:24.855 [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] 
01:28:24.861 [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] 
01:28:24.863 [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] 
01:28:24.872 [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] 
01:28:24.883 [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] 
01:28:24.885 [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] 
01:28:24.889 [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] 
01:28:24.895 [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] 
01:28:24.901 [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] 
01:28:24.919 [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] 
01:28:24.922 [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] 
01:28:24.926 [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] 
01:28:24.959 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:24.961 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:24.966 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:24.970 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:24.973 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:24.995 [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] 
01:28:25.004 [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] 
01:28:25.010 [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] 
01:28:25.012 [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] 
01:28:25.012 [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] 
01:28:25.013 [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] 
01:28:25.014 [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] 
01:28:25.017 [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] 
01:28:25.021 [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] 
01:28:25.021 [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] 
01:28:25.028 [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] 
01:28:25.029 [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] 
01:28:25.030 [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] 
01:28:25.033 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:25.035 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:25.057 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:25,087 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:25,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:25,131 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:25,142 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:25,169 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:25,171 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:25,175 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:25,183 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3e84b1a3 - No compression will be used
01:28:25,187 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:25,188 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:25,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:25,189 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:25,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:25,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:25,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:25,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
01:28:25,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
01:28:25,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:25,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:25,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:25,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:25,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:25,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:25,191 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:25,192 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:25,192 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:25,192 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:25,193 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@215c76a7 - Registering current configuration as safe fallback point
01:28:25.205 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:25.215 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:25.363 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:25.364 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:25.368 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:25.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:25.380 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:25.382 [BundleStart #16] 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 
01:28:25.382 [BundleStart #16] 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) 
01:28:25.382 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:25.383 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:25.384 [BundleStart #16] 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 
01:28:25.384 [BundleStart #16] 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) 
01:28:25.385 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:25.385 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:25.386 [BundleStart #16] 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 
01:28:25.387 [BundleStart #16] 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) 
01:28:25.387 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:25.387 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:25.388 [BundleStart #16] 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 
01:28:25.388 [BundleStart #16] 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) 
01:28:25.388 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:25.388 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:25.389 [BundleStart #16] 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 
01:28:25.389 [BundleStart #16] 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) 
01:28:25.389 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:25.390 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:25.391 [BundleStart #16] 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 
01:28:25.391 [BundleStart #16] 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) 
01:28:25.391 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:25.392 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:25.392 [BundleStart #16] 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 
01:28:25.392 [BundleStart #16] 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) 
01:28:25.392 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:25.393 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:25.393 [BundleStart #16] 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 
01:28:25.393 [BundleStart #16] 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) 
01:28:25.394 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:25.394 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:25.394 [BundleStart #16] 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 
01:28:25.395 [BundleStart #16] 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) 
01:28:25.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:25.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:25.396 [BundleStart #16] 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 
01:28:25.396 [BundleStart #16] 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) 
01:28:25.396 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:25.396 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:25.397 [BundleStart #16] 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 
01:28:25.397 [BundleStart #16] 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) 
01:28:25.398 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:25.398 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:25.398 [BundleStart #16] 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 
01:28:25.398 [BundleStart #16] 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) 
01:28:25.399 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:25.399 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:25.400 [BundleStart #16] 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 
01:28:25.400 [BundleStart #16] 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) 
01:28:25.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:25.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:25.401 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:25.401 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:25.401 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:25.401 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:25.401 [BundleStart #16] 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 
01:28:25.402 [BundleStart #16] 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) 
01:28:25.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:25.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:25.403 [BundleStart #16] 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 
01:28:25.404 [BundleStart #16] 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) 
01:28:25.404 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:25.413 [BundleStart #16] 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)] 
01:28:25.413 [BundleStart #16] 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)] 
01:28:25.416 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:25.416 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:25.419 [BundleStart #16] 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)] 
01:28:25.421 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:25.422 [BundleStart #16] 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@30dc6e95 w/ reference null 
01:28:25.422 [BundleStart #16] 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@30dc6e95 w/ reference null 
01:28:25.423 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:25.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:25.437 [BundleStart #16] 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 
01:28:25.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:25.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:25.440 [BundleStart #16] 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 
01:28:25.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:25.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:25.442 [BundleStart #16] 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 
01:28:25.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:25.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:25.444 [BundleStart #16] 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 
01:28:25.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:25.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:25.446 [BundleStart #16] 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 
01:28:25.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:25.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:25.448 [BundleStart #16] 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 
01:28:25.449 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:25.449 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:25.450 [BundleStart #16] 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 
01:28:25.450 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:25.450 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:25.451 [BundleStart #16] 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 
01:28:25.451 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:25.452 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:25.453 [BundleStart #16] 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 
01:28:25.453 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:25.453 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:25.454 [BundleStart #16] 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 
01:28:25.455 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:25.455 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:25.456 [BundleStart #16] 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 
01:28:25.457 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:25.457 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:25.457 [BundleStart #16] 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 
01:28:25.458 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:25.458 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:25.460 [BundleStart #16] 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 
01:28:25.460 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:25.461 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:25.461 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:25.462 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:25.462 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:25.462 [BundleStart #16] 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 
01:28:25.463 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:25.463 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:25.466 [BundleStart #16] 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 
01:28:25.466 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:25.468 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:25.474 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:25.474 [BundleStart #17] 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 
01:28:25.475 [BundleStart #17] 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) 
01:28:25.475 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:25.475 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:25.476 [BundleStart #17] 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 
01:28:25.477 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:25.477 [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-knopflerfish/integration-tests/bundles/extender.listener.bundle/target/extender.listener.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:25.478 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 
01:28:25.479 [BundleStart #18] 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 
01:28:25.479 [BundleStart #18] 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) 
01:28:25.479 [BundleStart #18] 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)] 
01:28:25.489 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle ExtenderListener is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:25.489 [BundleStart #18] 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 
01:28:25.490 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 
01:28:25.492 [BundleStart #18] 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)] 
01:28:25.493 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:25.493 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 
01:28:25.493 [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@4e7c06d 
01:28:25.494 [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) 
01:28:25.494 [BundleStart #18] 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 
01:28:25.494 [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) 
01:28:25.494 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 
01:28:25.496 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:199 - org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest-bundle.properties was not found; using defaults 
01:28:25.496 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:511 - Post processing: creating test bundle 
01:28:25.499 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy 
01:28:25.506 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:25.510 [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] 
01:28:25.511 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:202 - Automatically creating Manifest for the test bundle 
01:28:25.511 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:366 - Using the test class for generating bundle imports 
01:28:25.514 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 
01:28:25.514 [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... 
01:28:25.518 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class OsgiLifecycleNotificationTest 
01:28:25.530 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 
01:28:25.530 [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... 
01:28:25.531 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class AbstractEventTest 
01:28:25.532 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:25.533 [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... 
01:28:25.533 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest 
01:28:25.557 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/config.xml] 
01:28:25.559 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:25.559 [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... 
01:28:25.559 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:25.561 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:25.561 [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... 
01:28:25.561 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:25.562 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:25.562 [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 
01:28:25.563 [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} 
01:28:25.563 [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] 
01:28:25.563 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:25.563 [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] 
01:28:25.564 [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] 
01:28:25.564 [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]] 
01:28:25.564 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:25.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:25.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:25.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:25.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:25.565 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:25.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:25.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:25.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:25.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:25.566 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 
01:28:25.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 
01:28:25.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 
01:28:25.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 
01:28:25.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 
01:28:25.567 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 
01:28:25.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 
01:28:25.568 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 
01:28:25.575 [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 
01:28:25.576 [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.* 
01:28:25.579 [BundleStart #19] 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)] 
01:28:25.579 [BundleStart #19] 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 
01:28:25.579 [BundleStart #19] 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) 
01:28:25.579 [BundleStart #19] 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)] 
01:28:25.580 [BundleStart #19] 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)] 
01:28:25.580 [BundleStart #19] 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 
01:28:25.581 [BundleStart #19] 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)] 
01:28:25.581 [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 
01:28:25.581 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:25.583 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:25.584 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:25.585 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:25.586 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:25.586 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:25.586 [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. 
01:28:25.587 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:25.588 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:25.589 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:25.589 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:218 - Bundle [org.eclipse.gemini.blueprint.iandt.extenderlistener] triggers a context creation; waiting for it 
01:28:25.590 [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 
01:28:25.592 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:25.592 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:25.592 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:25.592 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 
01:28:25.593 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:25.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:25.709 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:25.709 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:25.777 [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@1df9d197: defining beans [packageAdmin,listener]; root of factory hierarchy 
01:28:25.789 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:25.789 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:25.790 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:28:25.791 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:28:25.802 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:25.806 [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@1df9d197: defining beans [packageAdmin,listener]; root of factory hierarchy] 
01:28:25.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:25.807 [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@6a87e9f6 
01:28:25.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:25.807 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:25.807 [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) 
01:28:25.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:25.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:25.808 [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) 
01:28:25.808 [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) 
01:28:25.808 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:25.809 [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) 
01:28:25.812 [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@f2f7af7] 
01:28:25.812 [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@3e8f83a8] 
01:28:25.845 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&packageAdmin] is being tracked for dependencies 
01:28:25.847 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [packageAdmin] depends (transitively) on the following importers:{} 
01:28:25.847 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [packageAdmin] depends on importers:[] 
01:28:25.848 [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 {} 
01:28:25.849 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}] 
01:28:25.850 [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=9} 
01:28:25.851 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [packageAdmin] started; all its dependencies are satisfied 
01:28:25.852 [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@788b281a] 
01:28:25.856 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy] 
01:28:25.858 [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} 
01:28:25.859 [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} 
01:28:25.860 [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 
01:28:25.860 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 
01:28:25.861 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:25.861 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:25.862 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:25.862 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:25.863 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:25.863 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:25.865 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:25.865 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:25.865 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:25.867 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy] 
01:28:25.867 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:25.868 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatFail] to OSGi 
01:28:25.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:28:25.882 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatFail] for execution inside OSGi 
01:28:25.882 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEventsForCtxThatFail] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 
01:28:25.883 [main]            INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:190 - Loading context for locations:  
01:28:25.885 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy 
01:28:25.885 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:25.885 [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@7ec7ffd3: defining beans []; root of factory hierarchy 
01:28:25.886 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:25.886 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:25.887 [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} 
01:28:25.887 [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] 
01:28:25.888 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6d763516] 
01:28:25.888 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@52bf72b5] 
01:28:25.889 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@37afeb11] 
01:28:25.889 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy] 
01:28:25.889 [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} 
01:28:25.890 [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} 
01:28:25.916 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:25.927 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 
01:28:25.928 [BundleStart #20] 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 
01:28:25.928 [BundleStart #20] 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) 
01:28:25.928 [BundleStart #20] 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)] 
01:28:25.929 [BundleStart #20] 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... 
01:28:25.929 [BundleStart #20] 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 
01:28:25.929 [BundleStart #20] 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)] 
01:28:25.929 [BundleStart #20] 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)] 
01:28:25.929 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:25.930 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 
01:28:25.930 [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@4e7c06d 
01:28:25.930 [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) 
01:28:25.930 [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) 
01:28:25.930 [BundleStart #20] 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 
01:28:25.930 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy 
01:28:25.931 [BundleStart #20] 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)] 
01:28:25.931 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:25.932 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/error.xml] 
01:28:25.935 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:25.936 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:25.936 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:25.936 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:25.978 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/osgi.xml] 
01:28:25.981 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:25.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:25.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:25.982 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:26.006 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:26.006 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:26.016 [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@3f96faa6: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 
01:28:26.016 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:26.016 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:26.016 [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} 
01:28:26.017 [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] 
01:28:26.019 [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 
01:28:26.020 [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 
01:28:26.021 [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 
01:28:26.022 [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 
01:28:26.022 [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 
01:28:26.023 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:26.023 [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@3f96faa6: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 
01:28:26.057 [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 
01:28:26.057 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:26.057 [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@6a87e9f6 
01:28:26.058 [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 
01:28:26.058 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:26.059 [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 
01:28:26.059 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:26.059 [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) 
01:28:26.059 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:26.059 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:26.059 [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) 
01:28:26.060 [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) 
01:28:26.060 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:26.060 [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) 
01:28:26.060 [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 
01:28:26.061 [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 
01:28:26.062 [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@6eb138a0] 
01:28:26.062 [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@618f8ef0] 
01:28:26.062 [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 
01:28:26.063 [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 
01:28:26.063 [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 
01:28:26.069 [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 [bundle://20/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 java.lang.ClassLoader.defineClass(ClassLoader.java:642)
	at org.knopflerfish.framework.BundleClassLoader.access$400(BundleClassLoader.java:63)
	at org.knopflerfish.framework.BundleClassLoader$1.get(BundleClassLoader.java:1013)
	at org.knopflerfish.framework.BundleClassLoader.searchFor0(BundleClassLoader.java:858)
	at org.knopflerfish.framework.BundleClassLoader.searchFor(BundleClassLoader.java:661)
	at org.knopflerfish.framework.PermissionOps.callSearchFor(PermissionOps.java:251)
	at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:196)
	at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.knopflerfish.framework.BundleImpl.loadClass(BundleImpl.java:1735)
	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
	at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:218)
	at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 33 common frames omitted

01:28:26.071 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy] 
01:28:26.072 [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 [bundle://20/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 java.lang.ClassLoader.defineClass(ClassLoader.java:642)
	at org.knopflerfish.framework.BundleClassLoader.access$400(BundleClassLoader.java:63)
	at org.knopflerfish.framework.BundleClassLoader$1.get(BundleClassLoader.java:1013)
	at org.knopflerfish.framework.BundleClassLoader.searchFor0(BundleClassLoader.java:858)
	at org.knopflerfish.framework.BundleClassLoader.searchFor(BundleClassLoader.java:661)
	at org.knopflerfish.framework.PermissionOps.callSearchFor(PermissionOps.java:251)
	at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:196)
	at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.knopflerfish.framework.BundleImpl.loadClass(BundleImpl.java:1735)
	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
	at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:218)
	at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 33 common frames omitted

01:28:26.073 [BundleStop #20]  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 
01:28:26.073 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  5 for bundle BundleImpl[id=20] 
01:28:26.073 [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) 
01:28:26.074 [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 
01:28:26.074 [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) 
01:28:26.074 [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@4e7c06d 
01:28:26.074 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:26.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4e7c06d 
01:28:26.074 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.error, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
01:28:26.075 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy] 
01:28:26.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:28:26.075 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@c3367cf 
01:28:26.076 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:28:26.077 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was null 
01:28:26.077 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:26.078 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatFail] 
01:28:26.079 [main]            DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:447 - Test[testEventsForCtxThatFail]'s result read 
01:28:26.080 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatWork] to OSGi 
01:28:26.081 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatWork] for execution inside OSGi 
01:28:26.081 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testEventsForCtxThatWork] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4550bb58 
01:28:26.082 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:26.083 [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 [bundle://20/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 java.lang.ClassLoader.defineClass(ClassLoader.java:642)
	at org.knopflerfish.framework.BundleClassLoader.access$400(BundleClassLoader.java:63)
	at org.knopflerfish.framework.BundleClassLoader$1.get(BundleClassLoader.java:1013)
	at org.knopflerfish.framework.BundleClassLoader.searchFor0(BundleClassLoader.java:858)
	at org.knopflerfish.framework.BundleClassLoader.searchFor(BundleClassLoader.java:661)
	at org.knopflerfish.framework.PermissionOps.callSearchFor(PermissionOps.java:251)
	at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:196)
	at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at org.knopflerfish.framework.BundleImpl.loadClass(BundleImpl.java:1735)
	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
	at org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:218)
	at org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 33 common frames omitted

01:28:26.096 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:26.097 [BundleStart #21] 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 
01:28:26.097 [BundleStart #21] 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) 
01:28:26.097 [BundleStart #21] 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)] 
01:28:26.098 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:26.098 [BundleStart #21] 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 
01:28:26.098 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:26.099 [BundleStart #21] 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)] 
01:28:26.099 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:26.099 [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@4e7c06d 
01:28:26.099 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:28:26.099 [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) 
01:28:26.099 [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) 
01:28:26.100 [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 [Sat May 04 01:28:26 UTC 2024]; root of context hierarchy 
01:28:26.100 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:26.100 [BundleStart #21] 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 
01:28:26.101 [BundleStart #21] 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)] 
01:28:26.101 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:28:26.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:26.105 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:26.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:26.106 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:26.164 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:26.165 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:26.174 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:28:26.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:26.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:26.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:26.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:26.197 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1bcc356d: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:28:26.197 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:26.198 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:26.198 [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} 
01:28:26.198 [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] 
01:28:26.200 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:26.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1bcc356d: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:28:26.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:26.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@6a87e9f6 
01:28:26.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:26.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:26.201 [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) 
01:28:26.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:26.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:26.201 [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) 
01:28:26.201 [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) 
01:28:26.201 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:26.202 [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) 
01:28:26.202 [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@159ded94] 
01:28:26.202 [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@6a1d2b80] 
Delaying for:0
01:28:26.204 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:28:26.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:28:26.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:28:26.205 [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 {} 
01:28:26.205 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:28:26.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:28:26.206 [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@57a78161] 
01:28:26.206 [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 [Sat May 04 01:28:26 UTC 2024]; root of context hierarchy] 
01:28:26.207 [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} 
01:28:26.207 [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} 
01:28:26.208 [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 [Sat May 04 01:28:26 UTC 2024]; root of context hierarchy] 
01:28:26.208 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=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 [Sat May 04 01:28:26 UTC 2024]; root of context hierarchy]]
01:28:26.209 [BundleStop #21]  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 
01:28:26.209 [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) 
01:28:26.210 [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@4e7c06d 
01:28:26.210 [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) 
01:28:26.210 [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) 
01:28:26.210 [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) 
01:28:26.211 [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 [Sat May 04 01:28:26 UTC 2024]; root of context hierarchy 
01:28:26.211 [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 [Sat May 04 01:28:26 UTC 2024]; root of context hierarchy] 
01:28:26.213 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:28:26.214 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5465e146] 
01:28:26.214 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:26.215 [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 [Sat May 04 01:28:26 UTC 2024]; root of context hierarchy] 
01:28:26.215 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:28:26.215 [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@4e7c06d 
01:28:26.215 [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 
01:28:26.216 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2f49839 
01:28:26.216 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was null 
01:28:26.218 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was null 
01:28:26.219 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:26.219 [main]            TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatWork] 
01:28:26.219 [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.655 sec - in org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest
01:28:26.257 [Thread-3]        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) 
01:28:26.257 [Thread-0]        INFO  o.e.g.b.i.e.OsgiLifecycleNotificationTest:471 - Shutting down OSGi platform 
01:28:26.257 [Thread-3]        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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy 
01:28:26.257 [Thread-3]        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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy] 
01:28:26.258 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:26.258 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:26.258 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 
01:28:26.329 [Framework shutdown] 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 
01:28:26.330 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 
01:28:26.331 [Framework shutdown] 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 
01:28:26.331 [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) 
01:28:26.332 [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@4e7c06d 
01:28:26.332 [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) 
01:28:26.332 [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) 
01:28:26.332 [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) 
01:28:26.332 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy 
01:28:26.333 [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 [Sat May 04 01:28:25 UTC 2024]; root of context hierarchy] 
01:28:26.333 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [packageAdmin] 
01:28:26.334 [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=9} 
01:28:26.334 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@62283f5f] 
01:28:26.335 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:26.335 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:26.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@4e7c06d 
01:28:26.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.eclipse.gemini.blueprint.iandt.extenderlistener, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
01:28:26.336 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:26.336 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:26.336 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:26.336 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:26.336 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:26.337 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:26.338 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:28:26.338 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6cb0cbf 
01:28:26.338 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:26.339 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:26.339 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:27,016 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:27,152 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:27,155 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:27,178 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:27,217 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:27,220 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:27,226 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:27,236 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:28:27,244 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:27,244 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:27,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:27,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:27,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:27,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:27,258 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:27,259 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:27,259 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:27,259 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:27,259 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:27,259 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:27,260 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:27,260 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:27,260 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:27,260 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:27,260 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:27,261 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:27,261 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:27,262 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest
01:28:27.397 [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 
01:28:27.400 [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.008 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest
01:28:28,109 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:28,235 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:28,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:28,262 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:28,301 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:28,304 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:28,310 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:28,320 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used
01:28:28,328 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:28,328 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:28,330 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:28,330 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:28,330 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:28,330 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:28,331 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:28,331 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:28,331 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:28,331 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:28,331 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:28,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:28,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:28,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:28,332 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:28,332 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:28,332 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:28,333 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:28,334 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:28,335 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest
01:28:28.471 [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.KnopflerfishPlatform 
01:28:28.476 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:85 - Instantiating platform wrapper... 
01:28:28.488 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi314067714505780921kf 
01:28:28.489 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:215 - About to start Knopflerfish OSGi Platform 
01:28:28.599 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:28.603 [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=} 
01:28:28.604 [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} 
01:28:28.606 [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} 
01:28:28.607 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:28.743 [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] 
01:28:28.758 [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] 
01:28:28.764 [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] 
01:28:28.766 [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] 
01:28:28.775 [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] 
01:28:28.785 [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] 
01:28:28.787 [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] 
01:28:28.791 [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] 
01:28:28.797 [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] 
01:28:28.803 [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] 
01:28:28.820 [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] 
01:28:28.823 [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] 
01:28:28.827 [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] 
01:28:28.857 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:28.859 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:28.868 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:28.873 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:28.877 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:28.894 [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] 
01:28:28.902 [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] 
01:28:28.907 [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] 
01:28:28.909 [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] 
01:28:28.910 [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] 
01:28:28.911 [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] 
01:28:28.912 [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] 
01:28:28.914 [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] 
01:28:28.918 [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] 
01:28:28.919 [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] 
01:28:28.925 [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] 
01:28:28.926 [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] 
01:28:28.927 [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] 
01:28:28.931 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:28.933 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:28.957 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:28,986 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:29,028 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:29,031 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:29,042 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:29,068 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:29,070 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:29,073 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:29,081 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@676448d5 - No compression will be used
01:28:29,085 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:29,086 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:29,087 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:29,087 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:29,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:29,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:29,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:29,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:29,088 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:29,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:29,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:29,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:29,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:29,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:29,090 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:29,090 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:29,090 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:29,091 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:29,091 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:29,092 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4845fdf0 - Registering current configuration as safe fallback point
01:28:29.105 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:29.115 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:29.263 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:29.264 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:29.268 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:29.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:29.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:29.283 [BundleStart #16] 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 
01:28:29.284 [BundleStart #16] 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) 
01:28:29.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:29.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:29.286 [BundleStart #16] 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 
01:28:29.286 [BundleStart #16] 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) 
01:28:29.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:29.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:29.288 [BundleStart #16] 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 
01:28:29.288 [BundleStart #16] 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) 
01:28:29.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:29.289 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:29.289 [BundleStart #16] 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 
01:28:29.290 [BundleStart #16] 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) 
01:28:29.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:29.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:29.291 [BundleStart #16] 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 
01:28:29.291 [BundleStart #16] 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) 
01:28:29.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:29.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:29.293 [BundleStart #16] 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 
01:28:29.293 [BundleStart #16] 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) 
01:28:29.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:29.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:29.294 [BundleStart #16] 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 
01:28:29.294 [BundleStart #16] 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) 
01:28:29.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:29.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:29.295 [BundleStart #16] 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 
01:28:29.296 [BundleStart #16] 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) 
01:28:29.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:29.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:29.297 [BundleStart #16] 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 
01:28:29.297 [BundleStart #16] 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) 
01:28:29.297 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:29.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:29.298 [BundleStart #16] 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 
01:28:29.298 [BundleStart #16] 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) 
01:28:29.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:29.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:29.300 [BundleStart #16] 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 
01:28:29.300 [BundleStart #16] 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) 
01:28:29.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:29.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:29.301 [BundleStart #16] 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 
01:28:29.301 [BundleStart #16] 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) 
01:28:29.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:29.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:29.303 [BundleStart #16] 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 
01:28:29.303 [BundleStart #16] 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) 
01:28:29.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:29.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:29.304 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:29.304 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:29.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:29.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:29.305 [BundleStart #16] 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 
01:28:29.305 [BundleStart #16] 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) 
01:28:29.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:29.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:29.307 [BundleStart #16] 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 
01:28:29.307 [BundleStart #16] 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) 
01:28:29.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:29.317 [BundleStart #16] 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)] 
01:28:29.317 [BundleStart #16] 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)] 
01:28:29.320 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:29.320 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:29.323 [BundleStart #16] 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)] 
01:28:29.325 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:29.326 [BundleStart #16] 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@14d71f9 w/ reference null 
01:28:29.326 [BundleStart #16] 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@14d71f9 w/ reference null 
01:28:29.328 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:29.331 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:29.341 [BundleStart #16] 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 
01:28:29.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:29.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:29.345 [BundleStart #16] 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 
01:28:29.345 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:29.345 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:29.347 [BundleStart #16] 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 
01:28:29.348 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:29.348 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:29.348 [BundleStart #16] 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 
01:28:29.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:29.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:29.350 [BundleStart #16] 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 
01:28:29.351 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:29.351 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:29.353 [BundleStart #16] 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 
01:28:29.353 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:29.354 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:29.354 [BundleStart #16] 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 
01:28:29.355 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:29.355 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:29.356 [BundleStart #16] 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 
01:28:29.356 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:29.356 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:29.357 [BundleStart #16] 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 
01:28:29.358 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:29.358 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:29.359 [BundleStart #16] 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 
01:28:29.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:29.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:29.361 [BundleStart #16] 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 
01:28:29.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:29.362 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:29.362 [BundleStart #16] 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 
01:28:29.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:29.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:29.365 [BundleStart #16] 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 
01:28:29.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:29.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:29.366 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:29.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:29.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:29.367 [BundleStart #16] 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 
01:28:29.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:29.368 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:29.371 [BundleStart #16] 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 
01:28:29.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:29.372 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:29.378 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:29.379 [BundleStart #17] 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 
01:28:29.379 [BundleStart #17] 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) 
01:28:29.379 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:29.380 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:29.381 [BundleStart #17] 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 
01:28:29.381 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:29.382 [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-knopflerfish/integration-tests/bundles/proxy.creator.bundle/target/proxy.creator-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:29.383 [BundleStart #18] 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)] 
01:28:29.383 [BundleStart #18] 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 
01:28:29.383 [BundleStart #18] 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) 
01:28:29.384 [BundleStart #18] 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)] 
01:28:29.393 [BundleStart #18] 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... 
01:28:29.394 [BundleStart #18] 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 
01:28:29.395 [BundleStart #18] 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)] 
01:28:29.397 [BundleStart #18] 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)] 
01:28:29.398 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:29.398 [BundleStart #18] 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)] 
01:28:29.398 [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@52538940 
01:28:29.399 [BundleStart #18] 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 
01:28:29.399 [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) 
01:28:29.399 [BundleStart #18] 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)] 
01:28:29.399 [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) 
01:28:29.402 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:199 - org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest-bundle.properties was not found; using defaults 
01:28:29.402 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:511 - Post processing: creating test bundle 
01:28:29.404 [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 [Sat May 04 01:28:29 UTC 2024]; root of context hierarchy 
01:28:29.411 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:29.421 [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] 
01:28:29.422 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:202 - Automatically creating Manifest for the test bundle 
01:28:29.422 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:366 - Using the test class for generating bundle imports 
01:28:29.457 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 
01:28:29.457 [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... 
01:28:29.461 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class ProxyCreatorTest 
01:28:29.473 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/context.xml] 
01:28:29.475 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:29.476 [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... 
01:28:29.476 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest 
01:28:29.482 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:29.483 [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... 
01:28:29.483 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:29.485 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:29.486 [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... 
01:28:29.486 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:29.487 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:29.488 [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 
01:28:29.488 [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} 
01:28:29.489 [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] 
01:28:29.489 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:29.489 [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] 
01:28:29.490 [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] 
01:28:29.490 [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]] 
01:28:29.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:29.490 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:29.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:29.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:29.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:29.491 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:29.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:29.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:29.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:29.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:29.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 
01:28:29.492 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 
01:28:29.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 
01:28:29.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 
01:28:29.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 
01:28:29.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 
01:28:29.493 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 
01:28:29.501 [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 
01:28:29.502 [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.* 
01:28:29.505 [BundleStart #19] 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)] 
01:28:29.505 [BundleStart #19] 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 
01:28:29.505 [BundleStart #19] 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) 
01:28:29.506 [BundleStart #19] 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)] 
01:28:29.506 [BundleStart #19] 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)] 
01:28:29.506 [BundleStart #19] 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 
01:28:29.507 [BundleStart #19] 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)] 
01:28:29.507 [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 
01:28:29.507 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:29.510 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:29.511 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:29.556 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:29.557 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:29.558 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:29.558 [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 
01:28:29.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:29.560 [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 
01:28:29.560 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:29.563 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:29.563 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 
01:28:29.675 [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@721f7d: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 
01:28:29.685 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:29.685 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:29.687 [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} 
01:28:29.687 [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] 
01:28:29.698 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:29.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@721f7d: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 
01:28:29.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:29.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@63d84d5b 
01:28:29.703 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:29.703 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:29.704 [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) 
01:28:29.704 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:29.704 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:29.705 [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) 
01:28:29.705 [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) 
01:28:29.705 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:29.706 [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) 
01:28:29.709 [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@716af73d] 
01:28:29.710 [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@47e64a5c] 
01:28:29.735 [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 
01:28:29.736 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:29.754 [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 
01:28:29.763 [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 
01:28:29.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:29.778 [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 
01:28:29.785 [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 
01:28:29.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:29.798 [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 
01:28:29.805 [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 
01:28:29.805 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:29.828 [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 
01:28:29.833 [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 
01:28:29.834 [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 
01:28:29.835 [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 
01:28:29.835 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:29.845 [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 
01:28:29.859 [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 
01:28:29.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:29.869 [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 
01:28:29.876 [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 
01:28:29.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:29.885 [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 
01:28:29.890 [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 
01:28:29.890 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:29.898 [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 
01:28:29.906 [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 
01:28:29.907 [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 
01:28:29.908 [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 
01:28:29.908 [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 
01:28:29.908 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 
01:28:29.916 [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 
01:28:29.962 [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 
01:28:29.963 [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 
01:28:30.049 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 
01:28:30.051 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 
01:28:30.051 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 
01:28:30.069 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 
01:28:30.071 [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@3c8a10ac] 
01:28:30.128 [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 [Sat May 04 01:28:29 UTC 2024]; root of context hierarchy] 
01:28:30.130 [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} 
01:28:30.132 [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} 
01:28:30.132 [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 
01:28:30.133 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 
01:28:30.134 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:30.135 [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. 
01:28:30.135 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:30.136 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:30.136 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:28:30.136 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:30.137 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:30.137 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:30.137 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:30.138 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:30.138 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:30.139 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:30.139 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:30.140 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:30.140 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:30.140 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:30.142 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:30.143 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:364 - Writing test name [testNewProxiesCreatedOnBundleRefresh] to OSGi 
01:28:30.156 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNewProxiesCreatedOnBundleRefresh] for execution inside OSGi 
01:28:30.157 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNewProxiesCreatedOnBundleRefresh] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:28:30.158 [main]            INFO  o.e.g.b.i.p.ProxyCreatorTest:190 - Loading context for locations:  
01:28:30.159 [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 [Sat May 04 01:28:30 UTC 2024]; root of context hierarchy 
01:28:30.160 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:30.160 [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@7b9a4292: defining beans []; root of factory hierarchy 
01:28:30.161 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:30.161 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:30.162 [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} 
01:28:30.162 [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] 
01:28:30.162 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@67d48005] 
01:28:30.163 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@9f116cc] 
01:28:30.163 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@12468a38] 
01:28:30.164 [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 [Sat May 04 01:28:30 UTC 2024]; root of context hierarchy] 
01:28:30.164 [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} 
01:28:30.165 [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} 
01:28:30.188 [BundleStop #18]  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 
01:28:30.188 [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) 
01:28:30.189 [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@52538940 
01:28:30.189 [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) 
01:28:30.189 [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) 
01:28:30.190 [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) 
01:28:30.190 [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 [Sat May 04 01:28:29 UTC 2024]; root of context hierarchy 
01:28:30.190 [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 [Sat May 04 01:28:29 UTC 2024]; root of context hierarchy] 
01:28:30.192 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:30.193 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:30.194 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@52538940 
01:28:30.194 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 
01:28:30.194 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6dd6f73f 
01:28:30.201 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:30.202 [BundleStart #18] 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)] 
01:28:30.203 [BundleStart #18] 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 
01:28:30.203 [BundleStart #18] 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) 
01:28:30.203 [BundleStart #18] 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)] 
01:28:30.203 [BundleStart #18] 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... 
01:28:30.204 [BundleStart #18] 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 
01:28:30.204 [BundleStart #18] 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)] 
01:28:30.204 [BundleStart #18] 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)] 
01:28:30.204 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:30.204 [BundleStart #18] 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)] 
01:28:30.204 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@52538940 
01:28:30.205 [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) 
01:28:30.205 [BundleStart #18] 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 
01:28:30.205 [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) 
01:28:30.205 [BundleStart #18] 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)] 
01:28:30.205 [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 [Sat May 04 01:28:30 UTC 2024]; root of context hierarchy 
01:28:30.206 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:30.206 [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 
01:28:30.206 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:30.207 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18.1/META-INF/spring/context.xml] 
01:28:30.207 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 
01:28:30.210 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:30.210 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:30.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:30.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:30.266 [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@631e4072: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 
01:28:30.267 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:30.267 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:30.268 [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} 
01:28:30.268 [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] 
01:28:30.270 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:30.270 [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@631e4072: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 
01:28:30.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:30.270 [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@63d84d5b 
01:28:30.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:30.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:30.271 [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) 
01:28:30.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:30.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:30.272 [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) 
01:28:30.272 [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) 
01:28:30.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:30.272 [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) 
01:28:30.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4fc609c9] 
01:28:30.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4d6b2006] 
01:28:30.281 [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 
01:28:30.281 [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 
01:28:30.293 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 
01:28:30.293 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 
01:28:30.293 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 
01:28:30.304 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 
01:28:30.304 [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@69640b87] 
01:28:30.305 [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 [Sat May 04 01:28:30 UTC 2024]; root of context hierarchy] 
01:28:30.305 [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} 
01:28:30.306 [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} 
01:28:30.306 [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 
01:28:30.306 [main]            DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 
01:28:30.307 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:28:30.307 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:30.307 [main]            TRACE o.e.g.b.i.p.ProxyCreatorTest:440 - Reading OSGi results for test [testNewProxiesCreatedOnBundleRefresh] 
01:28:30.308 [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.844 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest
01:28:30.320 [Thread-0]        INFO  o.e.g.b.i.p.ProxyCreatorTest:471 - Shutting down OSGi platform 
01:28:30.320 [Thread-3]        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) 
01:28:30.320 [Thread-3]        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 [Sat May 04 01:28:30 UTC 2024]; root of context hierarchy 
01:28:30.320 [Thread-3]        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 [Sat May 04 01:28:30 UTC 2024]; root of context hierarchy] 
01:28:30.321 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:30.321 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:30.321 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 
01:28:30.322 [Framework shutdown] 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 
01:28:30.323 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 
01:28:30.323 [Framework shutdown] 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 
01:28:30.323 [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) 
01:28:30.323 [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@52538940 
01:28:30.324 [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) 
01:28:30.324 [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) 
01:28:30.324 [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) 
01:28:30.324 [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 [Sat May 04 01:28:30 UTC 2024]; root of context hierarchy 
01:28:30.324 [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 [Sat May 04 01:28:30 UTC 2024]; root of context hierarchy] 
01:28:30.325 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:30.325 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:30.325 [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@52538940 
01:28:30.325 [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 
01:28:30.325 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:30.326 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:30.326 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:30.326 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:30.326 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:30.326 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:30.327 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:28:30.328 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@631104f5 
01:28:30.328 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:30.356 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:30.357 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:31,057 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:31,184 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:31,187 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:31,211 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:31,265 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:31,268 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:31,274 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:31,284 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:28:31,291 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:31,291 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:31,293 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:31,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:31,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:31,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:31,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:31,294 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:31,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
01:28:31,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:31,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:31,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:31,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:31,295 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:31,296 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:31,296 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:31,296 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:31,297 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:31,297 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:31,298 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest
01:28:31.418 [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.KnopflerfishPlatform 
01:28:31.423 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:85 - Instantiating platform wrapper... 
01:28:31.435 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5155116600927880592kf 
01:28:31.436 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:215 - About to start Knopflerfish OSGi Platform 
01:28:31.541 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:31.545 [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=} 
01:28:31.546 [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} 
01:28:31.548 [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} 
01:28:31.549 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:31.686 [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] 
01:28:31.702 [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] 
01:28:31.707 [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] 
01:28:31.709 [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] 
01:28:31.718 [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] 
01:28:31.728 [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] 
01:28:31.730 [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] 
01:28:31.734 [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] 
01:28:31.740 [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] 
01:28:31.761 [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] 
01:28:31.778 [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] 
01:28:31.781 [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] 
01:28:31.785 [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] 
01:28:31.792 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:31.794 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:31.798 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:31.801 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:31.804 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:31.819 [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] 
01:28:31.834 [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] 
01:28:31.858 [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] 
01:28:31.860 [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] 
01:28:31.861 [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] 
01:28:31.862 [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] 
01:28:31.863 [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] 
01:28:31.865 [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] 
01:28:31.869 [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] 
01:28:31.870 [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] 
01:28:31.876 [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] 
01:28:31.877 [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] 
01:28:31.878 [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] 
01:28:31.882 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:31.883 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:31.885 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:31,917 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:31,956 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:31,959 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:31,970 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:31,996 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:31,998 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:32,002 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:32,010 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@f0224ac - No compression will be used
01:28:32,015 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:32,015 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:32,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:32,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:32,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:32,017 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:32,018 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:32,018 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:32,018 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:32,018 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:32,018 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:32,019 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:32,019 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:32,019 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:32,019 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:32,019 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:32,020 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:32,020 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:32,021 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:32,021 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3ab84e71 - Registering current configuration as safe fallback point
01:28:32.035 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:32.046 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:32.199 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:32.200 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:32.204 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:32.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:32.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:32.219 [BundleStart #16] 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 
01:28:32.219 [BundleStart #16] 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) 
01:28:32.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:32.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:32.221 [BundleStart #16] 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 
01:28:32.222 [BundleStart #16] 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) 
01:28:32.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:32.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:32.223 [BundleStart #16] 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 
01:28:32.224 [BundleStart #16] 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) 
01:28:32.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:32.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:32.225 [BundleStart #16] 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 
01:28:32.225 [BundleStart #16] 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) 
01:28:32.225 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:32.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:32.227 [BundleStart #16] 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 
01:28:32.227 [BundleStart #16] 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) 
01:28:32.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:32.227 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:32.229 [BundleStart #16] 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 
01:28:32.229 [BundleStart #16] 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) 
01:28:32.229 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:32.229 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:32.230 [BundleStart #16] 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 
01:28:32.230 [BundleStart #16] 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) 
01:28:32.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:32.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:32.231 [BundleStart #16] 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 
01:28:32.232 [BundleStart #16] 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) 
01:28:32.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:32.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:32.233 [BundleStart #16] 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 
01:28:32.233 [BundleStart #16] 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) 
01:28:32.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:32.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:32.234 [BundleStart #16] 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 
01:28:32.235 [BundleStart #16] 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) 
01:28:32.235 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:32.235 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:32.236 [BundleStart #16] 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 
01:28:32.237 [BundleStart #16] 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) 
01:28:32.237 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:32.237 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:32.237 [BundleStart #16] 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 
01:28:32.238 [BundleStart #16] 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) 
01:28:32.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:32.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:32.239 [BundleStart #16] 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 
01:28:32.240 [BundleStart #16] 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) 
01:28:32.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:32.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:32.240 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:32.240 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:32.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:32.241 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:32.241 [BundleStart #16] 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 
01:28:32.256 [BundleStart #16] 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) 
01:28:32.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:32.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:32.259 [BundleStart #16] 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 
01:28:32.259 [BundleStart #16] 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) 
01:28:32.259 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:32.268 [BundleStart #16] 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)] 
01:28:32.269 [BundleStart #16] 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)] 
01:28:32.271 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:32.272 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:32.275 [BundleStart #16] 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)] 
01:28:32.277 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:32.278 [BundleStart #16] 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@50cae753 w/ reference null 
01:28:32.278 [BundleStart #16] 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@50cae753 w/ reference null 
01:28:32.279 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:32.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:32.294 [BundleStart #16] 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 
01:28:32.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:32.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:32.298 [BundleStart #16] 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 
01:28:32.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:32.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:32.300 [BundleStart #16] 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 
01:28:32.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:32.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:32.302 [BundleStart #16] 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 
01:28:32.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:32.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:32.304 [BundleStart #16] 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 
01:28:32.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:32.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:32.306 [BundleStart #16] 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 
01:28:32.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:32.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:32.307 [BundleStart #16] 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 
01:28:32.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:32.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:32.309 [BundleStart #16] 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 
01:28:32.309 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:32.309 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:32.310 [BundleStart #16] 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 
01:28:32.311 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:32.311 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:32.312 [BundleStart #16] 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 
01:28:32.313 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:32.313 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:32.314 [BundleStart #16] 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 
01:28:32.315 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:32.315 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:32.316 [BundleStart #16] 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 
01:28:32.316 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:32.316 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:32.318 [BundleStart #16] 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 
01:28:32.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:32.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:32.319 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:32.320 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:32.320 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:32.320 [BundleStart #16] 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 
01:28:32.321 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:32.321 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:32.325 [BundleStart #16] 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 
01:28:32.325 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:32.326 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:32.333 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:32.334 [BundleStart #17] 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 
01:28:32.334 [BundleStart #17] 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) 
01:28:32.335 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:32.335 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:32.336 [BundleStart #17] 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 
01:28:32.336 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:32.337 [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-knopflerfish/integration-tests/bundles/jdk.proxy.bundle/target/jdk.proxy-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:32.338 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 
01:28:32.338 [BundleStart #18] 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 
01:28:32.338 [BundleStart #18] 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) 
01:28:32.339 [BundleStart #18] 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)] 
01:28:32.349 [BundleStart #18] 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... 
01:28:32.350 [BundleStart #18] 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 
01:28:32.350 [BundleStart #18] 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)] 
01:28:32.353 [BundleStart #18] 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)] 
01:28:32.353 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:32.353 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-jdk-proxy (org.springframework.osgi.iandt.jdk.proxy)] 
01:28:32.353 [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@566c6bba 
01:28:32.354 [BundleStart #18] 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 
01:28:32.354 [BundleStart #18] 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)] 
01:28:32.354 [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) 
01:28:32.356 [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) 
01:28:32.358 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:199 - org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest-bundle.properties was not found; using defaults 
01:28:32.358 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:511 - Post processing: creating test bundle 
01:28:32.362 [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 [Sat May 04 01:28:32 UTC 2024]; root of context hierarchy 
01:28:32.368 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:32.372 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.proxycreator] 
01:28:32.372 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:202 - Automatically creating Manifest for the test bundle 
01:28:32.373 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:366 - Using the test class for generating bundle imports 
01:28:32.375 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 
01:28:32.375 [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... 
01:28:32.379 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class JdkProxyTest 
01:28:32.391 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:32.392 [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... 
01:28:32.392 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest 
01:28:32.396 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:32.396 [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... 
01:28:32.396 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:32.398 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:32.398 [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... 
01:28:32.398 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:32.399 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:32.400 [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 
01:28:32.400 [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} 
01:28:32.400 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/context.xml] 
01:28:32.400 [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] 
01:28:32.400 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:32.401 [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] 
01:28:32.401 [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] 
01:28:32.401 [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]] 
01:28:32.401 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:32.402 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:32.402 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:32.402 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:32.402 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:32.402 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:32.402 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:32.403 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:32.403 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:32.403 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:32.403 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 
01:28:32.403 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 
01:28:32.404 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 
01:28:32.404 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 
01:28:32.404 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 
01:28:32.404 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 
01:28:32.404 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 
01:28:32.412 [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 
01:28:32.412 [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.* 
01:28:32.415 [BundleStart #19] 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)] 
01:28:32.416 [BundleStart #19] 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 
01:28:32.416 [BundleStart #19] 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) 
01:28:32.417 [BundleStart #19] 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)] 
01:28:32.417 [BundleStart #19] 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)] 
01:28:32.418 [BundleStart #19] 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 
01:28:32.418 [BundleStart #19] 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)] 
01:28:32.418 [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 
01:28:32.419 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:32.457 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:32.458 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:32.459 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:32.460 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:32.460 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:218 - Bundle [org.springframework.osgi.iandt.jdk.proxy] triggers a context creation; waiting for it 
01:28:32.461 [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 
01:28:32.464 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:32.464 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.jdk.proxy 
01:28:32.472 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:32.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:32.474 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:32.474 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:32.558 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:32.558 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:32.601 [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@1a1b2afa: defining beans [invocationHandler]; root of factory hierarchy 
01:28:32.613 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:32.613 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:32.614 [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} 
01:28:32.615 [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] 
01:28:32.618 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:32.621 [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@1a1b2afa: defining beans [invocationHandler]; root of factory hierarchy] 
01:28:32.622 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:32.622 [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@634792cd 
01:28:32.623 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:32.623 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:32.623 [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) 
01:28:32.624 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:32.624 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:32.624 [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) 
01:28:32.624 [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) 
01:28:32.625 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:32.626 [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) 
01:28:32.629 [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@67ee17a5] 
01:28:32.629 [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@611323c7] 
01:28:32.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&invocationHandler] is being tracked for dependencies 
01:28:32.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [invocationHandler] depends (transitively) on the following importers:{} 
01:28:32.685 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [invocationHandler] depends on importers:[] 
01:28:32.686 [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 {} 
01:28:32.687 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.reflect.InvocationHandler}] 
01:28:32.688 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [invocationHandler] started; all its dependencies are satisfied 
01:28:32.690 [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@62f7b1d] 
01:28:32.693 [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 [Sat May 04 01:28:32 UTC 2024]; root of context hierarchy] 
01:28:32.695 [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} 
01:28:32.697 [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} 
01:28:32.697 [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 
01:28:32.698 [main]            DEBUG o.e.g.b.i.p.JdkProxyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.jdk.proxy 
01:28:32.698 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:32.699 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:32.699 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:32.700 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:32.701 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:32.701 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:32.702 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:32.702 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:28:32.702 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:32.703 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:32.704 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:32.705 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:32.705 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:32.705 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:32.706 [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. 
01:28:32.708 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:32.708 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:364 - Writing test name [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] to OSGi 
01:28:32.722 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] for execution inside OSGi 
01:28:32.722 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7b9a4292 
01:28:32.723 [main]            INFO  o.e.g.b.i.p.JdkProxyTest:190 - Loading context for locations:  
01:28:32.724 [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 [Sat May 04 01:28:32 UTC 2024]; root of context hierarchy 
01:28:32.725 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:32.725 [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@9f116cc: defining beans []; root of factory hierarchy 
01:28:32.725 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:32.726 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:32.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} 
01:28:32.727 [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] 
01:28:32.727 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7ec7ffd3] 
01:28:32.727 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5b239d7d] 
01:28:32.728 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6572421] 
01:28:32.728 [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 [Sat May 04 01:28:32 UTC 2024]; root of context hierarchy] 
01:28:32.729 [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} 
01:28:32.730 [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} 
01:28:32.752 [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=9} 
01:28:32.754 [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 Sat May 04 01:28:32 UTC 2024
01:28:32.755 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:32.755 [main]            TRACE o.e.g.b.i.p.JdkProxyTest:440 - Reading OSGi results for test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] 
01:28:32.756 [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: 1.344 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest
01:28:32.761 [Thread-0]        INFO  o.e.g.b.i.p.JdkProxyTest:471 - Shutting down OSGi platform 
01:28:32.761 [Thread-3]        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) 
01:28:32.762 [Thread-3]        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 [Sat May 04 01:28:32 UTC 2024]; root of context hierarchy 
01:28:32.762 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:32.762 [Thread-3]        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 [Sat May 04 01:28:32 UTC 2024]; root of context hierarchy] 
01:28:32.762 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 
01:28:32.765 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:32.773 [Framework shutdown] 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 
01:28:32.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 
01:28:32.775 [Framework shutdown] 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 
01:28:32.781 [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) 
01:28:32.782 [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@566c6bba 
01:28:32.782 [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) 
01:28:32.782 [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) 
01:28:32.782 [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) 
01:28:32.783 [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 [Sat May 04 01:28:32 UTC 2024]; root of context hierarchy 
01:28:32.783 [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 [Sat May 04 01:28:32 UTC 2024]; root of context hierarchy] 
01:28:32.783 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [invocationHandler] 
01:28:32.784 [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=9} 
01:28:32.784 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@25621629] 
01:28:32.785 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:32.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:32.786 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@566c6bba 
01:28:32.787 [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 
01:28:32.787 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:32.787 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:32.787 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:32.787 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:32.788 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:32.788 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:32.789 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:28:32.789 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@203fe08 
01:28:32.789 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:32.790 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:32.790 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:33,474 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:33,604 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:33,608 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:33,631 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:33,671 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:33,674 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:33,680 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:33,690 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:28:33,698 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:33,698 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:33,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:33,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:33,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:33,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:33,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:33,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:33,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:33,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:33,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:33,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:33,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:33,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:33,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:33,702 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:33,702 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:33,703 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:33,703 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:33,704 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest
01:28:33.822 [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.KnopflerfishPlatform 
01:28:33.827 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 
01:28:33.840 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7323266846987957284kf 
01:28:33.840 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:215 - About to start Knopflerfish OSGi Platform 
01:28:33.968 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:33.972 [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=} 
01:28:33.973 [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} 
01:28:33.974 [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} 
01:28:33.975 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:34.107 [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] 
01:28:34.123 [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] 
01:28:34.128 [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] 
01:28:34.130 [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] 
01:28:34.139 [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] 
01:28:34.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.aopalliance/1.0_6/org.apache.servicemix.bundles.aopalliance-1.0_6.jar] 
01:28:34.151 [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] 
01:28:34.155 [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] 
01:28:34.160 [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] 
01:28:34.166 [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] 
01:28:34.183 [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] 
01:28:34.185 [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] 
01:28:34.189 [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] 
01:28:34.196 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:34.198 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:34.203 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:34.206 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:34.233 [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] 
01:28:34.258 [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] 
01:28:34.263 [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] 
01:28:34.265 [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] 
01:28:34.266 [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] 
01:28:34.267 [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] 
01:28:34.268 [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] 
01:28:34.270 [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] 
01:28:34.274 [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] 
01:28:34.275 [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] 
01:28:34.281 [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] 
01:28:34.282 [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] 
01:28:34.283 [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] 
01:28:34.286 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:34.288 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:34.290 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:34,329 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:34,383 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:34,385 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:34,396 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:34,423 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:34,425 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:34,429 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:34,436 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5f631dcd - No compression will be used
01:28:34,441 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:34,441 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:34,443 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:34,443 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:34,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:34,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:34,444 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:34,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
01:28:34,445 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:34,445 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:34,445 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:34,445 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:34,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:34,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:34,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:34,446 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:34,446 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:34,447 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:34,447 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:34,448 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5195994c - Registering current configuration as safe fallback point
01:28:34.463 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:34.475 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:34.655 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:34.656 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:34.660 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:34.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:34.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:34.670 [BundleStart #16] 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 
01:28:34.671 [BundleStart #16] 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) 
01:28:34.671 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:34.671 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:34.673 [BundleStart #16] 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 
01:28:34.674 [BundleStart #16] 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) 
01:28:34.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:34.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:34.675 [BundleStart #16] 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 
01:28:34.676 [BundleStart #16] 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) 
01:28:34.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:34.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:34.677 [BundleStart #16] 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 
01:28:34.677 [BundleStart #16] 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) 
01:28:34.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:34.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:34.678 [BundleStart #16] 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 
01:28:34.678 [BundleStart #16] 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) 
01:28:34.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:34.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:34.680 [BundleStart #16] 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 
01:28:34.680 [BundleStart #16] 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) 
01:28:34.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:34.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:34.681 [BundleStart #16] 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 
01:28:34.681 [BundleStart #16] 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) 
01:28:34.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:34.682 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:34.682 [BundleStart #16] 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 
01:28:34.682 [BundleStart #16] 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) 
01:28:34.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:34.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:34.683 [BundleStart #16] 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 
01:28:34.684 [BundleStart #16] 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) 
01:28:34.684 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:34.684 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:34.685 [BundleStart #16] 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 
01:28:34.685 [BundleStart #16] 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) 
01:28:34.685 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:34.686 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:34.687 [BundleStart #16] 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 
01:28:34.687 [BundleStart #16] 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) 
01:28:34.687 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:34.687 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:34.687 [BundleStart #16] 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 
01:28:34.688 [BundleStart #16] 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) 
01:28:34.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:34.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:34.689 [BundleStart #16] 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 
01:28:34.689 [BundleStart #16] 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) 
01:28:34.690 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:34.690 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:34.690 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:34.690 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:34.690 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:34.691 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:34.691 [BundleStart #16] 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 
01:28:34.691 [BundleStart #16] 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) 
01:28:34.691 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:34.691 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:34.693 [BundleStart #16] 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 
01:28:34.693 [BundleStart #16] 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) 
01:28:34.694 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:34.703 [BundleStart #16] 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)] 
01:28:34.703 [BundleStart #16] 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)] 
01:28:34.706 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:34.706 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:34.709 [BundleStart #16] 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)] 
01:28:34.711 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:34.712 [BundleStart #16] 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@4e289602 w/ reference null 
01:28:34.712 [BundleStart #16] 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@4e289602 w/ reference null 
01:28:34.713 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:34.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:34.727 [BundleStart #16] 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 
01:28:34.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:34.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:34.731 [BundleStart #16] 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 
01:28:34.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:34.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:34.733 [BundleStart #16] 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 
01:28:34.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:34.734 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:34.734 [BundleStart #16] 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 
01:28:34.735 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:34.735 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:34.736 [BundleStart #16] 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 
01:28:34.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:34.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:34.739 [BundleStart #16] 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 
01:28:34.740 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:34.740 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:34.740 [BundleStart #16] 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 
01:28:34.741 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:34.741 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:34.742 [BundleStart #16] 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 
01:28:34.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:34.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:34.743 [BundleStart #16] 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 
01:28:34.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:34.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:34.745 [BundleStart #16] 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 
01:28:34.745 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:34.746 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:34.747 [BundleStart #16] 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 
01:28:34.747 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:34.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:34.748 [BundleStart #16] 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 
01:28:34.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:34.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:34.750 [BundleStart #16] 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 
01:28:34.751 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:34.751 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:34.752 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:34.752 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:34.752 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:34.752 [BundleStart #16] 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 
01:28:34.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:34.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:34.756 [BundleStart #16] 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 
01:28:34.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:34.758 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:34.765 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:34.766 [BundleStart #17] 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 
01:28:34.766 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:34.766 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:34.767 [BundleStart #17] 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 
01:28:34.771 [BundleStart #17] 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) 
01:28:34.771 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:34.773 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest-bundle.properties was not found; using defaults 
01:28:34.774 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 
01:28:34.787 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 
01:28:34.787 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 
01:28:34.788 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 
01:28:34.790 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
01:28:34.790 [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... 
01:28:34.794 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceProxyFactoryBeanTest 
01:28:34.807 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
01:28:34.808 [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... 
01:28:34.808 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 
01:28:34.809 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:34.809 [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... 
01:28:34.809 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 
01:28:34.812 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:34.812 [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... 
01:28:34.813 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:34.814 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:34.815 [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... 
01:28:34.815 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:34.816 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:34.816 [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 
01:28:34.816 [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} 
01:28:34.817 [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] 
01:28:34.817 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:34.817 [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] 
01:28:34.818 [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] 
01:28:34.818 [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]] 
01:28:34.818 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:34.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:34.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:34.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:34.819 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:34.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:34.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:34.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:34.820 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:34.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:34.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
01:28:34.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
01:28:34.821 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
01:28:34.822 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
01:28:34.822 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
01:28:34.822 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
01:28:34.829 [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 
01:28:34.829 [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.* 
01:28:34.832 [BundleStart #18] 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)] 
01:28:34.833 [BundleStart #18] 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 
01:28:34.833 [BundleStart #18] 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)] 
01:28:34.833 [BundleStart #18] 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)] 
01:28:34.834 [BundleStart #18] 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 
01:28:34.834 [BundleStart #18] 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) 
01:28:34.834 [BundleStart #18] 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)] 
01:28:34.834 [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 
01:28:34.835 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:34.837 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:34.837 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:34.839 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:34.840 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:34.840 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:34.841 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:34.841 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:34.842 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:34.842 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:34.843 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:34.843 [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. 
01:28:34.844 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:34.844 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:34.845 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:34.845 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:34.847 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:34.847 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:34.847 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:34.848 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:34.849 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsInterface] to OSGi 
01:28:34.863 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsInterface] for execution inside OSGi 
01:28:34.863 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForOneServiceAsInterface] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:28:34.864 [main]            INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:190 - Loading context for locations:  
01:28:34.877 [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 [Sat May 04 01:28:34 UTC 2024]; root of context hierarchy 
01:28:34.883 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:34.902 [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@5aa9e4eb: defining beans []; root of factory hierarchy 
01:28:34.912 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:34.912 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:34.914 [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} 
01:28:34.914 [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] 
01:28:34.918 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 
01:28:34.918 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 
01:28:34.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@75db5df9] 
01:28:34.924 [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 [Sat May 04 01:28:34 UTC 2024]; root of context hierarchy] 
01:28:34.926 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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} 
01:28:34.928 [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} 
01:28:34.964 [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))] 
01:28:34.965 [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))] 
01:28:34.965 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:34.972 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:34.983 [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))] 
01:28:34.984 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 
01:28:34.985 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] bound to proxy 
01:28:34.985 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] bound to proxy 
01:28:34.990 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] was unregistered and unbound from the service proxy 
01:28:34.991 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] was unregistered and unbound from the service proxy 
01:28:34.991 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:34.992 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsInterface] 
01:28:34.993 [main]            DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForOneServiceAsInterface]'s result read 
01:28:34.994 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsClass] to OSGi 
01:28:34.995 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsClass] for execution inside OSGi 
01:28:34.995 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForOneServiceAsClass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2df9b86 
01:28:34.996 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
01:28:34.996 [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)] 
01:28:34.996 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:34.997 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:35.097 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 
01:28:35.098 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@37654521} 
01:28:35.098 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@37654521] bound to proxy 
01:28:35.098 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@37654521] bound to proxy 
01:28:35.099 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@37654521] was unregistered and unbound from the service proxy 
01:28:35.100 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@37654521] was unregistered and unbound from the service proxy 
01:28:35.100 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:35.100 [main]            TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsClass] 
01:28:35.100 [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: 1.283 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest
01:28:35.105 [Thread-0]        INFO  o.e.g.b.i.s.ServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 
01:28:35.105 [Thread-3]        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) 
01:28:35.105 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:35.106 [Thread-3]        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 [Sat May 04 01:28:34 UTC 2024]; root of context hierarchy 
01:28:35.106 [Thread-3]        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 [Sat May 04 01:28:34 UTC 2024]; root of context hierarchy] 
01:28:35.106 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:35.106 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:35.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:35.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:35.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:35.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:35.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:35.108 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:35.109 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:35.109 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:35.110 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:35.111 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:35,800 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:35,930 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:35,934 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:35,972 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:36,011 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:36,013 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:36,019 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:36,029 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:28:36,058 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:36,059 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:36,060 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:36,061 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:36,061 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:36,061 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:36,061 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:36,061 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:36,062 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:36,062 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:36,062 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:36,062 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:36,062 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:36,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:36,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:36,063 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:36,063 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:36,064 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:36,064 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:36,065 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest
01:28:36.202 [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.KnopflerfishPlatform 
01:28:36.207 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:85 - Instantiating platform wrapper... 
01:28:36.220 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5869442853018274521kf 
01:28:36.220 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:215 - About to start Knopflerfish OSGi Platform 
01:28:36.331 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:36.335 [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=} 
01:28:36.336 [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} 
01:28:36.337 [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} 
01:28:36.338 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:36.475 [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] 
01:28:36.491 [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] 
01:28:36.497 [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] 
01:28:36.499 [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] 
01:28:36.507 [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] 
01:28:36.518 [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] 
01:28:36.520 [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] 
01:28:36.524 [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] 
01:28:36.529 [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] 
01:28:36.535 [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] 
01:28:36.570 [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] 
01:28:36.573 [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] 
01:28:36.577 [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] 
01:28:36.584 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:36.587 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:36.591 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:36.595 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:36.611 [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] 
01:28:36.625 [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] 
01:28:36.631 [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] 
01:28:36.633 [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] 
01:28:36.634 [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] 
01:28:36.634 [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] 
01:28:36.635 [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] 
01:28:36.638 [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] 
01:28:36.642 [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] 
01:28:36.643 [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] 
01:28:36.661 [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] 
01:28:36.661 [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] 
01:28:36.662 [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] 
01:28:36.666 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:36.668 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:36.670 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:36,699 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:36,738 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:36,741 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:36,751 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:36,776 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:36,778 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:36,782 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:36,790 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12545e71 - No compression will be used
01:28:36,795 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:36,795 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:36,796 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:36,796 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:36,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:36,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:36,797 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:36,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
01:28:36,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:36,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:36,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:36,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:36,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:36,798 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:36,799 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:36,799 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:36,799 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:36,800 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:36,800 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:36,801 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@62a4e526 - Registering current configuration as safe fallback point
01:28:36.814 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:36.825 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:36.981 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:36.982 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:36.986 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:36.990 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:36.995 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:36.997 [BundleStart #16] 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 
01:28:36.997 [BundleStart #16] 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) 
01:28:37.001 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:37.002 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:37.004 [BundleStart #16] 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 
01:28:37.004 [BundleStart #16] 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) 
01:28:37.004 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:37.005 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:37.006 [BundleStart #16] 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 
01:28:37.006 [BundleStart #16] 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) 
01:28:37.006 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:37.007 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:37.007 [BundleStart #16] 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 
01:28:37.008 [BundleStart #16] 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) 
01:28:37.008 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:37.008 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:37.009 [BundleStart #16] 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 
01:28:37.009 [BundleStart #16] 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) 
01:28:37.009 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:37.010 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:37.011 [BundleStart #16] 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 
01:28:37.011 [BundleStart #16] 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) 
01:28:37.011 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:37.012 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:37.012 [BundleStart #16] 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 
01:28:37.012 [BundleStart #16] 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) 
01:28:37.013 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:37.013 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:37.014 [BundleStart #16] 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 
01:28:37.014 [BundleStart #16] 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) 
01:28:37.014 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:37.014 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:37.015 [BundleStart #16] 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 
01:28:37.015 [BundleStart #16] 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) 
01:28:37.015 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:37.016 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:37.017 [BundleStart #16] 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 
01:28:37.017 [BundleStart #16] 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) 
01:28:37.017 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:37.017 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:37.018 [BundleStart #16] 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 
01:28:37.019 [BundleStart #16] 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) 
01:28:37.019 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:37.019 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:37.020 [BundleStart #16] 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 
01:28:37.020 [BundleStart #16] 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) 
01:28:37.020 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:37.020 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:37.022 [BundleStart #16] 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 
01:28:37.022 [BundleStart #16] 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) 
01:28:37.022 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:37.022 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:37.023 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:37.023 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:37.023 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:37.023 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:37.024 [BundleStart #16] 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 
01:28:37.024 [BundleStart #16] 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) 
01:28:37.024 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:37.024 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:37.026 [BundleStart #16] 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 
01:28:37.026 [BundleStart #16] 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) 
01:28:37.026 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:37.036 [BundleStart #16] 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)] 
01:28:37.036 [BundleStart #16] 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)] 
01:28:37.039 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:37.039 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:37.042 [BundleStart #16] 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)] 
01:28:37.044 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:37.045 [BundleStart #16] 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@1f858170 w/ reference null 
01:28:37.045 [BundleStart #16] 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@1f858170 w/ reference null 
01:28:37.046 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:37.051 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:37.061 [BundleStart #16] 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 
01:28:37.062 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:37.062 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:37.065 [BundleStart #16] 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 
01:28:37.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:37.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:37.068 [BundleStart #16] 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 
01:28:37.068 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:37.069 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:37.069 [BundleStart #16] 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 
01:28:37.069 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:37.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:37.071 [BundleStart #16] 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 
01:28:37.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:37.072 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:37.074 [BundleStart #16] 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 
01:28:37.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:37.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:37.075 [BundleStart #16] 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 
01:28:37.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:37.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:37.076 [BundleStart #16] 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 
01:28:37.077 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:37.077 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:37.078 [BundleStart #16] 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 
01:28:37.078 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:37.079 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:37.080 [BundleStart #16] 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 
01:28:37.080 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:37.080 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:37.082 [BundleStart #16] 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 
01:28:37.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:37.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:37.083 [BundleStart #16] 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 
01:28:37.083 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:37.084 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:37.086 [BundleStart #16] 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 
01:28:37.086 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:37.086 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:37.087 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:37.087 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:37.087 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:37.088 [BundleStart #16] 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 
01:28:37.088 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:37.088 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:37.091 [BundleStart #16] 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 
01:28:37.092 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:37.093 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:37.099 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:37.100 [BundleStart #17] 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 
01:28:37.100 [BundleStart #17] 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) 
01:28:37.100 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:37.101 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:37.102 [BundleStart #17] 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 
01:28:37.102 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:37.104 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest-bundle.properties was not found; using defaults 
01:28:37.105 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:511 - Post processing: creating test bundle 
01:28:37.123 [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] 
01:28:37.123 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:202 - Automatically creating Manifest for the test bundle 
01:28:37.124 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:366 - Using the test class for generating bundle imports 
01:28:37.127 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
01:28:37.127 [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... 
01:28:37.131 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceRefAwareWithMultiServiceTest 
01:28:37.143 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
01:28:37.144 [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... 
01:28:37.144 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceBaseTest 
01:28:37.145 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:37.145 [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... 
01:28:37.146 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest 
01:28:37.149 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:37.157 [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... 
01:28:37.157 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:37.158 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:37.158 [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... 
01:28:37.159 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:37.160 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:37.160 [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 
01:28:37.160 [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} 
01:28:37.161 [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] 
01:28:37.161 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:37.162 [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] 
01:28:37.162 [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] 
01:28:37.163 [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]] 
01:28:37.163 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:37.163 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:37.164 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:37.164 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:37.164 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:37.164 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:37.165 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:37.165 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:37.165 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:37.166 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:37.166 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
01:28:37.166 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
01:28:37.166 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
01:28:37.167 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
01:28:37.167 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
01:28:37.167 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
01:28:37.175 [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 
01:28:37.176 [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.* 
01:28:37.179 [BundleStart #18] 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)] 
01:28:37.179 [BundleStart #18] 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 
01:28:37.179 [BundleStart #18] 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) 
01:28:37.180 [BundleStart #18] 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)] 
01:28:37.180 [BundleStart #18] 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)] 
01:28:37.180 [BundleStart #18] 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 
01:28:37.181 [BundleStart #18] 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)] 
01:28:37.181 [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 
01:28:37.181 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:37.183 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:37.184 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:37.185 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:37.186 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:37.186 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:37.186 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:37.187 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:37.188 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:37.188 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:37.188 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:37.189 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:37.189 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:37.190 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:37.190 [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. 
01:28:37.191 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:37.192 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:37.193 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:37.193 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:37.196 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:37.197 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:364 - Writing test name [testProxyForMultipleCardinality] to OSGi 
01:28:37.212 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForMultipleCardinality] for execution inside OSGi 
01:28:37.213 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyForMultipleCardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:28:37.213 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:190 - Loading context for locations:  
01:28:37.227 [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 [Sat May 04 01:28:37 UTC 2024]; root of context hierarchy 
01:28:37.233 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:37.253 [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@5aa9e4eb: defining beans []; root of factory hierarchy 
01:28:37.264 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:37.264 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:37.266 [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} 
01:28:37.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] 
01:28:37.272 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 
01:28:37.272 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 
01:28:37.276 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 
01:28:37.280 [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 [Sat May 04 01:28:37 UTC 2024]; root of context hierarchy] 
01:28:37.284 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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} 
01:28:37.286 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:28:37.330 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
01:28:37.330 [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)] 
01:28:37.331 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
01:28:37.331 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:37.331 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 
01:28:37.332 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:37.336 [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=10} 
01:28:37.461 [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=11} 
01:28:37.465 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:37.466 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:440 - Reading OSGi results for test [testProxyForMultipleCardinality] 
01:28:37.467 [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: 1.269 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest
01:28:37.471 [Thread-0]        INFO  o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:471 - Shutting down OSGi platform 
01:28:37.472 [Thread-3]        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) 
01:28:37.472 [Thread-3]        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 [Sat May 04 01:28:37 UTC 2024]; root of context hierarchy 
01:28:37.472 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:37.472 [Thread-3]        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 [Sat May 04 01:28:37 UTC 2024]; root of context hierarchy] 
01:28:37.473 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:37.473 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:37.473 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:37.474 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:37.474 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:37.474 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:37.474 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:37.475 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:37.476 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:37.476 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:37.476 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:37.477 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:38,170 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:38,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:38,287 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:38,310 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:38,349 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:38,357 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:38,363 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:38,373 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used
01:28:38,382 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:38,382 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:38,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:38,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:38,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:38,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:38,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:38,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
01:28:38,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
01:28:38,386 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:38,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:38,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:38,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:38,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:38,387 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:38,388 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:38,388 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:38,389 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:38,389 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:38,390 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@627551fb - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest
01:28:38.514 [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.KnopflerfishPlatform 
01:28:38.520 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 
01:28:38.533 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2425307142582187924kf 
01:28:38.534 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:215 - About to start Knopflerfish OSGi Platform 
01:28:38.645 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:38.656 [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=} 
01:28:38.657 [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} 
01:28:38.659 [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} 
01:28:38.660 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:38.789 [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] 
01:28:38.805 [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] 
01:28:38.810 [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] 
01:28:38.812 [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] 
01:28:38.821 [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] 
01:28:38.832 [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] 
01:28:38.835 [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] 
01:28:38.839 [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] 
01:28:38.844 [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] 
01:28:38.857 [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] 
01:28:38.875 [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] 
01:28:38.878 [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] 
01:28:38.882 [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] 
01:28:38.890 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:38.893 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:38.897 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:38.902 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:38.927 [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] 
01:28:38.937 [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] 
01:28:38.944 [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] 
01:28:38.958 [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] 
01:28:38.959 [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] 
01:28:38.960 [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] 
01:28:38.961 [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] 
01:28:38.964 [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] 
01:28:38.968 [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] 
01:28:38.969 [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] 
01:28:38.975 [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] 
01:28:38.976 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:319 - Starting [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)|file:/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 
01:28:38.977 [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] 
01:28:38.981 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:38.983 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:38.985 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:39,014 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:39,055 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:39,057 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:39,068 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:39,094 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:39,096 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:39,100 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:39,107 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2c58676d - No compression will be used
01:28:39,111 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:39,111 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:39,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:39,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:39,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:39,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:39,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:39,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:39,114 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:39,115 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:39,115 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:39,115 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:39,115 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:39,115 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:39,115 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:39,116 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:39,116 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:39,117 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:39,117 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:39,118 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@692488b0 - Registering current configuration as safe fallback point
01:28:39.131 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:39.142 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:39.295 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:39.296 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:39.300 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:39.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:39.309 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:39.310 [BundleStart #16] 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 
01:28:39.311 [BundleStart #16] 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) 
01:28:39.311 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:39.312 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:39.313 [BundleStart #16] 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 
01:28:39.314 [BundleStart #16] 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) 
01:28:39.314 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:39.314 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:39.315 [BundleStart #16] 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 
01:28:39.316 [BundleStart #16] 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) 
01:28:39.316 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:39.316 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:39.317 [BundleStart #16] 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 
01:28:39.317 [BundleStart #16] 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) 
01:28:39.317 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:39.318 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:39.319 [BundleStart #16] 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 
01:28:39.319 [BundleStart #16] 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) 
01:28:39.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:39.319 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:39.320 [BundleStart #16] 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 
01:28:39.321 [BundleStart #16] 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) 
01:28:39.321 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:39.321 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:39.322 [BundleStart #16] 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 
01:28:39.322 [BundleStart #16] 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) 
01:28:39.322 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:39.322 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:39.323 [BundleStart #16] 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 
01:28:39.323 [BundleStart #16] 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) 
01:28:39.323 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:39.324 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:39.324 [BundleStart #16] 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 
01:28:39.325 [BundleStart #16] 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) 
01:28:39.325 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:39.325 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:39.326 [BundleStart #16] 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 
01:28:39.326 [BundleStart #16] 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) 
01:28:39.326 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:39.327 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:39.328 [BundleStart #16] 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 
01:28:39.328 [BundleStart #16] 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) 
01:28:39.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:39.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:39.329 [BundleStart #16] 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 
01:28:39.329 [BundleStart #16] 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) 
01:28:39.329 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:39.329 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:39.331 [BundleStart #16] 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 
01:28:39.331 [BundleStart #16] 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) 
01:28:39.331 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:39.331 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:39.331 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:39.332 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:39.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:39.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:39.332 [BundleStart #16] 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 
01:28:39.333 [BundleStart #16] 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) 
01:28:39.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:39.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:39.335 [BundleStart #16] 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 
01:28:39.335 [BundleStart #16] 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) 
01:28:39.335 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:39.357 [BundleStart #16] 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)] 
01:28:39.357 [BundleStart #16] 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)] 
01:28:39.360 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:39.360 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:39.363 [BundleStart #16] 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)] 
01:28:39.365 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:39.366 [BundleStart #16] 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@2be5aa3f w/ reference null 
01:28:39.366 [BundleStart #16] 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@2be5aa3f w/ reference null 
01:28:39.367 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:39.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:39.381 [BundleStart #16] 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 
01:28:39.382 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:39.382 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:39.385 [BundleStart #16] 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 
01:28:39.385 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:39.385 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:39.387 [BundleStart #16] 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 
01:28:39.388 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:39.388 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:39.388 [BundleStart #16] 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 
01:28:39.389 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:39.389 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:39.390 [BundleStart #16] 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 
01:28:39.391 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:39.391 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:39.393 [BundleStart #16] 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 
01:28:39.393 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:39.394 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:39.394 [BundleStart #16] 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 
01:28:39.394 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:39.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:39.396 [BundleStart #16] 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 
01:28:39.396 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:39.396 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:39.397 [BundleStart #16] 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 
01:28:39.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:39.398 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:39.399 [BundleStart #16] 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 
01:28:39.399 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:39.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:39.401 [BundleStart #16] 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 
01:28:39.401 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:39.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:39.402 [BundleStart #16] 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 
01:28:39.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:39.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:39.405 [BundleStart #16] 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 
01:28:39.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:39.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:39.406 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:39.406 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:39.406 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:39.407 [BundleStart #16] 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 
01:28:39.407 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:39.407 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:39.411 [BundleStart #16] 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 
01:28:39.411 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:39.412 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:39.418 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:39.420 [BundleStart #17] 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 
01:28:39.420 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:39.420 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:39.421 [BundleStart #17] 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 
01:28:39.425 [BundleStart #17] 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) 
01:28:39.425 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:39.427 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest-bundle.properties was not found; using defaults 
01:28:39.428 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 
01:28:39.440 [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] 
01:28:39.441 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 
01:28:39.441 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 
01:28:39.443 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
01:28:39.444 [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... 
01:28:39.448 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class MultiServiceProxyFactoryBeanTest 
01:28:39.469 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
01:28:39.469 [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... 
01:28:39.469 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 
01:28:39.470 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:39.470 [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... 
01:28:39.470 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 
01:28:39.472 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:39.473 [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... 
01:28:39.473 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:39.474 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:39.474 [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... 
01:28:39.475 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:39.475 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:39.476 [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 
01:28:39.476 [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} 
01:28:39.476 [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] 
01:28:39.476 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:39.476 [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] 
01:28:39.477 [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] 
01:28:39.477 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-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]] 
01:28:39.477 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:39.478 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:39.478 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:39.478 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:39.478 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:39.478 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:39.478 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:39.479 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:39.479 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:39.479 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:39.479 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
01:28:39.479 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
01:28:39.479 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
01:28:39.480 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
01:28:39.480 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
01:28:39.480 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
01:28:39.487 [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 
01:28:39.487 [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.* 
01:28:39.490 [BundleStart #18] 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)] 
01:28:39.491 [BundleStart #18] 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 
01:28:39.491 [BundleStart #18] 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)] 
01:28:39.491 [BundleStart #18] 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)] 
01:28:39.492 [BundleStart #18] 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 
01:28:39.492 [BundleStart #18] 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) 
01:28:39.492 [BundleStart #18] 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)] 
01:28:39.492 [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 
01:28:39.493 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:39.495 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:39.495 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:39.496 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:39.497 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:39.497 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:39.498 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:39.498 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:39.499 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:39.499 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:39.500 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:39.500 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:39.501 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:39.501 [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. 
01:28:39.502 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:39.502 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:39.503 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:39.503 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:39.503 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:39.504 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:39.505 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testIteratorWhenServiceGoesDown] to OSGi 
01:28:39.519 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testIteratorWhenServiceGoesDown] for execution inside OSGi 
01:28:39.520 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testIteratorWhenServiceGoesDown] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67d48005 
01:28:39.520 [main]            INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:190 - Loading context for locations:  
01:28:39.533 [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 [Sat May 04 01:28:39 UTC 2024]; root of context hierarchy 
01:28:39.539 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:39.559 [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@7dcf94f8: defining beans []; root of factory hierarchy 
01:28:39.569 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:39.569 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:39.570 [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} 
01:28:39.571 [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] 
01:28:39.575 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@394df057] 
01:28:39.575 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4961f6af] 
01:28:39.577 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@291caca8] 
01:28:39.580 [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 [Sat May 04 01:28:39 UTC 2024]; root of context hierarchy] 
01:28:39.583 [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} 
01:28:39.584 [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} 
01:28:39.622 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
01:28:39.623 [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)] 
01:28:39.623 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
01:28:39.623 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:39.623 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 
01:28:39.624 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:39.628 [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=10} 
01:28:39.745 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:39.746 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testIteratorWhenServiceGoesDown] 
01:28:39.747 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testIteratorWhenServiceGoesDown]'s result read 
01:28:39.748 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testProxyDestruction] to OSGi 
01:28:39.749 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 
01:28:39.749 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyDestruction] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@173ed316 
01:28:39.749 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
01:28:39.750 [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)] 
01:28:39.750 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
01:28:39.750 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:39.750 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 
01:28:39.751 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@25ce9dc4} 
01:28:39.751 [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=11} 
01:28:39.754 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:39.754 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testProxyDestruction] 
01:28:39.754 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testProxyDestruction]'s result read 
01:28:39.755 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsInterfaces] to OSGi 
01:28:39.755 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsInterfaces] for execution inside OSGi 
01:28:39.756 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForMultipleServicesAsInterfaces] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2af004b 
01:28:39.756 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.ArrayList} and filter=[]  in=[(objectClass=java.util.ArrayList)] 
01:28:39.756 [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)] 
01:28:39.756 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
01:28:39.757 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:39.757 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.ArrayList)] 
01:28:39.757 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:39.758 [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=12} 
01:28:39.759 [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. 
01:28:39.797 [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=13} 
01:28:39.801 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:39.801 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsInterfaces] 
01:28:39.801 [main]            DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForMultipleServicesAsInterfaces]'s result read 
01:28:39.802 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsClasses] to OSGi 
01:28:39.803 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsClasses] for execution inside OSGi 
01:28:39.803 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForMultipleServicesAsClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1ca3b418 
01:28:39.804 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
01:28:39.804 [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)] 
01:28:39.805 [main]            DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will  consider exposed classes 
01:28:39.805 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:39.806 [main]            TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 
01:28:39.806 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:39.807 [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=14} 
01:28:39.809 [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=15} 
01:28:39.812 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:39.812 [main]            TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsClasses] 
01:28:39.813 [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: 1.303 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest
01:28:39.818 [Thread-0]        INFO  o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 
01:28:39.819 [Thread-3]        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) 
01:28:39.819 [Thread-3]        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 [Sat May 04 01:28:39 UTC 2024]; root of context hierarchy 
01:28:39.819 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:39.819 [Thread-3]        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 [Sat May 04 01:28:39 UTC 2024]; root of context hierarchy] 
01:28:39.820 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:39.820 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:39.820 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:39.820 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:39.820 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:39.821 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:39.821 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:39.821 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:39.822 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:39.822 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:39.823 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:39.823 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:40,534 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:40,683 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:40,686 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:40,709 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:40,760 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:40,762 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:40,768 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:40,779 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b4523f8 - No compression will be used
01:28:40,786 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:40,787 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:40,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:40,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:40,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:40,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:40,790 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:40,790 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:40,790 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:40,790 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:40,790 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:40,791 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:40,791 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:40,791 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:40,791 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:40,791 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:40,792 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:40,792 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:40,793 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:40,794 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3dd4520b - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest
01:28:40.930 [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.KnopflerfishPlatform 
01:28:40.935 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:85 - Instantiating platform wrapper... 
01:28:40.947 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7304945388278210055kf 
01:28:40.948 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:215 - About to start Knopflerfish OSGi Platform 
01:28:41.051 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:41.055 [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=} 
01:28:41.056 [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} 
01:28:41.058 [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} 
01:28:41.059 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:41.185 [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] 
01:28:41.200 [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] 
01:28:41.206 [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] 
01:28:41.208 [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] 
01:28:41.216 [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] 
01:28:41.226 [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] 
01:28:41.229 [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] 
01:28:41.233 [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] 
01:28:41.238 [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] 
01:28:41.243 [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] 
01:28:41.271 [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] 
01:28:41.273 [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] 
01:28:41.278 [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] 
01:28:41.285 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:41.287 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:41.292 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:41.295 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:41.311 [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] 
01:28:41.319 [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] 
01:28:41.329 [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] 
01:28:41.332 [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] 
01:28:41.333 [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] 
01:28:41.333 [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] 
01:28:41.334 [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] 
01:28:41.337 [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] 
01:28:41.341 [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] 
01:28:41.342 [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] 
01:28:41.361 [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] 
01:28:41.362 [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] 
01:28:41.363 [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] 
01:28:41.367 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:41.369 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:41.371 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:41,412 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:41,461 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:41,464 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:41,475 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:41,500 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:41,502 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:41,506 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:41,514 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d9a3eea - No compression will be used
01:28:41,518 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:41,518 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:41,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:41,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:41,520 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:41,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:41,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:41,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:41,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:41,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:41,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:41,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:41,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:41,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:41,523 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:41,523 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:41,523 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:41,524 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:41,524 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:41,525 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ed8ae4f - Registering current configuration as safe fallback point
01:28:41.539 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:41.549 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:41.730 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:41.731 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:41.736 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:41.739 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:41.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:41.746 [BundleStart #16] 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 
01:28:41.746 [BundleStart #16] 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) 
01:28:41.747 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:41.747 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:41.749 [BundleStart #16] 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 
01:28:41.749 [BundleStart #16] 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) 
01:28:41.749 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:41.750 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:41.751 [BundleStart #16] 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 
01:28:41.751 [BundleStart #16] 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) 
01:28:41.752 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:41.752 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:41.753 [BundleStart #16] 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 
01:28:41.753 [BundleStart #16] 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) 
01:28:41.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:41.754 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:41.754 [BundleStart #16] 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 
01:28:41.755 [BundleStart #16] 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) 
01:28:41.755 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:41.755 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:41.756 [BundleStart #16] 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 
01:28:41.757 [BundleStart #16] 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) 
01:28:41.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:41.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:41.758 [BundleStart #16] 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 
01:28:41.758 [BundleStart #16] 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) 
01:28:41.758 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:41.759 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:41.759 [BundleStart #16] 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 
01:28:41.760 [BundleStart #16] 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) 
01:28:41.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:41.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:41.761 [BundleStart #16] 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 
01:28:41.761 [BundleStart #16] 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) 
01:28:41.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:41.762 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:41.763 [BundleStart #16] 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 
01:28:41.763 [BundleStart #16] 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) 
01:28:41.763 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:41.763 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:41.764 [BundleStart #16] 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 
01:28:41.765 [BundleStart #16] 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) 
01:28:41.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:41.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:41.766 [BundleStart #16] 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 
01:28:41.766 [BundleStart #16] 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) 
01:28:41.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:41.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:41.768 [BundleStart #16] 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 
01:28:41.768 [BundleStart #16] 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) 
01:28:41.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:41.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:41.769 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:41.769 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:41.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:41.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:41.770 [BundleStart #16] 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 
01:28:41.770 [BundleStart #16] 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) 
01:28:41.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:41.771 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:41.772 [BundleStart #16] 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 
01:28:41.773 [BundleStart #16] 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) 
01:28:41.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:41.782 [BundleStart #16] 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)] 
01:28:41.782 [BundleStart #16] 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)] 
01:28:41.785 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:41.785 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:41.789 [BundleStart #16] 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)] 
01:28:41.791 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:41.791 [BundleStart #16] 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@1a6cd908 w/ reference null 
01:28:41.792 [BundleStart #16] 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@1a6cd908 w/ reference null 
01:28:41.793 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:41.796 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:41.806 [BundleStart #16] 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 
01:28:41.807 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:41.807 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:41.810 [BundleStart #16] 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 
01:28:41.810 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:41.810 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:41.813 [BundleStart #16] 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 
01:28:41.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:41.813 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:41.814 [BundleStart #16] 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 
01:28:41.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:41.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:41.816 [BundleStart #16] 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 
01:28:41.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:41.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:41.818 [BundleStart #16] 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 
01:28:41.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:41.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:41.819 [BundleStart #16] 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 
01:28:41.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:41.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:41.821 [BundleStart #16] 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 
01:28:41.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:41.822 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:41.823 [BundleStart #16] 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 
01:28:41.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:41.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:41.824 [BundleStart #16] 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 
01:28:41.825 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:41.825 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:41.826 [BundleStart #16] 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 
01:28:41.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:41.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:41.828 [BundleStart #16] 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 
01:28:41.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:41.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:41.830 [BundleStart #16] 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 
01:28:41.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:41.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:41.831 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:41.832 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:41.832 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:41.832 [BundleStart #16] 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 
01:28:41.833 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:41.833 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:41.836 [BundleStart #16] 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 
01:28:41.837 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:41.838 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:41.844 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:41.846 [BundleStart #17] 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 
01:28:41.846 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:41.846 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:41.847 [BundleStart #17] 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 
01:28:41.858 [BundleStart #17] 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) 
01:28:41.859 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:41.861 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:199 - org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest-bundle.properties was not found; using defaults 
01:28:41.861 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:511 - Post processing: creating test bundle 
01:28:41.874 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean] 
01:28:41.874 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:202 - Automatically creating Manifest for the test bundle 
01:28:41.875 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:366 - Using the test class for generating bundle imports 
01:28:41.877 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
01:28:41.878 [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... 
01:28:41.881 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceRefAwareWithSingleServiceTest 
01:28:41.895 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
01:28:41.895 [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... 
01:28:41.895 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceBaseTest 
01:28:41.896 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:41.896 [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... 
01:28:41.897 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest 
01:28:41.900 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:41.900 [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... 
01:28:41.900 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:41.902 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:41.902 [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... 
01:28:41.902 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:41.903 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:41.903 [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 
01:28:41.903 [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} 
01:28:41.904 [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] 
01:28:41.904 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:41.904 [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] 
01:28:41.905 [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] 
01:28:41.905 [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]] 
01:28:41.905 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:41.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:41.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:41.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:41.906 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:41.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:41.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:41.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:41.907 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:41.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:41.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 
01:28:41.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 
01:28:41.908 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 
01:28:41.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 
01:28:41.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 
01:28:41.909 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 
01:28:41.916 [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 
01:28:41.917 [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.* 
01:28:41.919 [BundleStart #18] 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)] 
01:28:41.920 [BundleStart #18] 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 
01:28:41.920 [BundleStart #18] 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)] 
01:28:41.921 [BundleStart #18] 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)] 
01:28:41.921 [BundleStart #18] 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 
01:28:41.921 [BundleStart #18] 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) 
01:28:41.922 [BundleStart #18] 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)] 
01:28:41.922 [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 
01:28:41.922 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:41.924 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:41.925 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:41.926 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:41.926 [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. 
01:28:41.927 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:41.927 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:41.928 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:41.929 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:41.929 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:41.930 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:41.930 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:41.931 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:41.931 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:41.932 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:41.932 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:41.933 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:41.933 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:41.934 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:41.935 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:41.936 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testServiceReferenceProperties] to OSGi 
01:28:41.950 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceProperties] for execution inside OSGi 
01:28:41.950 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b927fb 
01:28:41.951 [main]            INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:190 - Loading context for locations:  
01:28:41.963 [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 [Sat May 04 01:28:41 UTC 2024]; root of context hierarchy 
01:28:41.970 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:41.988 [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@2f4948e4: defining beans []; root of factory hierarchy 
01:28:41.998 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:41.999 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:42.000 [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} 
01:28:42.001 [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] 
01:28:42.004 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13b6aecc] 
01:28:42.005 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a8276] 
01:28:42.007 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4961f6af] 
01:28:42.011 [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 [Sat May 04 01:28:41 UTC 2024]; root of context hierarchy] 
01:28:42.013 [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} 
01:28:42.015 [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} 
01:28:42.059 [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)))] 
01:28:42.060 [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)))] 
01:28:42.060 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:42.067 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:42.178 [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)))] 
01:28:42.178 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@157853da} 
01:28:42.179 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] bound to proxy 
01:28:42.180 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] bound to proxy 
01:28:42.183 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] was unregistered and unbound from the service proxy 
01:28:42.183 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@157853da] was unregistered and unbound from the service proxy 
01:28:42.184 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:42.185 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testServiceReferenceProperties] 
01:28:42.185 [main]            DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:447 - Test[testServiceReferenceProperties]'s result read 
01:28:42.187 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testProxyForUnaryCardinality] to OSGi 
01:28:42.187 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForUnaryCardinality] for execution inside OSGi 
01:28:42.188 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyForUnaryCardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e27ba32 
01:28:42.188 [main]            TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={class java.util.Date} and filter=[]  in=[(objectClass=java.util.Date)] 
01:28:42.189 [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)] 
01:28:42.189 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:42.189 [main]            TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:42.191 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 
01:28:42.192 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@7ef82753} 
01:28:42.192 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7ef82753] bound to proxy 
01:28:42.192 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7ef82753] bound to proxy 
01:28:42.193 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7ef82753] was unregistered and unbound from the service proxy 
01:28:42.194 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7ef82753] was unregistered and unbound from the service proxy 
01:28:42.194 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:42.194 [main]            TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testProxyForUnaryCardinality] 
01:28:42.194 [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: 1.27 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest
01:28:42.199 [Thread-0]        INFO  o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:471 - Shutting down OSGi platform 
01:28:42.199 [Thread-3]        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) 
01:28:42.200 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:42.200 [Thread-3]        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 [Sat May 04 01:28:41 UTC 2024]; root of context hierarchy 
01:28:42.200 [Thread-3]        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 [Sat May 04 01:28:41 UTC 2024]; root of context hierarchy] 
01:28:42.200 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:42.200 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:42.201 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:42.201 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:42.201 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:42.201 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:42.201 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:42.202 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:42.203 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:42.203 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:42.204 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:42.205 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:42,921 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:43,055 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:43,058 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:43,082 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:43,121 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:43,123 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:43,129 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:43,139 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used
01:28:43,158 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:43,158 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:43,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:43,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:43,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:43,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:43,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:43,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:43,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:43,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:43,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:43,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:43,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:43,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:43,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:43,162 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:43,162 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:43,163 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:43,163 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:43,164 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest
01:28:43.282 [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.KnopflerfishPlatform 
01:28:43.287 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:85 - Instantiating platform wrapper... 
01:28:43.299 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2745459466132724282kf 
01:28:43.300 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:215 - About to start Knopflerfish OSGi Platform 
01:28:43.407 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:43.411 [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=} 
01:28:43.412 [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} 
01:28:43.414 [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} 
01:28:43.415 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:43.543 [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] 
01:28:43.559 [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] 
01:28:43.564 [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] 
01:28:43.567 [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] 
01:28:43.576 [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] 
01:28:43.587 [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] 
01:28:43.589 [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] 
01:28:43.593 [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] 
01:28:43.598 [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] 
01:28:43.604 [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] 
01:28:43.622 [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] 
01:28:43.625 [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] 
01:28:43.629 [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] 
01:28:43.657 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:43.659 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:43.667 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:43.673 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:43.692 [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] 
01:28:43.701 [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] 
01:28:43.706 [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] 
01:28:43.708 [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] 
01:28:43.709 [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] 
01:28:43.709 [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] 
01:28:43.710 [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] 
01:28:43.713 [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] 
01:28:43.717 [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] 
01:28:43.717 [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] 
01:28:43.724 [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] 
01:28:43.724 [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] 
01:28:43.725 [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] 
01:28:43.728 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:43.729 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:43.731 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:43,782 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:43,821 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:43,824 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:43,835 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:43,867 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:43,869 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:43,875 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:43,883 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3f4f416e - No compression will be used
01:28:43,887 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:43,887 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:43,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:43,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:43,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:43,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:43,889 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:43,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:43,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:43,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:43,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:43,890 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:43,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:43,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:43,891 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:43,891 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:43,891 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:43,892 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:43,892 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:43,893 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@602a8dcf - Registering current configuration as safe fallback point
01:28:43.905 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:43.915 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:44.074 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:44.074 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:44.079 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:44.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:44.087 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:44.088 [BundleStart #16] 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 
01:28:44.089 [BundleStart #16] 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) 
01:28:44.093 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:44.094 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:44.095 [BundleStart #16] 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 
01:28:44.096 [BundleStart #16] 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) 
01:28:44.096 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:44.096 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:44.098 [BundleStart #16] 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 
01:28:44.098 [BundleStart #16] 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) 
01:28:44.098 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:44.098 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:44.099 [BundleStart #16] 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 
01:28:44.099 [BundleStart #16] 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) 
01:28:44.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:44.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:44.100 [BundleStart #16] 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 
01:28:44.100 [BundleStart #16] 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) 
01:28:44.100 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:44.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:44.102 [BundleStart #16] 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 
01:28:44.102 [BundleStart #16] 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) 
01:28:44.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:44.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:44.103 [BundleStart #16] 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 
01:28:44.103 [BundleStart #16] 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) 
01:28:44.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:44.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:44.104 [BundleStart #16] 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 
01:28:44.104 [BundleStart #16] 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) 
01:28:44.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:44.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:44.105 [BundleStart #16] 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 
01:28:44.105 [BundleStart #16] 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) 
01:28:44.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:44.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:44.106 [BundleStart #16] 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 
01:28:44.107 [BundleStart #16] 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) 
01:28:44.107 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:44.107 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:44.108 [BundleStart #16] 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 
01:28:44.108 [BundleStart #16] 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) 
01:28:44.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:44.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:44.109 [BundleStart #16] 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 
01:28:44.109 [BundleStart #16] 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) 
01:28:44.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:44.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:44.110 [BundleStart #16] 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 
01:28:44.111 [BundleStart #16] 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) 
01:28:44.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:44.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:44.111 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:44.111 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:44.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:44.112 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:44.112 [BundleStart #16] 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 
01:28:44.112 [BundleStart #16] 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) 
01:28:44.112 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:44.112 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:44.114 [BundleStart #16] 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 
01:28:44.114 [BundleStart #16] 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) 
01:28:44.114 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:44.123 [BundleStart #16] 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)] 
01:28:44.124 [BundleStart #16] 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)] 
01:28:44.126 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:44.127 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:44.130 [BundleStart #16] 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)] 
01:28:44.132 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:44.133 [BundleStart #16] 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@5c296293 w/ reference null 
01:28:44.133 [BundleStart #16] 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@5c296293 w/ reference null 
01:28:44.134 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:44.137 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:44.147 [BundleStart #16] 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 
01:28:44.148 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:44.148 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:44.151 [BundleStart #16] 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 
01:28:44.151 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:44.151 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:44.153 [BundleStart #16] 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 
01:28:44.153 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:44.153 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:44.154 [BundleStart #16] 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 
01:28:44.154 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:44.154 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:44.156 [BundleStart #16] 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 
01:28:44.156 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:44.156 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:44.158 [BundleStart #16] 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 
01:28:44.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:44.159 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:44.159 [BundleStart #16] 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 
01:28:44.159 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:44.160 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:44.160 [BundleStart #16] 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 
01:28:44.161 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:44.161 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:44.162 [BundleStart #16] 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 
01:28:44.162 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:44.162 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:44.163 [BundleStart #16] 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 
01:28:44.164 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:44.164 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:44.165 [BundleStart #16] 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 
01:28:44.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:44.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:44.166 [BundleStart #16] 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 
01:28:44.167 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:44.167 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:44.169 [BundleStart #16] 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 
01:28:44.169 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:44.169 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:44.170 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:44.170 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:44.170 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:44.171 [BundleStart #16] 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 
01:28:44.171 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:44.171 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:44.175 [BundleStart #16] 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 
01:28:44.175 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:44.176 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:44.183 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:44.185 [BundleStart #17] 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 
01:28:44.185 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:44.185 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:44.186 [BundleStart #17] 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 
01:28:44.186 [BundleStart #17] 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) 
01:28:44.186 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:44.188 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest-bundle.properties was not found; using defaults 
01:28:44.188 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:511 - Post processing: creating test bundle 
01:28:44.201 [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] 
01:28:44.202 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:202 - Automatically creating Manifest for the test bundle 
01:28:44.203 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:366 - Using the test class for generating bundle imports 
01:28:44.205 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:28:44.205 [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... 
01:28:44.209 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class AsyncWaitTest 
01:28:44.220 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:28:44.221 [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... 
01:28:44.221 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BehaviorBaseTest 
01:28:44.222 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:44.222 [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... 
01:28:44.223 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest 
01:28:44.226 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:44.226 [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... 
01:28:44.227 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:44.228 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:44.228 [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... 
01:28:44.229 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:44.230 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:44.230 [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 
01:28:44.230 [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} 
01:28:44.231 [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] 
01:28:44.231 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:44.231 [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] 
01:28:44.232 [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] 
01:28:44.232 [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]] 
01:28:44.232 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:44.232 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:44.233 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:44.233 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:44.233 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:44.233 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:44.234 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:44.234 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:44.234 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:44.234 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:44.234 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
01:28:44.235 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:28:44.235 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:28:44.235 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:28:44.235 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:28:44.235 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:28:44.236 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:28:44.236 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:28:44.236 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:28:44.236 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:28:44.244 [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 
01:28:44.244 [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.* 
01:28:44.247 [BundleStart #18] 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)] 
01:28:44.247 [BundleStart #18] 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 
01:28:44.248 [BundleStart #18] 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)] 
01:28:44.248 [BundleStart #18] 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)] 
01:28:44.248 [BundleStart #18] 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 
01:28:44.248 [BundleStart #18] 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) 
01:28:44.248 [BundleStart #18] 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)] 
01:28:44.249 [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 
01:28:44.249 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:44.251 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:44.251 [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. 
01:28:44.252 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:44.257 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:44.258 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:44.258 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:44.259 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:44.260 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:44.260 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:44.261 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:44.261 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:44.262 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:44.262 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:44.263 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:44.263 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:44.264 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:44.264 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:44.265 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:44.266 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:44.267 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 
01:28:44.280 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
01:28:44.281 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b927fb 
01:28:44.282 [main]            INFO  o.e.g.b.i.c.AsyncWaitTest:190 - Loading context for locations:  
01:28:44.295 [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 [Sat May 04 01:28:44 UTC 2024]; root of context hierarchy 
01:28:44.301 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:44.320 [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@2f4948e4: defining beans []; root of factory hierarchy 
01:28:44.330 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:44.330 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:44.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} 
01:28:44.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] 
01:28:44.335 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13b6aecc] 
01:28:44.336 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a8276] 
01:28:44.338 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4961f6af] 
01:28:44.341 [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 [Sat May 04 01:28:44 UTC 2024]; root of context hierarchy] 
01:28:44.343 [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} 
01:28:44.345 [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} 
01:28:44.381 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:44.394 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 
01:28:44.395 [BundleStart #19] 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 
01:28:44.395 [BundleStart #19] 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)] 
01:28:44.396 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-wait (org.springframework.osgi.iandt.config-opt.async.wait)] 
01:28:44.396 [BundleStart #19] 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 
01:28:44.396 [BundleStart #19] 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) 
01:28:44.397 [BundleStart #19] 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)] 
01:28:44.398 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle async-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:44.399 [BundleStart #19] 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 
01:28:44.399 [BundleStart #19] 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)] 
01:28:44.402 [BundleStart #19] 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)] 
01:28:44.402 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:44.403 [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@7de3f745 
01:28:44.403 [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) 
01:28:44.403 [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 
01:28:44.403 [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) 
01:28:44.404 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:44.404 [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 [Sat May 04 01:28:44 UTC 2024]; root of context hierarchy 
01:28:44.404 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.async.wait 
01:28:44.405 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:44.417 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:44.451 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:44.451 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:44.452 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:44.453 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:44.526 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:44.527 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:44.589 [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@32f378a6: defining beans [button]; root of factory hierarchy 
01:28:44.590 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:44.590 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:44.590 [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} 
01:28:44.591 [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] 
01:28:44.592 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:44.596 [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@32f378a6: defining beans [button]; root of factory hierarchy] 
01:28:44.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:44.596 [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@4da4de0c 
01:28:44.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&button] 
01:28:44.597 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:44.622 [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)] 
01:28:44.623 [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)] 
01:28:44.624 [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] 
01:28:44.625 [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)] 
01:28:44.626 [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) 
01:28:44.626 [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]] 
01:28:44.626 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&button] 
01:28:44.627 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&button] 
01:28:44.627 [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) 
01:28:44.627 [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) 
01:28:44.632 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:28:44.633 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:44.633 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
01:28:45.405 [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 
01:28:45.407 [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=10}] for OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.async.wait, config=osgibundle:/META-INF/spring/*.xml) 
01:28:45.408 [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=10} 
01:28:45.408 [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 [{}] 
01:28:45.409 [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 [Sat May 04 01:28:44 UTC 2024]; root of context hierarchy] 
01:28:45.409 [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) 
01:28:45.409 [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) 
01:28:45.410 [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) 
01:28:45.410 [main]            DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:45.411 [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 
01:28:45.411 [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) 
01:28:45.411 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:45.411 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.async.wait 
01:28:45.412 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:45.418 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:45.428 [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 
01:28:45.429 [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 
01:28:45.429 [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 
01:28:45.430 [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 
01:28:45.431 [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 
01:28:45.436 [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@31fb7f20] 
01:28:45.436 [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@206a3537] 
01:28:45.437 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:28:45.437 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5} 
01:28:45.438 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] bound to proxy 
01:28:45.438 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] bound to proxy 
01:28:45.439 [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@d05065c] 
01:28:45.439 [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 [Sat May 04 01:28:44 UTC 2024]; root of context hierarchy] 
01:28:45.440 [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} 
01:28:45.440 [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} 
01:28:45.441 [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 
01:28:45.441 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.async.wait 
01:28:45.442 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:45.442 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] was unregistered and unbound from the service proxy 
01:28:45.442 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] was unregistered and unbound from the service proxy 
01:28:45.442 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:45.443 [main]            TRACE o.e.g.b.i.c.AsyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 
01:28:45.444 [main]            DEBUG o.e.g.b.i.c.AsyncWaitTest:447 - Test[testBehaviour]'s result read 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.169 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest
01:28:45.449 [Thread-0]        INFO  o.e.g.b.i.c.AsyncWaitTest:471 - Shutting down OSGi platform 
01:28:45.449 [Thread-3]        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) 
01:28:45.449 [Thread-3]        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 [Sat May 04 01:28:44 UTC 2024]; root of context hierarchy 
01:28:45.449 [Thread-3]        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 [Sat May 04 01:28:44 UTC 2024]; root of context hierarchy] 
01:28:45.449 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:45.450 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:45.450 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:45.450 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:45.451 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:45.451 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 
01:28:45.451 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:45.452 [Framework shutdown] 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 
01:28:45.453 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:28:45.454 [Framework shutdown] 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 
01:28:45.455 [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) 
01:28:45.455 [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@7de3f745 
01:28:45.455 [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) 
01:28:45.455 [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) 
01:28:45.456 [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) 
01:28:45.456 [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) 
01:28:45.456 [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 [Sat May 04 01:28:44 UTC 2024]; root of context hierarchy 
01:28:45.456 [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 [Sat May 04 01:28:44 UTC 2024]; root of context hierarchy] 
01:28:45.457 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:45.458 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:45.458 [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@7de3f745 
01:28:45.458 [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 
01:28:45.458 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:45.458 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:45.460 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@4d24ea00 
01:28:45.460 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:45.461 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:45.461 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:45.462 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:46,141 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:46,286 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:46,290 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:46,313 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:46,370 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:46,372 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:46,378 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:46,388 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:28:46,396 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:46,396 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:46,398 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:46,398 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:46,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:46,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:46,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:46,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:46,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:46,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:46,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:46,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:46,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:46,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:46,400 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:46,400 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:46,400 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:46,401 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:46,401 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:46,402 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest
01:28:46.533 [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.KnopflerfishPlatform 
01:28:46.538 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:85 - Instantiating platform wrapper... 
01:28:46.550 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8893589919875070771kf 
01:28:46.551 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:215 - About to start Knopflerfish OSGi Platform 
01:28:46.659 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:46.663 [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=} 
01:28:46.664 [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} 
01:28:46.666 [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} 
01:28:46.667 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:46.799 [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] 
01:28:46.815 [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] 
01:28:46.820 [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] 
01:28:46.823 [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] 
01:28:46.831 [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] 
01:28:46.842 [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] 
01:28:46.844 [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] 
01:28:46.856 [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] 
01:28:46.861 [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] 
01:28:46.867 [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] 
01:28:46.884 [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] 
01:28:46.887 [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] 
01:28:46.891 [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] 
01:28:46.899 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:46.901 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:46.906 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:46.909 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:46.930 [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] 
01:28:46.939 [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] 
01:28:46.961 [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] 
01:28:46.963 [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] 
01:28:46.964 [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] 
01:28:46.965 [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] 
01:28:46.966 [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] 
01:28:46.969 [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] 
01:28:46.973 [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] 
01:28:46.974 [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] 
01:28:46.980 [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] 
01:28:46.981 [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] 
01:28:46.982 [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] 
01:28:46.986 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:46.988 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:46.990 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:47,021 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:47,062 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:47,065 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:47,075 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:47,102 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:47,104 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:47,108 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:47,115 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@522bf4ff - No compression will be used
01:28:47,120 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:47,120 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:47,121 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:47,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:47,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:47,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:47,122 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:47,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
01:28:47,123 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:47,123 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:47,123 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:47,123 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:47,123 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:47,123 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:47,123 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:47,124 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:47,124 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:47,125 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:47,125 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:47,126 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4a94496c - Registering current configuration as safe fallback point
01:28:47.139 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:47.150 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:47.302 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:47.303 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:47.307 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:47.311 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:47.316 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:47.317 [BundleStart #16] 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 
01:28:47.318 [BundleStart #16] 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) 
01:28:47.322 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:47.322 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:47.324 [BundleStart #16] 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 
01:28:47.324 [BundleStart #16] 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) 
01:28:47.325 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:47.325 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:47.326 [BundleStart #16] 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 
01:28:47.326 [BundleStart #16] 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) 
01:28:47.326 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:47.327 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:47.327 [BundleStart #16] 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 
01:28:47.327 [BundleStart #16] 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) 
01:28:47.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:47.328 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:47.329 [BundleStart #16] 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 
01:28:47.329 [BundleStart #16] 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) 
01:28:47.329 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:47.329 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:47.330 [BundleStart #16] 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 
01:28:47.330 [BundleStart #16] 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) 
01:28:47.331 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:47.331 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:47.331 [BundleStart #16] 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 
01:28:47.332 [BundleStart #16] 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) 
01:28:47.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:47.332 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:47.333 [BundleStart #16] 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 
01:28:47.333 [BundleStart #16] 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) 
01:28:47.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:47.333 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:47.334 [BundleStart #16] 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 
01:28:47.334 [BundleStart #16] 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) 
01:28:47.334 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:47.334 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:47.335 [BundleStart #16] 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 
01:28:47.335 [BundleStart #16] 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) 
01:28:47.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:47.336 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:47.337 [BundleStart #16] 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 
01:28:47.337 [BundleStart #16] 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) 
01:28:47.337 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:47.337 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:47.338 [BundleStart #16] 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 
01:28:47.338 [BundleStart #16] 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) 
01:28:47.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:47.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:47.339 [BundleStart #16] 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 
01:28:47.339 [BundleStart #16] 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) 
01:28:47.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:47.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:47.340 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:47.340 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:47.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:47.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:47.341 [BundleStart #16] 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 
01:28:47.341 [BundleStart #16] 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) 
01:28:47.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:47.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:47.343 [BundleStart #16] 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 
01:28:47.343 [BundleStart #16] 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) 
01:28:47.343 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:47.357 [BundleStart #16] 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)] 
01:28:47.358 [BundleStart #16] 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)] 
01:28:47.360 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:47.361 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:47.364 [BundleStart #16] 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)] 
01:28:47.366 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:47.367 [BundleStart #16] 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@48b49873 w/ reference null 
01:28:47.367 [BundleStart #16] 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@48b49873 w/ reference null 
01:28:47.368 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:47.387 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:47.396 [BundleStart #16] 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 
01:28:47.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:47.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:47.400 [BundleStart #16] 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 
01:28:47.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:47.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:47.403 [BundleStart #16] 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 
01:28:47.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:47.404 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:47.405 [BundleStart #16] 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 
01:28:47.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:47.406 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:47.408 [BundleStart #16] 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 
01:28:47.408 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:47.408 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:47.410 [BundleStart #16] 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 
01:28:47.411 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:47.411 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:47.412 [BundleStart #16] 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 
01:28:47.412 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:47.412 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:47.413 [BundleStart #16] 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 
01:28:47.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:47.413 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:47.414 [BundleStart #16] 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 
01:28:47.415 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:47.415 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:47.416 [BundleStart #16] 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 
01:28:47.416 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:47.416 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:47.418 [BundleStart #16] 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 
01:28:47.418 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:47.418 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:47.419 [BundleStart #16] 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 
01:28:47.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:47.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:47.421 [BundleStart #16] 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 
01:28:47.421 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:47.421 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:47.422 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:47.422 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:47.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:47.423 [BundleStart #16] 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 
01:28:47.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:47.423 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:47.427 [BundleStart #16] 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 
01:28:47.427 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:47.428 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:47.435 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:47.436 [BundleStart #17] 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 
01:28:47.436 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:47.436 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:47.437 [BundleStart #17] 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 
01:28:47.437 [BundleStart #17] 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) 
01:28:47.437 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:47.439 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest-bundle.properties was not found; using defaults 
01:28:47.440 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:511 - Post processing: creating test bundle 
01:28:47.455 [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] 
01:28:47.456 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 
01:28:47.457 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:366 - Using the test class for generating bundle imports 
01:28:47.459 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:28:47.459 [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... 
01:28:47.463 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class SyncNoWaitTest 
01:28:47.474 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:28:47.474 [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... 
01:28:47.475 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BehaviorBaseTest 
01:28:47.476 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:47.476 [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... 
01:28:47.476 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest 
01:28:47.480 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:47.480 [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... 
01:28:47.480 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:47.482 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:47.482 [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... 
01:28:47.482 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:47.483 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:47.484 [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 
01:28:47.484 [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} 
01:28:47.484 [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] 
01:28:47.484 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:47.485 [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] 
01:28:47.485 [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] 
01:28:47.485 [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]] 
01:28:47.485 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:47.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:47.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:47.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:47.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:47.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:47.486 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:47.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:47.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:47.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:47.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
01:28:47.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:28:47.487 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:28:47.488 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:28:47.488 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:28:47.488 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:28:47.488 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:28:47.488 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:28:47.488 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:28:47.489 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:28:47.496 [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 
01:28:47.496 [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.* 
01:28:47.499 [BundleStart #18] 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)] 
01:28:47.500 [BundleStart #18] 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 
01:28:47.500 [BundleStart #18] 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)] 
01:28:47.501 [BundleStart #18] 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)] 
01:28:47.501 [BundleStart #18] 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 
01:28:47.501 [BundleStart #18] 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) 
01:28:47.501 [BundleStart #18] 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)] 
01:28:47.502 [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 
01:28:47.502 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:47.504 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:47.505 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:47.506 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:47.507 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:47.507 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:47.508 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:47.508 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:47.509 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:47.510 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:47.510 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:47.511 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:47.511 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:47.512 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:47.512 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:47.513 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:47.513 [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. 
01:28:47.514 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:47.514 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:47.515 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:47.516 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 
01:28:47.530 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
01:28:47.530 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:28:47.531 [main]            INFO  o.e.g.b.i.c.SyncNoWaitTest:190 - Loading context for locations:  
01:28:47.544 [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 [Sat May 04 01:28:47 UTC 2024]; root of context hierarchy 
01:28:47.550 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:47.568 [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@5aa9e4eb: defining beans []; root of factory hierarchy 
01:28:47.578 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:47.578 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:47.580 [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} 
01:28:47.580 [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] 
01:28:47.584 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 
01:28:47.584 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 
01:28:47.586 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 
01:28:47.589 [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 [Sat May 04 01:28:47 UTC 2024]; root of context hierarchy] 
01:28:47.591 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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} 
01:28:47.593 [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} 
01:28:47.628 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:47.648 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 
01:28:47.649 [BundleStart #19] 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 
01:28:47.650 [BundleStart #19] 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)] 
01:28:47.650 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 
01:28:47.651 [BundleStart #19] 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 
01:28:47.651 [BundleStart #19] 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) 
01:28:47.651 [BundleStart #19] 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)] 
01:28:47.652 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:47.653 [BundleStart #19] 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 
01:28:47.654 [BundleStart #19] 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)] 
01:28:47.656 [BundleStart #19] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@652aec23 
01:28:47.657 [BundleStart #19] 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 [Sat May 04 01:28:47 UTC 2024]; root of context hierarchy 
01:28:47.657 [BundleStart #19] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:47.669 [BundleStart #19] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:47.704 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:47.704 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:47.705 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:47.705 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:47.783 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:47.783 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:47.825 [BundleStart #19] 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@7aaec011: defining beans [shape,user]; root of factory hierarchy 
01:28:47.825 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:47.825 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:47.826 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:28:47.826 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:28:47.834 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@53a90536] 
01:28:47.835 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@89daa43] 
01:28:47.862 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:28:47.862 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)]  in=[(objectClass=java.awt.Shape)] 
01:28:47.864 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:47.871 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:47.882 [BundleStart #19] 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 
01:28:47.883 [BundleStart #19] 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 
01:28:47.883 [BundleStart #19] 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 
01:28:47.884 [BundleStart #19] 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 
01:28:47.885 [BundleStart #19] 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 
01:28:47.889 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:28:47.890 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:28:47.891 [BundleStart #19] 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 
01:28:47.891 [BundleStart #19] 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 
01:28:47.898 [BundleStart #19] 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 [Sat May 04 01:28:47 UTC 2024]; root of context hierarchy 
01:28:47.899 [BundleStart #19] 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@1e6d5a35] 
01:28:48.199 [BundleStart #19] 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 [Sat May 04 01:28:47 UTC 2024]; root of context hierarchy 
01:28:48.200 [BundleStart #19] 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@1e6d5a35] 
01:28:48.202 [BundleStart #19] 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 [bundle://19/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 
01:28:48.203 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:48.207 [BundleStart #19] 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 [bundle://19/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.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:454)
	at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:288)
	at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:470)
	at org.knopflerfish.framework.BundleThread.run(BundleThread.java:145)
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)
	... 25 common frames omitted

01:28:48.209 [BundleStart #19] 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 [bundle://19/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.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:454)
	at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:288)
	at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:470)
	at org.knopflerfish.framework.BundleThread.run(BundleThread.java:145)
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)
	... 25 common frames omitted

01:28:48.211 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  5 for bundle BundleImpl[id=19] 
01:28:48.220 [BundleStart #19] WARN  o.e.g.b.e.i.a.ContextLoaderListener$ContextBundleListener:90 - Got exception while handling event org.osgi.framework.BundleEvent[source=BundleImpl[id=19]] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'user' defined in URL [bundle://19/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.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:454)
	at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:288)
	at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:470)
	at org.knopflerfish.framework.BundleThread.run(BundleThread.java:145)
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)
	... 25 common frames omitted

01:28:48.223 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:28:48.224 [BundleStart #20] 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 
01:28:48.224 [BundleStart #20] 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)] 
01:28:48.225 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:28:48.225 [BundleStart #20] 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 
01:28:48.226 [BundleStart #20] 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) 
01:28:48.226 [BundleStart #20] 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)] 
01:28:48.227 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:48.227 [BundleStart #20] 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 
01:28:48.227 [BundleStart #20] 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)] 
01:28:48.230 [BundleStart #20] 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)] 
01:28:48.230 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:48.230 [BundleStart #20] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@652aec23 
01:28:48.230 [BundleStart #20] 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) 
01:28:48.231 [BundleStart #20] 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) 
01:28:48.231 [BundleStart #20] 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 [Sat May 04 01:28:48 UTC 2024]; root of context hierarchy 
01:28:48.232 [BundleStart #20] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:48.233 [BundleStart #20] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 
01:28:48.237 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:48.237 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:48.238 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:48.238 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:48.273 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:48.273 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:48.286 [BundleStart #20] 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@1c09cfca: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
01:28:48.287 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:48.287 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:48.287 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:28:48.287 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:28:48.289 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:48.292 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@1c09cfca: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
01:28:48.292 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:48.292 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@8a090e1 
01:28:48.293 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:48.293 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:48.293 [BundleStart #20] 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) 
01:28:48.294 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:48.294 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:48.294 [BundleStart #20] 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) 
01:28:48.294 [BundleStart #20] 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) 
01:28:48.294 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:48.295 [BundleStart #20] 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) 
01:28:48.296 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4d7adc30] 
01:28:48.296 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@c29f] 
01:28:48.302 [BundleStart #20] 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 
01:28:48.303 [BundleStart #20] 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:{} 
01:28:48.303 [BundleStart #20] 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:[] 
01:28:48.304 [BundleStart #20] 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} 
01:28:48.305 [BundleStart #20] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 
01:28:48.306 [BundleStart #20] 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 
01:28:48.306 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2bb4f529] 
01:28:48.307 [BundleStart #20] 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 [Sat May 04 01:28:48 UTC 2024]; root of context hierarchy] 
01:28:48.307 [BundleStart #20] 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} 
01:28:48.308 [BundleStart #20] 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} 
01:28:48.309 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:28:48.310 [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 
01:28:48.311 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:48.311 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 
01:28:52.312 [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 
01:28:52.313 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:52.313 [main]            TRACE o.e.g.b.i.c.SyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 
01:28:52.314 [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.788 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest
01:28:52.318 [Thread-0]        INFO  o.e.g.b.i.c.SyncNoWaitTest:471 - Shutting down OSGi platform 
01:28:52.319 [Thread-3]        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) 
01:28:52.385 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:52.386 [Thread-3]        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 [Sat May 04 01:28:47 UTC 2024]; root of context hierarchy 
01:28:52.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:52.386 [Thread-3]        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 [Sat May 04 01:28:47 UTC 2024]; root of context hierarchy] 
01:28:52.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:52.386 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:52.387 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:52.387 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 
01:28:52.388 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:52.389 [Framework shutdown] 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 
01:28:52.389 [Framework shutdown] 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 
01:28:52.390 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 
01:28:52.391 [Framework shutdown] 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 
01:28:52.392 [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) 
01:28:52.393 [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@652aec23 
01:28:52.393 [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) 
01:28:52.393 [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) 
01:28:52.393 [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) 
01:28:52.394 [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 [Sat May 04 01:28:48 UTC 2024]; root of context hierarchy 
01:28:52.394 [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 [Sat May 04 01:28:48 UTC 2024]; root of context hierarchy] 
01:28:52.394 [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] 
01:28:52.394 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@191df638] 
01:28:52.395 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:52.395 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:52.395 [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@652aec23 
01:28:52.396 [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 
01:28:52.396 [Framework shutdown] 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 
01:28:52.396 [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) 
01:28:52.396 [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@652aec23 
01:28:52.396 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:52.397 [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@652aec23 
01:28:52.397 [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 
01:28:52.397 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:52.397 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:52.399 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@751fe56c 
01:28:52.399 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@7bd815bf 
01:28:52.399 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:52.400 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:52.400 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:52.401 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:53,101 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:53,233 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:53,236 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:53,267 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:53,308 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:53,310 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:53,316 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:53,327 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:28:53,334 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:53,334 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:53,357 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:53,357 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:53,358 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:53,358 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:53,358 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:53,358 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:53,359 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:53,359 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:53,359 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:53,359 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:53,359 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:53,360 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:53,360 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:53,360 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:53,360 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:53,361 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:53,361 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:53,362 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest
01:28:53.491 [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.KnopflerfishPlatform 
01:28:53.496 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:85 - Instantiating platform wrapper... 
01:28:53.509 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8055150318682697490kf 
01:28:53.509 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:215 - About to start Knopflerfish OSGi Platform 
01:28:53.618 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:53.622 [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=} 
01:28:53.623 [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} 
01:28:53.624 [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} 
01:28:53.625 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:53.756 [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] 
01:28:53.772 [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] 
01:28:53.777 [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] 
01:28:53.779 [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] 
01:28:53.788 [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] 
01:28:53.799 [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] 
01:28:53.801 [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] 
01:28:53.805 [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] 
01:28:53.811 [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] 
01:28:53.817 [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] 
01:28:53.835 [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] 
01:28:53.837 [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] 
01:28:53.842 [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] 
01:28:53.864 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:53.866 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:53.871 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:53.875 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:53.898 [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] 
01:28:53.906 [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] 
01:28:53.912 [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] 
01:28:53.914 [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] 
01:28:53.915 [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] 
01:28:53.915 [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] 
01:28:53.916 [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] 
01:28:53.919 [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] 
01:28:53.923 [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] 
01:28:53.924 [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] 
01:28:53.930 [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] 
01:28:53.931 [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] 
01:28:53.932 [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] 
01:28:53.935 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:53.936 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:53.938 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:53,982 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:54,024 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:54,027 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:54,038 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:54,065 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:54,067 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:54,071 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:54,078 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@167beab0 - No compression will be used
01:28:54,083 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:54,083 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:54,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:54,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:54,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:54,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:54,086 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:54,086 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:54,086 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:54,086 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:54,086 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:54,087 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:54,087 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:54,087 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:54,087 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:54,087 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:54,087 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:54,088 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:54,088 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:54,089 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@584a72c5 - Registering current configuration as safe fallback point
01:28:54.102 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:54.113 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:54.265 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:54.266 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:28:54.270 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:28:54.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:28:54.279 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:54.281 [BundleStart #16] 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 
01:28:54.281 [BundleStart #16] 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) 
01:28:54.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:54.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:54.288 [BundleStart #16] 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 
01:28:54.288 [BundleStart #16] 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) 
01:28:54.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:54.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:54.290 [BundleStart #16] 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 
01:28:54.290 [BundleStart #16] 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) 
01:28:54.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:54.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:54.291 [BundleStart #16] 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 
01:28:54.291 [BundleStart #16] 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) 
01:28:54.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:54.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:54.293 [BundleStart #16] 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 
01:28:54.293 [BundleStart #16] 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) 
01:28:54.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:54.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:54.294 [BundleStart #16] 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 
01:28:54.295 [BundleStart #16] 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) 
01:28:54.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:54.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:54.296 [BundleStart #16] 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 
01:28:54.296 [BundleStart #16] 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) 
01:28:54.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:54.297 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:54.297 [BundleStart #16] 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 
01:28:54.298 [BundleStart #16] 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) 
01:28:54.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:54.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:54.299 [BundleStart #16] 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 
01:28:54.299 [BundleStart #16] 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) 
01:28:54.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:54.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:54.301 [BundleStart #16] 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 
01:28:54.301 [BundleStart #16] 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) 
01:28:54.301 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:54.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:54.303 [BundleStart #16] 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 
01:28:54.303 [BundleStart #16] 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) 
01:28:54.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:54.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:54.304 [BundleStart #16] 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 
01:28:54.304 [BundleStart #16] 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) 
01:28:54.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:54.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:54.306 [BundleStart #16] 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 
01:28:54.306 [BundleStart #16] 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) 
01:28:54.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:54.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:54.307 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:28:54.307 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:28:54.307 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:54.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:54.308 [BundleStart #16] 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 
01:28:54.308 [BundleStart #16] 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) 
01:28:54.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:54.309 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:54.311 [BundleStart #16] 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 
01:28:54.311 [BundleStart #16] 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) 
01:28:54.311 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:54.320 [BundleStart #16] 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)] 
01:28:54.320 [BundleStart #16] 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)] 
01:28:54.323 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:28:54.323 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:28:54.327 [BundleStart #16] 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)] 
01:28:54.329 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:54.330 [BundleStart #16] 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@18062141 w/ reference null 
01:28:54.330 [BundleStart #16] 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@18062141 w/ reference null 
01:28:54.331 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:28:54.335 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:54.345 [BundleStart #16] 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 
01:28:54.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:28:54.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:54.349 [BundleStart #16] 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 
01:28:54.350 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:28:54.350 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:54.352 [BundleStart #16] 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 
01:28:54.352 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:28:54.352 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:54.353 [BundleStart #16] 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 
01:28:54.353 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:28:54.354 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:54.355 [BundleStart #16] 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 
01:28:54.356 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:28:54.356 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:54.358 [BundleStart #16] 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 
01:28:54.358 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:28:54.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:54.359 [BundleStart #16] 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 
01:28:54.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:28:54.360 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:54.361 [BundleStart #16] 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 
01:28:54.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:28:54.362 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:54.363 [BundleStart #16] 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 
01:28:54.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:28:54.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:54.365 [BundleStart #16] 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 
01:28:54.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:28:54.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:54.367 [BundleStart #16] 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 
01:28:54.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:28:54.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:28:54.368 [BundleStart #16] 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 
01:28:54.368 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:28:54.368 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:54.370 [BundleStart #16] 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 
01:28:54.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:28:54.371 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:28:54.372 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:28:54.372 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:28:54.372 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:54.373 [BundleStart #16] 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 
01:28:54.373 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:28:54.374 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:54.377 [BundleStart #16] 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 
01:28:54.377 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:28:54.378 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:54.385 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:54.386 [BundleStart #17] 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 
01:28:54.386 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:54.387 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:54.387 [BundleStart #17] 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 
01:28:54.388 [BundleStart #17] 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) 
01:28:54.388 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:28:54.390 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest-bundle.properties was not found; using defaults 
01:28:54.390 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:511 - Post processing: creating test bundle 
01:28:54.404 [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] 
01:28:54.404 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:202 - Automatically creating Manifest for the test bundle 
01:28:54.405 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:366 - Using the test class for generating bundle imports 
01:28:54.407 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:28:54.407 [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... 
01:28:54.411 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class SyncWaitWithoutDependencyTest 
01:28:54.422 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:28:54.422 [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... 
01:28:54.423 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BehaviorBaseTest 
01:28:54.424 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:54.424 [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... 
01:28:54.425 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest 
01:28:54.429 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:54.429 [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... 
01:28:54.429 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:28:54.430 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:54.431 [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... 
01:28:54.431 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:28:54.432 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:28:54.432 [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 
01:28:54.432 [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} 
01:28:54.433 [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] 
01:28:54.433 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:28:54.433 [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] 
01:28:54.434 [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] 
01:28:54.434 [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]] 
01:28:54.435 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:28:54.435 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:28:54.435 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:28:54.435 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:28:54.436 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:28:54.436 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:28:54.436 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:28:54.436 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:28:54.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:28:54.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:28:54.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
01:28:54.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:28:54.437 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:28:54.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:28:54.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:28:54.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:28:54.438 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:28:54.439 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:28:54.439 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:28:54.439 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:28:54.447 [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 
01:28:54.447 [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.* 
01:28:54.458 [BundleStart #18] 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)] 
01:28:54.458 [BundleStart #18] 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 
01:28:54.459 [BundleStart #18] 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)] 
01:28:54.459 [BundleStart #18] 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)] 
01:28:54.459 [BundleStart #18] 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 
01:28:54.459 [BundleStart #18] 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) 
01:28:54.460 [BundleStart #18] 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)] 
01:28:54.460 [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 
01:28:54.460 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:28:54.462 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:28:54.463 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:28:54.464 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:28:54.464 [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. 
01:28:54.465 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:28:54.465 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:28:54.466 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:28:54.466 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:28:54.467 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:28:54.467 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:28:54.468 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:28:54.468 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:28:54.469 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:28:54.469 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:28:54.469 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:28:54.470 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:28:54.471 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:28:54.471 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:28:54.472 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:28:54.473 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:364 - Writing test name [testBehaviour] to OSGi 
01:28:54.487 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
01:28:54.487 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:28:54.488 [main]            INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:190 - Loading context for locations:  
01:28:54.501 [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 [Sat May 04 01:28:54 UTC 2024]; root of context hierarchy 
01:28:54.507 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:28:54.526 [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@5aa9e4eb: defining beans []; root of factory hierarchy 
01:28:54.536 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:54.537 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:54.538 [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} 
01:28:54.538 [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] 
01:28:54.542 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 
01:28:54.542 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 
01:28:54.545 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 
01:28:54.548 [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 [Sat May 04 01:28:54 UTC 2024]; root of context hierarchy] 
01:28:54.550 [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} 
01:28:54.552 [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} 
01:28:54.590 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:54.603 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
01:28:54.604 [BundleStart #19] 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 
01:28:54.605 [BundleStart #19] 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)] 
01:28:54.605 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
01:28:54.605 [BundleStart #19] 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 
01:28:54.606 [BundleStart #19] 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) 
01:28:54.606 [BundleStart #19] 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)] 
01:28:54.607 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:54.608 [BundleStart #19] 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 
01:28:54.609 [BundleStart #19] 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)] 
01:28:54.611 [BundleStart #19] 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)] 
01:28:54.611 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:54.612 [BundleStart #19] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@72b3291d 
01:28:54.612 [BundleStart #19] 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) 
01:28:54.612 [BundleStart #19] 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) 
01:28:54.613 [BundleStart #19] 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 [Sat May 04 01:28:54 UTC 2024]; root of context hierarchy 
01:28:54.613 [BundleStart #19] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:54.625 [BundleStart #19] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:54.658 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:54.659 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:54.660 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:54.660 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:54.756 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:54.757 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:54.797 [BundleStart #19] 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@4e3e93f4: defining beans [shape]; root of factory hierarchy 
01:28:54.797 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:54.798 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:54.798 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:28:54.798 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:28:54.799 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:54.803 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@4e3e93f4: defining beans [shape]; root of factory hierarchy] 
01:28:54.804 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:54.804 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@246c0359 
01:28:54.804 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 
01:28:54.805 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:54.829 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:28:54.829 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)]  in=[(objectClass=java.awt.Shape)] 
01:28:54.831 [BundleStart #19] 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] 
01:28:54.832 [BundleStart #19] 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)] 
01:28:54.832 [BundleStart #19] 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) 
01:28:54.832 [BundleStart #19] 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]] 
01:28:54.833 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 
01:28:54.833 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&shape] 
01:28:54.833 [BundleStart #19] 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) 
01:28:54.833 [BundleStart #19] 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) 
01:28:54.838 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:28:54.839 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:54.840 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [syncCounterWait] incremented to 1 
01:28:54.840 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:274 - Synchronous wait-for-dependencies; waiting... 
01:28:56.840 [BundleStart #19] 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) 
01:28:56.841 [BundleStart #19] 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)] 
01:28:56.845 [BundleStart #19] 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.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:454)
	at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:288)
	at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:470)
	at org.knopflerfish.framework.BundleThread.run(BundleThread.java:145)

01:28:56.846 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  5 for bundle BundleImpl[id=19] 
01:28:56.846 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:56.847 [BundleStart #19] 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) 
01:28:56.847 [BundleStart #19] 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) 
01:28:56.847 [BundleStart #19] 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) 
01:28:56.848 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:56.848 [BundleStart #19] 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.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:454)
	at org.knopflerfish.framework.Listeners.bundleChanged(Listeners.java:288)
	at org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:470)
	at org.knopflerfish.framework.BundleThread.run(BundleThread.java:145)

01:28:56.858 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:28:56.859 [BundleStart #20] 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 
01:28:56.859 [BundleStart #20] 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)] 
01:28:56.859 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:28:56.860 [BundleStart #20] 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 
01:28:56.860 [BundleStart #20] 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) 
01:28:56.860 [BundleStart #20] 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)] 
01:28:56.861 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:56.861 [BundleStart #20] 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 
01:28:56.861 [BundleStart #20] 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)] 
01:28:56.862 [BundleStart #20] 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)] 
01:28:56.862 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:28:56.862 [BundleStart #20] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@72b3291d 
01:28:56.862 [BundleStart #20] 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) 
01:28:56.862 [BundleStart #20] 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) 
01:28:56.862 [BundleStart #20] 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 [Sat May 04 01:28:56 UTC 2024]; root of context hierarchy 
01:28:56.863 [BundleStart #20] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:56.864 [BundleStart #20] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 
01:28:56.867 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:56.868 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:56.868 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:56.869 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:56.902 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:56.903 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:56.916 [BundleStart #20] 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@439af6fa: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
01:28:56.917 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:56.917 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:56.917 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:28:56.917 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:28:56.919 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:56.919 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@439af6fa: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
01:28:56.919 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:56.919 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@246c0359 
01:28:56.920 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:28:56.920 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:56.920 [BundleStart #20] 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) 
01:28:56.920 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:28:56.921 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:56.921 [BundleStart #20] 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) 
01:28:56.921 [BundleStart #20] 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) 
01:28:56.957 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:56.957 [BundleStart #20] 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) 
01:28:56.958 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7682cef3] 
01:28:56.959 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@76475aad] 
01:28:56.964 [BundleStart #20] 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 
01:28:56.965 [BundleStart #20] 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:{} 
01:28:56.965 [BundleStart #20] 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:[] 
01:28:56.966 [BundleStart #20] 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} 
01:28:56.966 [BundleStart #20] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 
01:28:56.967 [BundleStart #20] 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 
01:28:56.968 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@38a9c00f] 
01:28:56.968 [BundleStart #20] 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 [Sat May 04 01:28:56 UTC 2024]; root of context hierarchy] 
01:28:56.969 [BundleStart #20] 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} 
01:28:56.970 [BundleStart #20] 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} 
01:28:56.970 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:28:56.971 [main]            TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.springframework.osgi.iandt.config-opt.sync-wait] incremented to 1 
01:28:56.972 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:28:56.972 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
01:28:57.973 [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 
01:28:57.973 [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 
01:28:57.974 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@24686e07} 
01:28:57.974 [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 
01:28:57.975 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-tail 
01:28:57.975 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 
01:28:57.977 [BundleStop #19]  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 
01:28:57.978 [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) 
01:28:57.979 [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@72b3291d 
01:28:57.979 [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@72b3291d 
01:28:57.979 [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 
01:28:57.980 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3ec54d91 
01:28:57.980 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
01:28:57.981 [BundleStart #19] 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 
01:28:57.981 [BundleStart #19] 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)] 
01:28:57.982 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
01:28:57.982 [BundleStart #19] 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 
01:28:57.982 [BundleStart #19] 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) 
01:28:57.983 [BundleStart #19] 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)] 
01:28:57.983 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:28:57.983 [BundleStart #19] 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 
01:28:57.984 [BundleStart #19] 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)] 
01:28:57.984 [BundleStart #19] 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)] 
01:28:57.984 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:28:57.984 [BundleStart #19] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@72b3291d 
01:28:57.984 [BundleStart #19] 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) 
01:28:57.984 [BundleStart #19] 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) 
01:28:57.985 [BundleStart #19] 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 [Sat May 04 01:28:57 UTC 2024]; root of context hierarchy 
01:28:57.985 [BundleStart #19] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:28:57.986 [BundleStart #19] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:28:57.989 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:57.990 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:28:57.990 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:57.991 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:28:58.015 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:58.015 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:28:58.024 [BundleStart #19] 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@49f4c052: defining beans [shape]; root of factory hierarchy 
01:28:58.025 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:28:58.025 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:28:58.025 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:28:58.025 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:28:58.026 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:28:58.026 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@49f4c052: defining beans [shape]; root of factory hierarchy] 
01:28:58.027 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:28:58.027 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@246c0359 
01:28:58.027 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 
01:28:58.027 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:28:58.029 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:28:58.029 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)]  in=[(objectClass=java.awt.Shape)] 
01:28:58.029 [BundleStart #19] 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] 
01:28:58.029 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 
01:28:58.030 [BundleStart #19] 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) 
01:28:58.030 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 
01:28:58.030 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:28:58.030 [BundleStart #19] 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) 
01:28:58.030 [BundleStart #19] 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) 
01:28:58.031 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:28:58.031 [BundleStart #19] 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) 
01:28:58.031 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:28:58.038 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:28:58.119 [BundleStart #19] 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 
01:28:58.120 [BundleStart #19] 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 
01:28:58.121 [BundleStart #19] 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 
01:28:58.121 [BundleStart #19] 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 
01:28:58.122 [BundleStart #19] 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 
01:28:58.127 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@49082e83] 
01:28:58.127 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@349b6ad6] 
01:28:58.128 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:28:58.128 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@49babce9} 
01:28:58.129 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49babce9] bound to proxy 
01:28:58.129 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49babce9] bound to proxy 
01:28:58.129 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@57a6fc08] 
01:28:58.130 [BundleStart #19] 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 [Sat May 04 01:28:57 UTC 2024]; root of context hierarchy] 
01:28:58.130 [BundleStart #19] 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} 
01:28:58.131 [BundleStart #19] 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} 
01:28:58.132 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:28:58.132 [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 
01:28:58.132 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6810c330} 
01:28:58.133 [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 
01:28:58.133 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
01:28:58.133 [main]            DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
01:28:58.133 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:28:58.134 [main]            TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:440 - Reading OSGi results for test [testBehaviour] 
01:28:58.135 [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.649 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest
01:28:58.140 [Thread-0]        INFO  o.e.g.b.i.c.SyncWaitWithoutDependencyTest:471 - Shutting down OSGi platform 
01:28:58.140 [Thread-3]        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) 
01:28:58.141 [Thread-3]        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 [Sat May 04 01:28:54 UTC 2024]; root of context hierarchy 
01:28:58.141 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:58.141 [Thread-3]        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 [Sat May 04 01:28:54 UTC 2024]; root of context hierarchy] 
01:28:58.141 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:28:58.141 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:58.141 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:58.142 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:28:58.142 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 
01:28:58.143 [Framework shutdown] 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 
01:28:58.143 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:58.144 [Framework shutdown] 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 
01:28:58.144 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 
01:28:58.145 [Framework shutdown] 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 
01:28:58.145 [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) 
01:28:58.146 [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@72b3291d 
01:28:58.146 [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) 
01:28:58.146 [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) 
01:28:58.156 [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) 
01:28:58.157 [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 [Sat May 04 01:28:56 UTC 2024]; root of context hierarchy 
01:28:58.157 [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 [Sat May 04 01:28:56 UTC 2024]; root of context hierarchy] 
01:28:58.158 [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] 
01:28:58.158 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49babce9] was unregistered and unbound from the service proxy 
01:28:58.159 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49babce9] was unregistered and unbound from the service proxy 
01:28:58.159 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@49babce9] 
01:28:58.160 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:58.160 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:28:58.160 [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@72b3291d 
01:28:58.160 [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 
01:28:58.161 [Framework shutdown] 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 
01:28:58.161 [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) 
01:28:58.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@72b3291d 
01:28:58.161 [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) 
01:28:58.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.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 
01:28:58.162 [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) 
01:28:58.162 [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 [Sat May 04 01:28:57 UTC 2024]; root of context hierarchy 
01:28:58.162 [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 [Sat May 04 01:28:57 UTC 2024]; root of context hierarchy] 
01:28:58.163 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:28:58.163 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:28:58.163 [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@72b3291d 
01:28:58.163 [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 
01:28:58.164 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:28:58.164 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:28:58.165 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3002a439 
01:28:58.165 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@343d26e1 
01:28:58.165 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:28:58.166 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:28:58.166 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:28:58.167 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:28:58,871 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:59,000 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:59,004 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:59,028 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:59,072 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:59,074 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:59,080 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:59,091 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:28:59,098 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:59,098 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:59,100 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:59,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:59,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:59,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:59,101 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:59,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
01:28:59,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
01:28:59,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:59,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:59,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:59,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:59,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:59,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:59,102 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:59,103 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:59,103 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:59,104 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:59,105 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest
01:28:59.234 [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.KnopflerfishPlatform 
01:28:59.239 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:85 - Instantiating platform wrapper... 
01:28:59.252 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2370540682005284290kf 
01:28:59.253 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:215 - About to start Knopflerfish OSGi Platform 
01:28:59.373 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:28:59.377 [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=} 
01:28:59.378 [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} 
01:28:59.379 [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} 
01:28:59.380 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:28:59.515 [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] 
01:28:59.530 [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] 
01:28:59.536 [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] 
01:28:59.538 [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] 
01:28:59.546 [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] 
01:28:59.558 [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] 
01:28:59.560 [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] 
01:28:59.564 [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] 
01:28:59.568 [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] 
01:28:59.574 [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] 
01:28:59.592 [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] 
01:28:59.594 [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] 
01:28:59.599 [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] 
01:28:59.613 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:59.616 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:59.621 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:59.625 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:59.657 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:59.674 [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] 
01:28:59.682 [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] 
01:28:59.686 [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] 
01:28:59.688 [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] 
01:28:59.689 [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] 
01:28:59.690 [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] 
01:28:59.691 [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] 
01:28:59.693 [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] 
01:28:59.697 [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] 
01:28:59.698 [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] 
01:28:59.705 [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] 
01:28:59.706 [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] 
01:28:59.706 [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] 
01:28:59.710 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:59.712 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:59.714 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:28:59,742 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:28:59,782 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:59,784 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:28:59,795 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:59,820 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:28:59,822 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:28:59,826 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:59,833 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2815d55c - No compression will be used
01:28:59,838 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:28:59,838 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:28:59,840 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:28:59,840 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:28:59,840 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:28:59,840 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:28:59,841 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:28:59,841 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:28:59,841 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:28:59,841 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:28:59,841 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:28:59,841 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:28:59,842 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:28:59,842 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:28:59,842 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:28:59,842 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:59,842 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:28:59,843 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:28:59,843 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:59,844 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4f7aceb2 - Registering current configuration as safe fallback point
01:28:59.857 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:28:59.868 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:00.039 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:00.040 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:00.045 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:00.049 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:00.058 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:00.060 [BundleStart #16] 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 
01:29:00.060 [BundleStart #16] 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) 
01:29:00.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:00.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:00.062 [BundleStart #16] 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 
01:29:00.063 [BundleStart #16] 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) 
01:29:00.063 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:00.063 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:00.064 [BundleStart #16] 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 
01:29:00.065 [BundleStart #16] 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) 
01:29:00.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:00.065 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:00.066 [BundleStart #16] 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 
01:29:00.066 [BundleStart #16] 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) 
01:29:00.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:00.066 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:00.067 [BundleStart #16] 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 
01:29:00.067 [BundleStart #16] 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) 
01:29:00.068 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:00.068 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:00.069 [BundleStart #16] 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 
01:29:00.069 [BundleStart #16] 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) 
01:29:00.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:00.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:00.070 [BundleStart #16] 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 
01:29:00.071 [BundleStart #16] 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) 
01:29:00.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:00.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:00.072 [BundleStart #16] 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 
01:29:00.072 [BundleStart #16] 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) 
01:29:00.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:00.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:00.073 [BundleStart #16] 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 
01:29:00.074 [BundleStart #16] 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) 
01:29:00.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:00.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:00.075 [BundleStart #16] 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 
01:29:00.075 [BundleStart #16] 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) 
01:29:00.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:00.076 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:00.077 [BundleStart #16] 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 
01:29:00.077 [BundleStart #16] 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) 
01:29:00.077 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:00.077 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:00.078 [BundleStart #16] 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 
01:29:00.078 [BundleStart #16] 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) 
01:29:00.078 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:00.079 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:00.080 [BundleStart #16] 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 
01:29:00.080 [BundleStart #16] 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) 
01:29:00.080 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:00.080 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:00.081 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:00.081 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:00.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:00.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:00.082 [BundleStart #16] 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 
01:29:00.082 [BundleStart #16] 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) 
01:29:00.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:00.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:00.084 [BundleStart #16] 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 
01:29:00.084 [BundleStart #16] 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) 
01:29:00.084 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:00.094 [BundleStart #16] 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)] 
01:29:00.094 [BundleStart #16] 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)] 
01:29:00.097 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:00.098 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:00.101 [BundleStart #16] 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)] 
01:29:00.103 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:00.104 [BundleStart #16] 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@3c384c7b w/ reference null 
01:29:00.104 [BundleStart #16] 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@3c384c7b w/ reference null 
01:29:00.105 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:00.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:00.119 [BundleStart #16] 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 
01:29:00.120 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:00.120 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:00.123 [BundleStart #16] 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 
01:29:00.123 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:00.123 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:00.125 [BundleStart #16] 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 
01:29:00.126 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:00.126 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:00.126 [BundleStart #16] 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 
01:29:00.127 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:00.127 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:00.128 [BundleStart #16] 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 
01:29:00.129 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:00.129 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:00.131 [BundleStart #16] 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 
01:29:00.131 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:00.132 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:00.132 [BundleStart #16] 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 
01:29:00.133 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:00.133 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:00.134 [BundleStart #16] 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 
01:29:00.134 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:00.134 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:00.135 [BundleStart #16] 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 
01:29:00.136 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:00.136 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:00.137 [BundleStart #16] 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 
01:29:00.138 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:00.138 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:00.139 [BundleStart #16] 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 
01:29:00.140 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:00.140 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:00.141 [BundleStart #16] 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 
01:29:00.141 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:00.141 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:00.143 [BundleStart #16] 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 
01:29:00.144 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:00.144 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:00.157 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:00.157 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:00.157 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:00.158 [BundleStart #16] 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 
01:29:00.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:00.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:00.162 [BundleStart #16] 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 
01:29:00.162 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:00.163 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:00.170 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:00.171 [BundleStart #17] 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 
01:29:00.171 [BundleStart #17] 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) 
01:29:00.171 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:00.171 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:00.173 [BundleStart #17] 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 
01:29:00.173 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:00.173 [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-knopflerfish/integration-tests/bundles/config.file.with.dots.bundle/target/config-with-dots.bundle-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:00.174 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 
01:29:00.175 [BundleStart #18] 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 
01:29:00.175 [BundleStart #18] 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) 
01:29:00.175 [BundleStart #18] 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)] 
01:29:00.184 [BundleStart #18] 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... 
01:29:00.186 [BundleStart #18] 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 
01:29:00.186 [BundleStart #18] 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)] 
01:29:00.188 [BundleStart #18] 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)] 
01:29:00.189 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:29:00.190 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Configuration File with Dots (org.springframework.osgi.iandt.config.with.dots)] 
01:29:00.190 [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@7e06c988 
01:29:00.190 [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) 
01:29:00.190 [BundleStart #18] 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 
01:29:00.190 [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) 
01:29:00.191 [BundleStart #18] 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)] 
01:29:00.193 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest-bundle.properties was not found; using defaults 
01:29:00.193 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:511 - Post processing: creating test bundle 
01:29:00.196 [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 [Sat May 04 01:29:00 UTC 2024]; root of context hierarchy 
01:29:00.203 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:00.207 [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] 
01:29:00.208 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:202 - Automatically creating Manifest for the test bundle 
01:29:00.209 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:366 - Using the test class for generating bundle imports 
01:29:00.210 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:29:00.211 [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... 
01:29:00.214 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class ConfigFileWithDotsTest 
01:29:00.225 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:00.226 [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... 
01:29:00.226 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest 
01:29:00.230 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:00.230 [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... 
01:29:00.231 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:00.232 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:00.233 [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... 
01:29:00.233 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:00.234 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:00.234 [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 
01:29:00.234 [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} 
01:29:00.235 [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] 
01:29:00.235 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/config.file.with.dots.xml] 
01:29:00.235 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:00.235 [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] 
01:29:00.235 [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] 
01:29:00.236 [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]] 
01:29:00.236 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:00.236 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:00.256 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:00.257 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:00.257 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:00.257 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:00.257 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:00.257 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:00.258 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:00.258 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:00.258 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
01:29:00.258 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:29:00.258 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:29:00.258 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:29:00.259 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:29:00.259 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:29:00.259 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:29:00.259 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:29:00.259 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:29:00.260 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:29:00.267 [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 
01:29:00.267 [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.* 
01:29:00.270 [BundleStart #19] 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)] 
01:29:00.271 [BundleStart #19] 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 
01:29:00.271 [BundleStart #19] 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) 
01:29:00.271 [BundleStart #19] 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)] 
01:29:00.271 [BundleStart #19] 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)] 
01:29:00.272 [BundleStart #19] 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 
01:29:00.272 [BundleStart #19] 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)] 
01:29:00.272 [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 
01:29:00.273 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:29:00.275 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:29:00.277 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:29:00.279 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:29:00.280 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:29:00.281 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:29:00.282 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:29:00.283 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:29:00.284 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:29:00.285 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:29:00.285 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:29:00.286 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:29:00.287 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:29:00.288 [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 
01:29:00.289 [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 
01:29:00.292 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:00.293 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config.with.dots 
01:29:00.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:00.297 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:00.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:00.299 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:00.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:00.419 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:00.487 [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@11abe2eb: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy 
01:29:00.499 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:00.499 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:00.500 [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} 
01:29:00.501 [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] 
01:29:00.511 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:00.515 [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@11abe2eb: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy] 
01:29:00.515 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:00.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@8eec4bd 
01:29:00.516 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:00.516 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:00.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.with.dots, config=osgibundle:/META-INF/spring/*.xml) 
01:29:00.517 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:00.517 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:00.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.with.dots, config=osgibundle:/META-INF/spring/*.xml) 
01:29:00.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.with.dots, config=osgibundle:/META-INF/spring/*.xml) 
01:29:00.517 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:00.518 [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) 
01:29:00.521 [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@12233616] 
01:29:00.521 [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@3f2d1ed1] 
01:29:00.553 [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 
01:29:00.554 [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:{} 
01:29:00.554 [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:[] 
01:29:00.556 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.awt.geom.Area] classes {} 
01:29:00.556 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape}] 
01:29:00.557 [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 
01:29:00.559 [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@1788031c] 
01:29:00.562 [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 [Sat May 04 01:29:00 UTC 2024]; root of context hierarchy] 
01:29:00.564 [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} 
01:29:00.565 [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} 
01:29:00.566 [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 
01:29:00.566 [main]            DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config.with.dots 
01:29:00.568 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:29:00.568 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:29:00.570 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:29:00.571 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:29:00.571 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:29:00.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=18] 
01:29:00.572 [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. 
01:29:00.574 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:29:00.574 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:364 - Writing test name [testShapeServicePublished] to OSGi 
01:29:00.587 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShapeServicePublished] for execution inside OSGi 
01:29:00.588 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testShapeServicePublished] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb0f2b9 
01:29:00.588 [main]            INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:190 - Loading context for locations:  
01:29:00.590 [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 [Sat May 04 01:29:00 UTC 2024]; root of context hierarchy 
01:29:00.590 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:00.591 [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@294425a7: defining beans []; root of factory hierarchy 
01:29:00.591 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:00.591 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:00.592 [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} 
01:29:00.592 [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] 
01:29:00.593 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@59309333] 
01:29:00.593 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5876a9af] 
01:29:00.594 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ec7ffd3] 
01:29:00.594 [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 [Sat May 04 01:29:00 UTC 2024]; root of context hierarchy] 
01:29:00.594 [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} 
01:29:00.595 [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} 
01:29:00.625 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:00.625 [main]            TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:440 - Reading OSGi results for test [testShapeServicePublished] 
01:29:00.626 [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.399 sec - in org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest
01:29:00.632 [Thread-0]        INFO  o.e.g.b.i.c.ConfigFileWithDotsTest:471 - Shutting down OSGi platform 
01:29:00.632 [Thread-3]        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) 
01:29:00.633 [Thread-3]        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 [Sat May 04 01:29:00 UTC 2024]; root of context hierarchy 
01:29:00.633 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:00.633 [Thread-3]        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 [Sat May 04 01:29:00 UTC 2024]; root of context hierarchy] 
01:29:00.633 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 
01:29:00.635 [Framework shutdown] 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 
01:29:00.635 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 
01:29:00.635 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:00.636 [Framework shutdown] 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 
01:29:00.637 [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) 
01:29:00.637 [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@7e06c988 
01:29:00.637 [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) 
01:29:00.638 [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) 
01:29:00.638 [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) 
01:29:00.638 [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 [Sat May 04 01:29:00 UTC 2024]; root of context hierarchy 
01:29:00.638 [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 [Sat May 04 01:29:00 UTC 2024]; root of context hierarchy] 
01:29:00.639 [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] 
01:29:00.639 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@ae8d169] 
01:29:00.640 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:00.641 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:29:00.641 [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@7e06c988 
01:29:00.641 [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 
01:29:00.641 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:00.641 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:00.642 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:00.642 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:00.642 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:00.642 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:00.644 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:29:00.644 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5363f899 
01:29:00.644 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:29:00.645 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:29:00.645 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:01,328 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:01,458 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:01,461 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:01,484 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:01,524 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:01,527 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:01,533 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:01,543 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:29:01,560 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:01,560 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:01,562 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:01,562 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:01,562 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:01,562 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:01,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:01,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:01,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:01,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:01,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:01,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:01,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:01,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:01,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:01,564 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:01,565 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:01,565 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:01,565 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:01,566 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest
01:29:01.683 [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.KnopflerfishPlatform 
01:29:01.688 [main]            TRACE o.e.g.b.i.c.NoPublishTest:85 - Instantiating platform wrapper... 
01:29:01.701 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3701621317222028855kf 
01:29:01.701 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:215 - About to start Knopflerfish OSGi Platform 
01:29:01.810 [main]            INFO  o.e.g.b.i.c.NoPublishTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:29:01.814 [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=} 
01:29:01.815 [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} 
01:29:01.816 [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} 
01:29:01.817 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:01.949 [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] 
01:29:01.965 [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] 
01:29:01.971 [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] 
01:29:01.973 [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] 
01:29:01.981 [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] 
01:29:01.992 [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] 
01:29:01.994 [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] 
01:29:01.999 [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] 
01:29:02.004 [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] 
01:29:02.009 [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] 
01:29:02.028 [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] 
01:29:02.030 [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] 
01:29:02.035 [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] 
01:29:02.060 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:02.063 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:02.067 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:02.071 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:02.087 [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] 
01:29:02.101 [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] 
01:29:02.107 [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] 
01:29:02.109 [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] 
01:29:02.110 [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] 
01:29:02.110 [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] 
01:29:02.111 [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] 
01:29:02.114 [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] 
01:29:02.118 [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] 
01:29:02.118 [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] 
01:29:02.125 [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] 
01:29:02.126 [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] 
01:29:02.127 [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] 
01:29:02.130 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:02.132 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:02.134 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:02,178 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:02,218 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:02,221 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:02,232 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:02,259 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:02,261 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:02,265 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:02,273 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@12545e71 - No compression will be used
01:29:02,278 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:02,278 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:02,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:02,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:02,280 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:02,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:02,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:02,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
01:29:02,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
01:29:02,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:02,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:02,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:02,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:02,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:02,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:02,283 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:02,283 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:02,284 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:02,284 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:02,285 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@62a4e526 - Registering current configuration as safe fallback point
01:29:02.298 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:29:02.309 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:02.475 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:02.476 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:02.480 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:02.484 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:02.488 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:02.490 [BundleStart #16] 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 
01:29:02.490 [BundleStart #16] 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) 
01:29:02.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:02.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:02.497 [BundleStart #16] 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 
01:29:02.497 [BundleStart #16] 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) 
01:29:02.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:02.498 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:02.499 [BundleStart #16] 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 
01:29:02.499 [BundleStart #16] 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) 
01:29:02.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:02.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:02.500 [BundleStart #16] 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 
01:29:02.501 [BundleStart #16] 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) 
01:29:02.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:02.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:02.502 [BundleStart #16] 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 
01:29:02.502 [BundleStart #16] 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) 
01:29:02.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:02.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:02.504 [BundleStart #16] 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 
01:29:02.504 [BundleStart #16] 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) 
01:29:02.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:02.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:02.505 [BundleStart #16] 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 
01:29:02.505 [BundleStart #16] 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) 
01:29:02.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:02.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:02.506 [BundleStart #16] 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 
01:29:02.507 [BundleStart #16] 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) 
01:29:02.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:02.507 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:02.508 [BundleStart #16] 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 
01:29:02.508 [BundleStart #16] 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) 
01:29:02.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:02.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:02.509 [BundleStart #16] 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 
01:29:02.510 [BundleStart #16] 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) 
01:29:02.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:02.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:02.511 [BundleStart #16] 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 
01:29:02.511 [BundleStart #16] 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) 
01:29:02.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:02.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:02.512 [BundleStart #16] 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 
01:29:02.512 [BundleStart #16] 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) 
01:29:02.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:02.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:02.514 [BundleStart #16] 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 
01:29:02.514 [BundleStart #16] 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) 
01:29:02.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:02.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:02.515 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:02.515 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:02.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:02.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:02.516 [BundleStart #16] 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 
01:29:02.516 [BundleStart #16] 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) 
01:29:02.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:02.517 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:02.519 [BundleStart #16] 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 
01:29:02.519 [BundleStart #16] 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) 
01:29:02.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:02.528 [BundleStart #16] 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)] 
01:29:02.528 [BundleStart #16] 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)] 
01:29:02.531 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:02.531 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:02.535 [BundleStart #16] 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)] 
01:29:02.537 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:02.537 [BundleStart #16] 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@1f858170 w/ reference null 
01:29:02.537 [BundleStart #16] 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@1f858170 w/ reference null 
01:29:02.539 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:02.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:02.552 [BundleStart #16] 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 
01:29:02.553 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:02.553 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:02.556 [BundleStart #16] 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 
01:29:02.556 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:02.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:02.559 [BundleStart #16] 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 
01:29:02.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:02.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:02.560 [BundleStart #16] 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 
01:29:02.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:02.561 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:02.562 [BundleStart #16] 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 
01:29:02.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:02.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:02.565 [BundleStart #16] 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 
01:29:02.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:02.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:02.566 [BundleStart #16] 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 
01:29:02.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:02.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:02.567 [BundleStart #16] 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 
01:29:02.568 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:02.568 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:02.569 [BundleStart #16] 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 
01:29:02.569 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:02.570 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:02.571 [BundleStart #16] 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 
01:29:02.571 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:02.571 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:02.573 [BundleStart #16] 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 
01:29:02.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:02.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:02.574 [BundleStart #16] 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 
01:29:02.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:02.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:02.577 [BundleStart #16] 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 
01:29:02.577 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:02.577 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:02.578 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:02.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:02.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:02.579 [BundleStart #16] 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 
01:29:02.579 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:02.579 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:02.583 [BundleStart #16] 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 
01:29:02.583 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:02.584 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:02.590 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:02.591 [BundleStart #17] 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 
01:29:02.592 [BundleStart #17] 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) 
01:29:02.592 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:02.592 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:02.593 [BundleStart #17] 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 
01:29:02.593 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:02.595 [main]            INFO  o.e.g.b.i.c.NoPublishTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest-bundle.properties was not found; using defaults 
01:29:02.596 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:511 - Post processing: creating test bundle 
01:29:02.610 [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] 
01:29:02.611 [main]            INFO  o.e.g.b.i.c.NoPublishTest:202 - Automatically creating Manifest for the test bundle 
01:29:02.612 [main]            INFO  o.e.g.b.i.c.NoPublishTest:366 - Using the test class for generating bundle imports 
01:29:02.614 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:29:02.614 [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... 
01:29:02.618 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class NoPublishTest 
01:29:02.630 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:29:02.630 [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... 
01:29:02.630 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BehaviorBaseTest 
01:29:02.631 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:02.632 [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... 
01:29:02.632 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest 
01:29:02.636 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:02.636 [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... 
01:29:02.636 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:02.638 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:02.638 [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... 
01:29:02.638 [main]            TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:02.639 [main]            TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:02.639 [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 
01:29:02.640 [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} 
01:29:02.640 [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] 
01:29:02.640 [main]            TRACE o.e.g.b.i.c.NoPublishTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:02.641 [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] 
01:29:02.641 [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] 
01:29:02.642 [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]] 
01:29:02.642 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:02.642 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:02.642 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:02.642 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:02.643 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:02.643 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:02.643 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:02.643 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:02.644 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:02.644 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:02.644 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
01:29:02.644 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:29:02.644 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:29:02.645 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:29:02.645 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:29:02.645 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:29:02.645 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:29:02.646 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:29:02.646 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:29:02.646 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:29:02.657 [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 
01:29:02.657 [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.* 
01:29:02.660 [BundleStart #18] 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)] 
01:29:02.660 [BundleStart #18] 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 
01:29:02.660 [BundleStart #18] 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) 
01:29:02.661 [BundleStart #18] 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)] 
01:29:02.661 [BundleStart #18] 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)] 
01:29:02.661 [BundleStart #18] 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 
01:29:02.662 [BundleStart #18] 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)] 
01:29:02.662 [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 
01:29:02.662 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:29:02.664 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:29:02.665 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:29:02.666 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:29:02.667 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:29:02.667 [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. 
01:29:02.668 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:29:02.668 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:29:02.669 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:29:02.670 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:29:02.670 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:29:02.670 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:29:02.671 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:29:02.671 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:29:02.672 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:29:02.672 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:29:02.673 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:29:02.673 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:29:02.674 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:29:02.675 [main]            TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:29:02.676 [main]            TRACE o.e.g.b.i.c.NoPublishTest:364 - Writing test name [testBehaviour] to OSGi 
01:29:02.689 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
01:29:02.690 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:29:02.690 [main]            INFO  o.e.g.b.i.c.NoPublishTest:190 - Loading context for locations:  
01:29:02.703 [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 [Sat May 04 01:29:02 UTC 2024]; root of context hierarchy 
01:29:02.710 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:02.729 [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@5aa9e4eb: defining beans []; root of factory hierarchy 
01:29:02.739 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:02.739 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:02.741 [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} 
01:29:02.741 [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] 
01:29:02.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@5fbe4146] 
01:29:02.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@1e66f1f5] 
01:29:02.748 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 
01:29:02.751 [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 [Sat May 04 01:29:02 UTC 2024]; root of context hierarchy] 
01:29:02.754 [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} 
01:29:02.755 [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} 
01:29:02.793 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:02.807 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 
01:29:02.807 [BundleStart #19] 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 
01:29:02.808 [BundleStart #19] 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) 
01:29:02.808 [BundleStart #19] 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)] 
01:29:02.809 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle nopublish is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:02.810 [BundleStart #19] 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 
01:29:02.811 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 
01:29:02.813 [BundleStart #19] 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)] 
01:29:02.813 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:29:02.814 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 
01:29:02.814 [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@123d6bd3 
01:29:02.814 [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) 
01:29:02.814 [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) 
01:29:02.815 [BundleStart #19] 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 
01:29:02.815 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 
01:29:02.815 [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 [Sat May 04 01:29:02 UTC 2024]; root of context hierarchy 
01:29:02.828 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:29:02.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:02.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:02.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:02.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:02.938 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:02.938 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:02.994 [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@5ca86591: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
01:29:02.995 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:02.995 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:02.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} 
01:29:02.996 [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] 
01:29:03.004 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:03.008 [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@5ca86591: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
01:29:03.008 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:03.009 [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@90ecd28 
01:29:03.009 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:03.009 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:03.009 [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) 
01:29:03.010 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:03.010 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:03.010 [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) 
01:29:03.010 [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) 
01:29:03.010 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:03.011 [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) 
01:29:03.012 [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@38c6428c] 
01:29:03.012 [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@f5567c6] 
01:29:03.032 [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 
01:29:03.033 [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:{} 
01:29:03.033 [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:[] 
01:29:03.034 [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} 
01:29:03.035 [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}] 
01:29:03.036 [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 
01:29:03.036 [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@85a7845] 
01:29:03.036 [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 [Sat May 04 01:29:02 UTC 2024]; root of context hierarchy] 
01:29:03.037 [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) 
01:29:03.040 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:29:03.816 [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 
01:29:03.817 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:03.818 [main]            DEBUG o.e.g.b.i.c.NoPublishTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.nopublish 
01:29:05.818 [main]            WARN  o.e.g.b.i.c.NoPublishTest:168 - Waiting for applicationContext for bundle=org.springframework.osgi.iandt.config-opt.nopublish timed out 
01:29:05.819 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:05.820 [main]            TRACE o.e.g.b.i.c.NoPublishTest:440 - Reading OSGi results for test [testBehaviour] 
01:29:05.821 [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: 4.143 sec - in org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest
01:29:05.825 [Thread-0]        INFO  o.e.g.b.i.c.NoPublishTest:471 - Shutting down OSGi platform 
01:29:05.826 [Thread-3]        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) 
01:29:05.826 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:05.826 [Thread-3]        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 [Sat May 04 01:29:02 UTC 2024]; root of context hierarchy 
01:29:05.827 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 
01:29:05.827 [Thread-3]        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 [Sat May 04 01:29:02 UTC 2024]; root of context hierarchy] 
01:29:05.828 [Framework shutdown] 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 
01:29:05.829 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:29:05.829 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:05.830 [Framework shutdown] 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 
01:29:05.831 [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) 
01:29:05.831 [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@123d6bd3 
01:29:05.832 [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) 
01:29:05.832 [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) 
01:29:05.832 [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 [Sat May 04 01:29:02 UTC 2024]; root of context hierarchy 
01:29:05.832 [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 [Sat May 04 01:29:02 UTC 2024]; root of context hierarchy] 
01:29:05.833 [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] 
01:29:05.833 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@694aaf50] 
01:29:05.834 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:05.835 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:29:05.835 [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@123d6bd3 
01:29:05.835 [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 
01:29:05.835 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:05.835 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:05.836 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:05.836 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:05.836 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:05.836 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:05.838 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5bd0ce06 
01:29:05.838 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:29:05.838 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:29:05.839 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:29:05.840 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:06,523 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:06,669 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:06,673 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:06,708 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:06,783 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:06,786 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:06,795 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:06,807 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:29:06,816 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:06,816 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:06,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:06,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:06,818 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:06,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:06,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:06,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:06,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
01:29:06,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:06,819 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:06,820 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:06,820 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:06,820 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:06,820 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:06,820 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:06,820 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:06,821 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:06,821 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:06,822 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest
01:29:06.942 [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.KnopflerfishPlatform 
01:29:06.947 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:85 - Instantiating platform wrapper... 
01:29:06.960 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5127023766970748522kf 
01:29:06.960 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:215 - About to start Knopflerfish OSGi Platform 
01:29:07.072 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:29:07.076 [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=} 
01:29:07.077 [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} 
01:29:07.079 [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} 
01:29:07.080 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:07.222 [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] 
01:29:07.239 [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] 
01:29:07.244 [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] 
01:29:07.247 [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] 
01:29:07.256 [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] 
01:29:07.267 [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] 
01:29:07.269 [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] 
01:29:07.273 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 
01:29:07.282 [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] 
01:29:07.290 [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] 
01:29:07.311 [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] 
01:29:07.314 [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] 
01:29:07.319 [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] 
01:29:07.328 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:07.330 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:07.359 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:07.363 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:07.382 [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] 
01:29:07.390 [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] 
01:29:07.396 [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] 
01:29:07.398 [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] 
01:29:07.398 [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] 
01:29:07.399 [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] 
01:29:07.400 [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] 
01:29:07.403 [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] 
01:29:07.407 [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] 
01:29:07.408 [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] 
01:29:07.413 [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] 
01:29:07.414 [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] 
01:29:07.415 [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] 
01:29:07.418 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:07.419 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:07.421 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:07,461 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:07,503 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:07,507 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:07,523 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:07,557 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:07,560 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:07,564 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:07,571 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@723e94b7 - No compression will be used
01:29:07,576 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:07,576 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:07,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:07,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:07,578 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:07,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:07,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:07,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:07,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:07,579 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:07,580 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:07,580 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:07,580 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:07,580 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:07,580 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:07,581 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:07,581 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:07,582 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:07,582 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:07,583 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@735abdc2 - Registering current configuration as safe fallback point
01:29:07.597 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:29:07.608 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:07.767 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:07.768 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:07.772 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:07.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:07.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:07.783 [BundleStart #16] 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 
01:29:07.784 [BundleStart #16] 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) 
01:29:07.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:07.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:07.786 [BundleStart #16] 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 
01:29:07.786 [BundleStart #16] 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) 
01:29:07.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:07.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:07.787 [BundleStart #16] 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 
01:29:07.788 [BundleStart #16] 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) 
01:29:07.788 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:07.788 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:07.789 [BundleStart #16] 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 
01:29:07.789 [BundleStart #16] 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) 
01:29:07.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:07.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:07.790 [BundleStart #16] 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 
01:29:07.791 [BundleStart #16] 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) 
01:29:07.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:07.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:07.792 [BundleStart #16] 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 
01:29:07.792 [BundleStart #16] 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) 
01:29:07.792 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:07.793 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:07.793 [BundleStart #16] 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 
01:29:07.793 [BundleStart #16] 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) 
01:29:07.794 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:07.794 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:07.794 [BundleStart #16] 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 
01:29:07.795 [BundleStart #16] 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) 
01:29:07.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:07.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:07.796 [BundleStart #16] 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 
01:29:07.796 [BundleStart #16] 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) 
01:29:07.796 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:07.796 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:07.797 [BundleStart #16] 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 
01:29:07.797 [BundleStart #16] 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) 
01:29:07.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:07.798 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:07.799 [BundleStart #16] 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 
01:29:07.799 [BundleStart #16] 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) 
01:29:07.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:07.799 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:07.800 [BundleStart #16] 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 
01:29:07.800 [BundleStart #16] 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) 
01:29:07.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:07.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:07.802 [BundleStart #16] 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 
01:29:07.802 [BundleStart #16] 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) 
01:29:07.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:07.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:07.802 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:07.803 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:07.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:07.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:07.803 [BundleStart #16] 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 
01:29:07.804 [BundleStart #16] 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) 
01:29:07.804 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:07.804 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:07.806 [BundleStart #16] 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 
01:29:07.806 [BundleStart #16] 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) 
01:29:07.806 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:07.815 [BundleStart #16] 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)] 
01:29:07.816 [BundleStart #16] 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)] 
01:29:07.818 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:07.819 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:07.822 [BundleStart #16] 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)] 
01:29:07.824 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:07.825 [BundleStart #16] 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@746fa120 w/ reference null 
01:29:07.825 [BundleStart #16] 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@746fa120 w/ reference null 
01:29:07.826 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:07.830 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:07.840 [BundleStart #16] 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 
01:29:07.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:07.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:07.844 [BundleStart #16] 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 
01:29:07.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:07.845 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:07.847 [BundleStart #16] 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 
01:29:07.847 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:07.848 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:07.848 [BundleStart #16] 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 
01:29:07.849 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:07.849 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:07.857 [BundleStart #16] 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 
01:29:07.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:07.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:07.860 [BundleStart #16] 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 
01:29:07.860 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:07.861 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:07.861 [BundleStart #16] 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 
01:29:07.861 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:07.862 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:07.862 [BundleStart #16] 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 
01:29:07.863 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:07.863 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:07.864 [BundleStart #16] 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 
01:29:07.865 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:07.865 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:07.866 [BundleStart #16] 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 
01:29:07.866 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:07.867 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:07.868 [BundleStart #16] 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 
01:29:07.868 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:07.869 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:07.869 [BundleStart #16] 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 
01:29:07.870 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:07.870 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:07.873 [BundleStart #16] 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 
01:29:07.873 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:07.873 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:07.874 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:07.874 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:07.874 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:07.875 [BundleStart #16] 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 
01:29:07.875 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:07.875 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:07.878 [BundleStart #16] 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 
01:29:07.879 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:07.880 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:07.887 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:07.889 [BundleStart #17] 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 
01:29:07.889 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:07.889 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:07.890 [BundleStart #17] 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 
01:29:07.894 [BundleStart #17] 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) 
01:29:07.894 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:07.896 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest-bundle.properties was not found; using defaults 
01:29:07.896 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:511 - Post processing: creating test bundle 
01:29:07.916 [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] 
01:29:07.917 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 
01:29:07.918 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:366 - Using the test class for generating bundle imports 
01:29:07.920 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:29:07.920 [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... 
01:29:07.924 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class AsyncNoWaitTest 
01:29:07.936 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:29:07.937 [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... 
01:29:07.937 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BehaviorBaseTest 
01:29:07.939 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:07.939 [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... 
01:29:07.939 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest 
01:29:07.943 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:07.943 [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... 
01:29:07.944 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:07.945 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:07.945 [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... 
01:29:07.946 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:07.947 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:07.947 [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 
01:29:07.948 [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} 
01:29:07.948 [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] 
01:29:07.949 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:07.949 [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] 
01:29:07.950 [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] 
01:29:07.950 [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]] 
01:29:07.950 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:07.951 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:07.951 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:07.951 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:07.952 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:07.952 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:07.952 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:07.953 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:07.953 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:07.953 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:07.953 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
01:29:07.954 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:29:07.954 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:29:07.954 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:29:07.954 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:29:07.954 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:29:07.955 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:29:07.955 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:29:07.955 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:29:07.956 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:29:07.966 [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 
01:29:07.966 [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.* 
01:29:07.969 [BundleStart #18] 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)] 
01:29:07.970 [BundleStart #18] 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 
01:29:07.970 [BundleStart #18] 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)] 
01:29:07.970 [BundleStart #18] 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)] 
01:29:07.971 [BundleStart #18] 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 
01:29:07.971 [BundleStart #18] 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) 
01:29:07.971 [BundleStart #18] 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)] 
01:29:07.971 [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 
01:29:07.972 [main]            DEBUG o.e.g.b.i.c.AsyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:29:07.974 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:29:07.974 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:29:07.976 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:29:07.976 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:29:07.977 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:29:07.977 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:29:07.978 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:29:07.979 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:29:07.979 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:29:07.980 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:29:07.980 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:29:07.981 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:29:07.982 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:29:07.983 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:29:07.985 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:29:07.985 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:29:07.985 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:29:07.988 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:29:07.988 [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. 
01:29:07.989 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 
01:29:08.005 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
01:29:08.005 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:29:08.006 [main]            INFO  o.e.g.b.i.c.AsyncNoWaitTest:190 - Loading context for locations:  
01:29:08.021 [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 [Sat May 04 01:29:08 UTC 2024]; root of context hierarchy 
01:29:08.027 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:08.048 [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@5aa9e4eb: defining beans []; root of factory hierarchy 
01:29:08.058 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:08.058 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:08.059 [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} 
01:29:08.060 [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] 
01:29:08.065 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 
01:29:08.066 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 
01:29:08.069 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 
01:29:08.074 [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 [Sat May 04 01:29:08 UTC 2024]; root of context hierarchy] 
01:29:08.077 [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} 
01:29:08.080 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:29:08.129 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:08.147 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 
01:29:08.148 [BundleStart #19] 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 
01:29:08.157 [BundleStart #19] 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)] 
01:29:08.157 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [async-nowait (org.springframework.osgi.iandt.config-opt.async.nowait)] 
01:29:08.157 [BundleStart #19] 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 
01:29:08.158 [BundleStart #19] 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) 
01:29:08.158 [BundleStart #19] 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)] 
01:29:08.159 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle async-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:08.160 [BundleStart #19] 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 
01:29:08.161 [BundleStart #19] 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)] 
01:29:08.162 [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@57b931a8 
01:29:08.162 [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 [Sat May 04 01:29:08 UTC 2024]; root of context hierarchy 
01:29:08.162 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:08.175 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:29:08.210 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:08.210 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:08.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:08.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:08.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:08.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:08.329 [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@3b26ae53: defining beans [button]; root of factory hierarchy 
01:29:08.330 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:08.330 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:08.330 [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} 
01:29:08.331 [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] 
01:29:08.332 [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@b6b1d03] 
01:29:08.332 [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@7d87ea35] 
01:29:08.377 [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)] 
01:29:08.378 [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)] 
01:29:08.379 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:29:08.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:29:08.398 [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 
01:29:08.399 [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 
01:29:08.399 [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 
01:29:08.400 [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 
01:29:08.401 [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 
01:29:08.408 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:29:08.409 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 
01:29:08.409 [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@4a092372] 
01:29:08.410 [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 [Sat May 04 01:29:08 UTC 2024]; root of context hierarchy] 
01:29:08.411 [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} 
01:29:08.412 [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} 
01:29:08.417 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:29:11.163 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 
01:29:11.163 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 
01:29:11.164 [main]            DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] was unregistered and unbound from the service proxy 
01:29:11.164 [main]            DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] was unregistered and unbound from the service proxy 
01:29:11.164 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:11.165 [main]            TRACE o.e.g.b.i.c.AsyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 
01:29:11.166 [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: 4.23 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest
01:29:11.172 [Thread-0]        INFO  o.e.g.b.i.c.AsyncNoWaitTest:471 - Shutting down OSGi platform 
01:29:11.172 [Thread-3]        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) 
01:29:11.173 [Thread-3]        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 [Sat May 04 01:29:08 UTC 2024]; root of context hierarchy 
01:29:11.173 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:11.173 [Thread-3]        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 [Sat May 04 01:29:08 UTC 2024]; root of context hierarchy] 
01:29:11.173 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:11.174 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:11.174 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:11.174 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:11.174 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 
01:29:11.176 [Framework shutdown] 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 
01:29:11.176 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:11.176 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:29:11.177 [Framework shutdown] 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 
01:29:11.178 [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) 
01:29:11.178 [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@57b931a8 
01:29:11.179 [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) 
01:29:11.179 [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 [Sat May 04 01:29:08 UTC 2024]; root of context hierarchy 
01:29:11.179 [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 [Sat May 04 01:29:08 UTC 2024]; root of context hierarchy] 
01:29:11.180 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:11.181 [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@57b931a8 
01:29:11.181 [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 
01:29:11.181 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:11.181 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:11.183 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@5bd0ce06 
01:29:11.183 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:29:11.184 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:29:11.184 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:29:11.185 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:11,908 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:12,039 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:12,043 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:12,067 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:12,107 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:12,109 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:12,115 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:12,125 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used
01:29:12,133 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:12,134 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:12,136 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:12,136 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:12,136 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:12,136 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:12,156 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:12,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:12,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:12,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:12,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:12,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:12,157 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:12,158 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:12,158 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:12,158 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:12,158 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:12,159 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:12,159 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:12,160 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest
01:29:12.285 [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.KnopflerfishPlatform 
01:29:12.290 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:85 - Instantiating platform wrapper... 
01:29:12.303 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8612306501722179251kf 
01:29:12.304 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:215 - About to start Knopflerfish OSGi Platform 
01:29:12.417 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:29:12.421 [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=} 
01:29:12.422 [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} 
01:29:12.423 [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} 
01:29:12.424 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:12.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.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 
01:29:12.577 [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] 
01:29:12.582 [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] 
01:29:12.584 [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] 
01:29:12.593 [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] 
01:29:12.604 [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] 
01:29:12.606 [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] 
01:29:12.611 [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] 
01:29:12.616 [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] 
01:29:12.622 [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] 
01:29:12.640 [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] 
01:29:12.660 [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] 
01:29:12.666 [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] 
01:29:12.675 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:12.678 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:12.682 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:12.687 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:12.706 [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] 
01:29:12.715 [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] 
01:29:12.720 [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] 
01:29:12.722 [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] 
01:29:12.723 [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] 
01:29:12.723 [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] 
01:29:12.724 [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] 
01:29:12.727 [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] 
01:29:12.730 [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] 
01:29:12.731 [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] 
01:29:12.737 [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] 
01:29:12.738 [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] 
01:29:12.739 [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] 
01:29:12.760 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:12.762 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:12.764 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:12,794 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:12,839 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:12,841 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:12,853 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:12,879 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:12,881 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:12,885 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:12,893 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610db2fa - No compression will be used
01:29:12,898 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:12,898 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:12,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:12,900 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:12,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:12,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:12,901 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:12,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
01:29:12,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
01:29:12,902 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:12,902 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:12,902 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:12,902 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:12,902 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:12,903 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:12,903 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:12,903 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:12,904 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:12,904 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:12,905 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@37eef49f - Registering current configuration as safe fallback point
01:29:12.917 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:29:12.928 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:13.104 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:13.104 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:13.109 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:13.112 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:13.119 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:13.121 [BundleStart #16] 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 
01:29:13.121 [BundleStart #16] 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) 
01:29:13.121 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:13.122 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:13.123 [BundleStart #16] 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 
01:29:13.124 [BundleStart #16] 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) 
01:29:13.124 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:13.124 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:13.126 [BundleStart #16] 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 
01:29:13.127 [BundleStart #16] 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) 
01:29:13.127 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:13.128 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:13.128 [BundleStart #16] 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 
01:29:13.129 [BundleStart #16] 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) 
01:29:13.129 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:13.129 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:13.131 [BundleStart #16] 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 
01:29:13.131 [BundleStart #16] 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) 
01:29:13.131 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:13.132 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:13.133 [BundleStart #16] 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 
01:29:13.133 [BundleStart #16] 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) 
01:29:13.133 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:13.134 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:13.134 [BundleStart #16] 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 
01:29:13.135 [BundleStart #16] 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) 
01:29:13.135 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:13.135 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:13.136 [BundleStart #16] 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 
01:29:13.136 [BundleStart #16] 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) 
01:29:13.137 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:13.137 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:13.138 [BundleStart #16] 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 
01:29:13.138 [BundleStart #16] 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) 
01:29:13.139 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:13.139 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:13.140 [BundleStart #16] 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 
01:29:13.141 [BundleStart #16] 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) 
01:29:13.141 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:13.142 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:13.143 [BundleStart #16] 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 
01:29:13.143 [BundleStart #16] 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) 
01:29:13.144 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:13.144 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:13.145 [BundleStart #16] 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 
01:29:13.145 [BundleStart #16] 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) 
01:29:13.145 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:13.146 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:13.148 [BundleStart #16] 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 
01:29:13.148 [BundleStart #16] 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) 
01:29:13.148 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:13.149 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:13.149 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:13.149 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:13.150 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:13.150 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:13.150 [BundleStart #16] 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 
01:29:13.151 [BundleStart #16] 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) 
01:29:13.151 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:13.151 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:13.154 [BundleStart #16] 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 
01:29:13.156 [BundleStart #16] 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) 
01:29:13.157 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:13.170 [BundleStart #16] 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)] 
01:29:13.170 [BundleStart #16] 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)] 
01:29:13.174 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:13.175 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:13.180 [BundleStart #16] 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)] 
01:29:13.183 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:13.184 [BundleStart #16] 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@427745ee w/ reference null 
01:29:13.184 [BundleStart #16] 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@427745ee w/ reference null 
01:29:13.186 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:13.190 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:13.200 [BundleStart #16] 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 
01:29:13.201 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:13.201 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:13.207 [BundleStart #16] 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 
01:29:13.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:13.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:13.210 [BundleStart #16] 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 
01:29:13.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:13.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:13.211 [BundleStart #16] 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 
01:29:13.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:13.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:13.215 [BundleStart #16] 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 
01:29:13.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:13.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:13.219 [BundleStart #16] 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 
01:29:13.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:13.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:13.221 [BundleStart #16] 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 
01:29:13.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:13.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:13.223 [BundleStart #16] 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 
01:29:13.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:13.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:13.225 [BundleStart #16] 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 
01:29:13.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:13.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:13.227 [BundleStart #16] 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 
01:29:13.228 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:13.228 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:13.229 [BundleStart #16] 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 
01:29:13.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:13.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:13.230 [BundleStart #16] 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 
01:29:13.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:13.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:13.233 [BundleStart #16] 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 
01:29:13.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:13.233 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:13.234 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:13.235 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:13.235 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:13.235 [BundleStart #16] 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 
01:29:13.236 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:13.236 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:13.241 [BundleStart #16] 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 
01:29:13.241 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:13.242 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:13.251 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:13.251 [BundleStart #17] 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 
01:29:13.252 [BundleStart #17] 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) 
01:29:13.252 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:13.252 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:13.257 [BundleStart #17] 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 
01:29:13.257 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:13.259 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest-bundle.properties was not found; using defaults 
01:29:13.260 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:511 - Post processing: creating test bundle 
01:29:13.273 [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] 
01:29:13.274 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:202 - Automatically creating Manifest for the test bundle 
01:29:13.274 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:366 - Using the test class for generating bundle imports 
01:29:13.276 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:29:13.277 [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... 
01:29:13.280 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class SyncWaitTest 
01:29:13.293 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:29:13.293 [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... 
01:29:13.293 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BehaviorBaseTest 
01:29:13.294 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:13.294 [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... 
01:29:13.295 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest 
01:29:13.298 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:13.299 [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... 
01:29:13.299 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:13.300 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:13.301 [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... 
01:29:13.301 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:13.302 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:13.302 [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 
01:29:13.302 [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} 
01:29:13.303 [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] 
01:29:13.303 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:13.303 [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] 
01:29:13.303 [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] 
01:29:13.304 [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]] 
01:29:13.304 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:13.304 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:13.304 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:13.304 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:13.305 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:13.305 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:13.305 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:13.305 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:13.305 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:13.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:13.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
01:29:13.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:29:13.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:29:13.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:29:13.306 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:29:13.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:29:13.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:29:13.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:29:13.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:29:13.307 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:29:13.315 [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 
01:29:13.315 [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.* 
01:29:13.318 [BundleStart #18] 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)] 
01:29:13.318 [BundleStart #18] 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 
01:29:13.318 [BundleStart #18] 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) 
01:29:13.318 [BundleStart #18] 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)] 
01:29:13.319 [BundleStart #18] 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)] 
01:29:13.319 [BundleStart #18] 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 
01:29:13.320 [BundleStart #18] 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)] 
01:29:13.320 [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 
01:29:13.320 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:29:13.322 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:29:13.323 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:29:13.324 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:29:13.325 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:29:13.325 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:29:13.326 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:29:13.326 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:29:13.327 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:29:13.327 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:29:13.328 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:29:13.328 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:29:13.329 [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. 
01:29:13.329 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:29:13.330 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:29:13.330 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:29:13.331 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:29:13.331 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:29:13.331 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:29:13.333 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:29:13.333 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 
01:29:13.347 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
01:29:13.347 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 
01:29:13.348 [main]            INFO  o.e.g.b.i.configopt.SyncWaitTest:190 - Loading context for locations:  
01:29:13.361 [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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy 
01:29:13.367 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:13.389 [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@5aa9e4eb: defining beans []; root of factory hierarchy 
01:29:13.400 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:13.400 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:13.401 [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} 
01:29:13.402 [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] 
01:29:13.406 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 
01:29:13.406 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 
01:29:13.409 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 
01:29:13.412 [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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy] 
01:29:13.414 [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} 
01:29:13.416 [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} 
01:29:13.455 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:13.469 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:29:13.469 [BundleStart #19] 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 
01:29:13.469 [BundleStart #19] 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) 
01:29:13.470 [BundleStart #19] 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)] 
01:29:13.471 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:13.472 [BundleStart #19] 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 
01:29:13.473 [BundleStart #19] 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)] 
01:29:13.475 [BundleStart #19] 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)] 
01:29:13.476 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:29:13.476 [BundleStart #19] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6e8779bb 
01:29:13.476 [BundleStart #19] 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) 
01:29:13.476 [BundleStart #19] 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) 
01:29:13.477 [BundleStart #19] 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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy 
01:29:13.477 [BundleStart #19] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:13.489 [BundleStart #19] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:29:13.523 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:13.524 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:13.525 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:13.525 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:13.606 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:13.606 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:13.674 [BundleStart #19] 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@6ecd3b71: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
01:29:13.674 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:13.674 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:13.675 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:29:13.675 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:29:13.684 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:13.688 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6ecd3b71: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
01:29:13.688 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:13.688 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@7ad1331d 
01:29:13.689 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:13.689 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:13.689 [BundleStart #19] 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) 
01:29:13.690 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:13.690 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:13.690 [BundleStart #19] 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) 
01:29:13.690 [BundleStart #19] 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) 
01:29:13.691 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:13.691 [BundleStart #19] 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) 
01:29:13.692 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5df8688a] 
01:29:13.693 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@5f96f303] 
01:29:13.713 [BundleStart #19] 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 
01:29:13.714 [BundleStart #19] 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:{} 
01:29:13.715 [BundleStart #19] 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:[] 
01:29:13.716 [BundleStart #19] 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} 
01:29:13.716 [BundleStart #19] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 
01:29:13.717 [BundleStart #19] 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 
01:29:13.718 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4cc9f2db] 
01:29:13.718 [BundleStart #19] 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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy] 
01:29:13.719 [BundleStart #19] 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} 
01:29:13.720 [BundleStart #19] 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} 
01:29:13.724 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:29:13.725 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:29:13.726 [BundleStart #19] 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 
01:29:13.727 [BundleStart #19] 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)] 
01:29:13.736 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
01:29:13.736 [BundleStart #20] 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 
01:29:13.737 [BundleStart #20] 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) 
01:29:13.737 [BundleStart #20] 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)] 
01:29:13.738 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-wait is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:13.738 [BundleStart #20] 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 
01:29:13.738 [BundleStart #20] 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)] 
01:29:13.739 [BundleStart #20] 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)] 
01:29:13.739 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:29:13.739 [BundleStart #20] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6e8779bb 
01:29:13.739 [BundleStart #20] 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) 
01:29:13.739 [BundleStart #20] 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) 
01:29:13.740 [BundleStart #20] 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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy 
01:29:13.740 [BundleStart #20] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:13.741 [BundleStart #20] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 
01:29:13.745 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:13.745 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:13.746 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:13.746 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:13.781 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:13.782 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:13.793 [BundleStart #20] 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@3b2d5117: defining beans [shape]; root of factory hierarchy 
01:29:13.793 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:13.794 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:13.794 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:29:13.794 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:29:13.795 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:13.795 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3b2d5117: defining beans [shape]; root of factory hierarchy] 
01:29:13.795 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:13.796 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@7ad1331d 
01:29:13.796 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 
01:29:13.796 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:13.800 [BundleStart #20] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:29:13.801 [BundleStart #20] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)]  in=[(objectClass=java.awt.Shape)] 
01:29:13.801 [BundleStart #20] 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] 
01:29:13.802 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 
01:29:13.802 [BundleStart #20] 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) 
01:29:13.803 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 
01:29:13.803 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:13.803 [BundleStart #20] 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) 
01:29:13.803 [BundleStart #20] 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) 
01:29:13.803 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:13.803 [BundleStart #20] 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) 
01:29:13.804 [BundleStart #20] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:29:13.811 [BundleStart #20] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:29:13.821 [BundleStart #20] 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 
01:29:13.821 [BundleStart #20] 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 
01:29:13.822 [BundleStart #20] 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 
01:29:13.823 [BundleStart #20] 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 
01:29:13.823 [BundleStart #20] 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 
01:29:13.861 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2f599680] 
01:29:13.861 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3f68eaab] 
01:29:13.862 [BundleStart #20] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:29:13.862 [BundleStart #20] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@57bc0a2b} 
01:29:13.863 [BundleStart #20] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@57bc0a2b] bound to proxy 
01:29:13.863 [BundleStart #20] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@57bc0a2b] bound to proxy 
01:29:13.864 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@528bc4dc] 
01:29:13.864 [BundleStart #20] 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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy] 
01:29:13.865 [BundleStart #20] 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} 
01:29:13.865 [BundleStart #20] 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} 
01:29:13.866 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:29:13.866 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-wait (org.springframework.osgi.iandt.config-opt.sync-wait)] 
01:29:13.867 [BundleStart #20] 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 
01:29:13.867 [BundleStart #20] 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)] 
01:29:13.868 [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 
01:29:13.869 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6367ed46} 
01:29:13.869 [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 
01:29:13.870 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
01:29:13.870 [main]            DEBUG o.e.g.b.i.configopt.SyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 
01:29:13.870 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:13.871 [main]            TRACE o.e.g.b.i.configopt.SyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 
01:29:13.872 [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.592 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest
01:29:13.880 [Thread-0]        INFO  o.e.g.b.i.configopt.SyncWaitTest:471 - Shutting down OSGi platform 
01:29:13.880 [Thread-3]        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) 
01:29:13.880 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:13.881 [Thread-3]        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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy 
01:29:13.881 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 
01:29:13.881 [Thread-3]        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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy] 
01:29:13.945 [Framework shutdown] 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 
01:29:13.945 [Framework shutdown] 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 
01:29:13.946 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:13.946 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 
01:29:13.947 [Framework shutdown] 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 
01:29:13.948 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 
01:29:13.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@6e8779bb 
01:29:13.948 [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) 
01:29:13.949 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml) 
01:29:13.949 [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) 
01:29:13.949 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.sync-wait, config=osgibundle:/META-INF/spring/*.xml): startup date [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy 
01:29:13.949 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.config-opt.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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy] 
01:29:13.950 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@57bc0a2b] was unregistered and unbound from the service proxy 
01:29:13.950 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@57bc0a2b] was unregistered and unbound from the service proxy 
01:29:13.950 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:13.951 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:29:13.951 [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@6e8779bb 
01:29:13.952 [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 
01:29:13.952 [Framework shutdown] 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 
01:29:13.952 [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) 
01:29:13.952 [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@6e8779bb 
01:29:13.952 [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) 
01:29:13.952 [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) 
01:29:13.953 [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) 
01:29:13.953 [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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy 
01:29:13.953 [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 [Sat May 04 01:29:13 UTC 2024]; root of context hierarchy] 
01:29:13.957 [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] 
01:29:13.957 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@57bc0a2b] 
01:29:13.957 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:13.958 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:29:13.958 [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@6e8779bb 
01:29:13.958 [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 
01:29:13.958 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:13.959 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:13.959 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:13.959 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:13.959 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:13.960 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:13.961 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@c41a35 
01:29:13.962 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@e03e45d 
01:29:13.962 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:29:13.963 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:29:13.963 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:29:13.964 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:14,796 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:15,019 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:15,023 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:15,069 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:15,111 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:15,114 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:15,160 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:15,174 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used
01:29:15,182 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:15,182 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:15,184 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:15,184 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:15,184 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:15,184 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:15,185 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:15,185 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:15,185 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:15,185 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:15,185 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:15,185 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:15,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:15,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:15,186 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:15,186 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:15,186 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:15,187 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:15,187 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:15,188 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest
01:29:15.335 [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.KnopflerfishPlatform 
01:29:15.341 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:85 - Instantiating platform wrapper... 
01:29:15.355 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5150195242875258814kf 
01:29:15.356 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:215 - About to start Knopflerfish OSGi Platform 
01:29:15.480 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:29:15.484 [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=} 
01:29:15.485 [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} 
01:29:15.486 [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} 
01:29:15.487 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:15.621 [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] 
01:29:15.636 [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] 
01:29:15.644 [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] 
01:29:15.648 [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] 
01:29:15.656 [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] 
01:29:15.667 [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] 
01:29:15.669 [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] 
01:29:15.673 [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] 
01:29:15.679 [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] 
01:29:15.685 [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] 
01:29:15.704 [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] 
01:29:15.708 [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] 
01:29:15.713 [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] 
01:29:15.722 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:15.724 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:15.729 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:15.760 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:15.780 [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] 
01:29:15.789 [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] 
01:29:15.794 [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] 
01:29:15.796 [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] 
01:29:15.797 [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] 
01:29:15.797 [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] 
01:29:15.798 [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] 
01:29:15.801 [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] 
01:29:15.805 [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] 
01:29:15.806 [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] 
01:29:15.813 [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] 
01:29:15.814 [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] 
01:29:15.814 [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] 
01:29:15.818 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:15.819 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:15.821 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:15,871 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:15,914 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:15,916 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:15,927 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:15,952 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:15,954 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:15,960 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:15,971 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@522bf4ff - No compression will be used
01:29:15,978 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:15,979 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:15,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:15,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:15,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:15,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:15,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:15,983 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:15,983 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:15,983 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:15,983 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:15,984 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:15,984 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:15,984 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:15,984 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:15,985 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:15,985 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:15,986 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:15,986 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:15,988 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4a94496c - Registering current configuration as safe fallback point
01:29:16.006 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:29:16.018 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:16.185 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:16.186 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:16.191 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:16.195 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:16.200 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:16.202 [BundleStart #16] 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 
01:29:16.203 [BundleStart #16] 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) 
01:29:16.203 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:16.203 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:16.205 [BundleStart #16] 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 
01:29:16.205 [BundleStart #16] 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) 
01:29:16.205 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:16.206 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:16.207 [BundleStart #16] 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 
01:29:16.207 [BundleStart #16] 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) 
01:29:16.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:16.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:16.208 [BundleStart #16] 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 
01:29:16.209 [BundleStart #16] 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) 
01:29:16.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:16.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:16.210 [BundleStart #16] 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 
01:29:16.210 [BundleStart #16] 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) 
01:29:16.210 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:16.210 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:16.212 [BundleStart #16] 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 
01:29:16.212 [BundleStart #16] 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) 
01:29:16.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:16.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:16.213 [BundleStart #16] 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 
01:29:16.213 [BundleStart #16] 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) 
01:29:16.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:16.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:16.214 [BundleStart #16] 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 
01:29:16.214 [BundleStart #16] 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) 
01:29:16.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:16.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:16.215 [BundleStart #16] 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 
01:29:16.215 [BundleStart #16] 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) 
01:29:16.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:16.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:16.217 [BundleStart #16] 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 
01:29:16.217 [BundleStart #16] 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) 
01:29:16.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:16.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:16.218 [BundleStart #16] 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 
01:29:16.218 [BundleStart #16] 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) 
01:29:16.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:16.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:16.219 [BundleStart #16] 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 
01:29:16.219 [BundleStart #16] 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) 
01:29:16.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:16.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:16.221 [BundleStart #16] 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 
01:29:16.221 [BundleStart #16] 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) 
01:29:16.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:16.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:16.222 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:16.222 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:16.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:16.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:16.222 [BundleStart #16] 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 
01:29:16.223 [BundleStart #16] 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) 
01:29:16.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:16.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:16.225 [BundleStart #16] 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 
01:29:16.225 [BundleStart #16] 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) 
01:29:16.225 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:16.234 [BundleStart #16] 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)] 
01:29:16.234 [BundleStart #16] 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)] 
01:29:16.237 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:16.237 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:16.241 [BundleStart #16] 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)] 
01:29:16.243 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:16.243 [BundleStart #16] 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@48b49873 w/ reference null 
01:29:16.243 [BundleStart #16] 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@48b49873 w/ reference null 
01:29:16.244 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:16.248 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:16.262 [BundleStart #16] 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 
01:29:16.263 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:16.263 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:16.266 [BundleStart #16] 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 
01:29:16.266 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:16.266 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:16.268 [BundleStart #16] 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 
01:29:16.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:16.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:16.270 [BundleStart #16] 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 
01:29:16.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:16.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:16.272 [BundleStart #16] 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 
01:29:16.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:16.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:16.274 [BundleStart #16] 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 
01:29:16.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:16.275 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:16.275 [BundleStart #16] 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 
01:29:16.276 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:16.276 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:16.277 [BundleStart #16] 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 
01:29:16.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:16.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:16.278 [BundleStart #16] 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 
01:29:16.279 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:16.279 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:16.280 [BundleStart #16] 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 
01:29:16.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:16.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:16.282 [BundleStart #16] 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 
01:29:16.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:16.283 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:16.284 [BundleStart #16] 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 
01:29:16.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:16.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:16.286 [BundleStart #16] 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 
01:29:16.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:16.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:16.287 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:16.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:16.288 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:16.288 [BundleStart #16] 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 
01:29:16.289 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:16.289 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:16.292 [BundleStart #16] 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 
01:29:16.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:16.294 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:16.300 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:16.302 [BundleStart #17] 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 
01:29:16.302 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:16.302 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:16.303 [BundleStart #17] 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 
01:29:16.307 [BundleStart #17] 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) 
01:29:16.307 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:16.309 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:199 - org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest-bundle.properties was not found; using defaults 
01:29:16.309 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:511 - Post processing: creating test bundle 
01:29:16.325 [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] 
01:29:16.325 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:202 - Automatically creating Manifest for the test bundle 
01:29:16.326 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:366 - Using the test class for generating bundle imports 
01:29:16.328 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:29:16.328 [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... 
01:29:16.332 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class SyncNoWaitWithReverseQueueTest 
01:29:16.344 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:29:16.344 [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... 
01:29:16.344 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BehaviorBaseTest 
01:29:16.346 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:16.346 [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... 
01:29:16.346 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest 
01:29:16.358 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:16.359 [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... 
01:29:16.359 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:16.361 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:16.361 [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... 
01:29:16.361 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:16.362 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:16.362 [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 
01:29:16.362 [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} 
01:29:16.363 [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] 
01:29:16.363 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:16.363 [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] 
01:29:16.364 [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] 
01:29:16.364 [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]] 
01:29:16.364 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:16.364 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:16.365 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:16.365 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:16.365 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:16.365 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:16.365 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:16.365 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:16.366 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:16.366 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:16.366 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 
01:29:16.366 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 
01:29:16.366 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 
01:29:16.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 
01:29:16.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 
01:29:16.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 
01:29:16.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 
01:29:16.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 
01:29:16.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 
01:29:16.368 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 
01:29:16.375 [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 
01:29:16.375 [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.* 
01:29:16.378 [BundleStart #18] 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)] 
01:29:16.379 [BundleStart #18] 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 
01:29:16.379 [BundleStart #18] 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)] 
01:29:16.379 [BundleStart #18] 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)] 
01:29:16.379 [BundleStart #18] 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 
01:29:16.380 [BundleStart #18] 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) 
01:29:16.380 [BundleStart #18] 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)] 
01:29:16.380 [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 
01:29:16.380 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:29:16.382 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:29:16.383 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:29:16.384 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:29:16.384 [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. 
01:29:16.385 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:29:16.385 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:29:16.386 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:29:16.386 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:29:16.387 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:29:16.387 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:29:16.388 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:29:16.388 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:29:16.389 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:29:16.389 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:29:16.390 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:29:16.390 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:29:16.391 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:29:16.391 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:29:16.400 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:29:16.401 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:364 - Writing test name [testBehaviour] to OSGi 
01:29:16.415 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 
01:29:16.415 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBehaviour] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6b927fb 
01:29:16.416 [main]            INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:190 - Loading context for locations:  
01:29:16.429 [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 [Sat May 04 01:29:16 UTC 2024]; root of context hierarchy 
01:29:16.436 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:16.455 [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@2f4948e4: defining beans []; root of factory hierarchy 
01:29:16.465 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:16.465 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:16.467 [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} 
01:29:16.467 [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] 
01:29:16.471 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13b6aecc] 
01:29:16.471 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@158a8276] 
01:29:16.474 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4961f6af] 
01:29:16.476 [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 [Sat May 04 01:29:16 UTC 2024]; root of context hierarchy] 
01:29:16.479 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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} 
01:29:16.480 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:29:16.513 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:16.532 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:29:16.533 [BundleStart #20] 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 
01:29:16.533 [BundleStart #20] 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)] 
01:29:16.533 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-tail (org.springframework.osgi.iandt.config-opt.sync-tail)] 
01:29:16.534 [BundleStart #20] 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 
01:29:16.534 [BundleStart #20] 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) 
01:29:16.535 [BundleStart #20] 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)] 
01:29:16.536 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-tail is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:16.537 [BundleStart #20] 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 
01:29:16.538 [BundleStart #20] 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)] 
01:29:16.540 [BundleStart #20] 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)] 
01:29:16.540 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:29:16.541 [BundleStart #20] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30f07ed6 
01:29:16.541 [BundleStart #20] 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) 
01:29:16.541 [BundleStart #20] 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) 
01:29:16.542 [BundleStart #20] 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 [Sat May 04 01:29:16 UTC 2024]; root of context hierarchy 
01:29:16.542 [BundleStart #20] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:16.553 [BundleStart #20] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 
01:29:16.591 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:16.592 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:16.592 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:16.593 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:16.674 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:16.675 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:16.714 [BundleStart #20] 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@6ca6aa4: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 
01:29:16.714 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:16.715 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:16.715 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:29:16.715 [BundleStart #20] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:29:16.723 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:16.727 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@6ca6aa4: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 
01:29:16.727 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:16.728 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2eecfd6c 
01:29:16.728 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:16.728 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:16.728 [BundleStart #20] 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) 
01:29:16.729 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:16.729 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:16.729 [BundleStart #20] 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) 
01:29:16.729 [BundleStart #20] 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) 
01:29:16.729 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:16.730 [BundleStart #20] 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) 
01:29:16.731 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6cb84c9e] 
01:29:16.731 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@48bdf160] 
01:29:16.750 [BundleStart #20] 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 
01:29:16.757 [BundleStart #20] 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:{} 
01:29:16.758 [BundleStart #20] 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:[] 
01:29:16.759 [BundleStart #20] 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} 
01:29:16.759 [BundleStart #20] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape, java.awt.geom.Area, java.lang.Cloneable}] 
01:29:16.760 [BundleStart #20] 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 
01:29:16.761 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@18cc804e] 
01:29:16.761 [BundleStart #20] 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 [Sat May 04 01:29:16 UTC 2024]; root of context hierarchy] 
01:29:16.762 [BundleStart #20] 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} 
01:29:16.763 [BundleStart #20] 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} 
01:29:16.766 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:29:17.269 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 
01:29:17.270 [BundleStart #19] 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 
01:29:17.271 [BundleStart #19] 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)] 
01:29:17.271 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [sync-nowait (org.springframework.osgi.iandt.config-opt.sync-nowait)] 
01:29:17.271 [BundleStart #19] 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 
01:29:17.272 [BundleStart #19] 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) 
01:29:17.272 [BundleStart #19] 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)] 
01:29:17.272 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle sync-nowait is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:17.273 [BundleStart #19] 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 
01:29:17.273 [BundleStart #19] 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)] 
01:29:17.273 [BundleStart #19] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30f07ed6 
01:29:17.273 [BundleStart #19] 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 [Sat May 04 01:29:17 UTC 2024]; root of context hierarchy 
01:29:17.274 [BundleStart #19] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:17.275 [BundleStart #19] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 
01:29:17.278 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:17.279 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:17.279 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:17.280 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:17.308 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:17.308 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:17.320 [BundleStart #19] 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@34843bb8: defining beans [shape,user]; root of factory hierarchy 
01:29:17.320 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:17.321 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:17.321 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:29:17.321 [BundleStart #19] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:29:17.322 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@63dc5fc5] 
01:29:17.323 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7fecf61d] 
01:29:17.327 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface java.awt.Shape} and filter=[]  in=[(objectClass=java.awt.Shape)] 
01:29:17.327 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(objectClass=java.awt.Shape)]  in=[(objectClass=java.awt.Shape)] 
01:29:17.327 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:29:17.334 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:29:17.344 [BundleStart #19] 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 
01:29:17.345 [BundleStart #19] 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 
01:29:17.357 [BundleStart #19] 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 
01:29:17.358 [BundleStart #19] 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 
01:29:17.358 [BundleStart #19] 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 
01:29:17.365 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 
01:29:17.365 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@24c663db} 
01:29:17.366 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@24c663db] bound to proxy 
01:29:17.366 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@24c663db] bound to proxy 
01:29:17.367 [BundleStart #19] 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 
01:29:17.367 [BundleStart #19] 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 
01:29:17.374 [BundleStart #19] 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=10} 
01:29:17.382 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2ef5d54e] 
01:29:17.383 [BundleStart #19] 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 [Sat May 04 01:29:17 UTC 2024]; root of context hierarchy] 
01:29:17.383 [BundleStart #19] 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} 
01:29:17.384 [BundleStart #19] 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} 
01:29:17.384 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:29:17.385 [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 
01:29:17.386 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@742e472f} 
01:29:17.386 [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 
01:29:17.387 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 
01:29:17.387 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 
01:29:17.387 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:17.388 [main]            TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:440 - Reading OSGi results for test [testBehaviour] 
01:29:17.389 [main]            DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:447 - Test[testBehaviour]'s result read 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.059 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest
01:29:17.462 [Thread-0]        INFO  o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:471 - Shutting down OSGi platform 
01:29:17.463 [Thread-3]        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) 
01:29:17.463 [Thread-3]        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 [Sat May 04 01:29:16 UTC 2024]; root of context hierarchy 
01:29:17.463 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:17.463 [Thread-3]        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 [Sat May 04 01:29:16 UTC 2024]; root of context hierarchy] 
01:29:17.463 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:17.464 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:17.464 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:17.464 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:17.464 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 
01:29:17.465 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:17.465 [Framework shutdown] 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 
01:29:17.475 [Framework shutdown] 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 [BundleImpl[id=19]] 
01:29:17.475 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:29:17.476 [Framework shutdown] 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 
01:29:17.477 [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) 
01:29:17.477 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@30f07ed6 
01:29:17.478 [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) 
01:29:17.478 [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 [Sat May 04 01:29:17 UTC 2024]; root of context hierarchy 
01:29:17.478 [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 [Sat May 04 01:29:17 UTC 2024]; root of context hierarchy] 
01:29:17.479 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@24c663db] was unregistered and unbound from the service proxy 
01:29:17.479 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@24c663db] was unregistered and unbound from the service proxy 
01:29:17.479 [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=10} 
01:29:17.480 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:17.481 [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@30f07ed6 
01:29:17.481 [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 
01:29:17.481 [Framework shutdown] 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 
01:29:17.481 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20]] 
01:29:17.482 [Framework shutdown] 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 
01:29:17.482 [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) 
01:29:17.482 [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@30f07ed6 
01:29:17.482 [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) 
01:29:17.482 [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) 
01:29:17.483 [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) 
01:29:17.483 [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 [Sat May 04 01:29:16 UTC 2024]; root of context hierarchy 
01:29:17.483 [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 [Sat May 04 01:29:16 UTC 2024]; root of context hierarchy] 
01:29:17.483 [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] 
01:29:17.484 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@24c663db] 
01:29:17.484 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:17.484 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:29:17.484 [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@30f07ed6 
01:29:17.484 [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 
01:29:17.485 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:17.485 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:17.486 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3ec54d91 
01:29:17.486 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3002a439 
01:29:17.487 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:29:17.487 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:29:17.487 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:29:17.488 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:18,216 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:18,379 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:18,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:18,407 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:18,459 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:18,461 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:18,468 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:18,479 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:29:18,487 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:18,487 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:18,489 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:18,489 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:18,489 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:18,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:18,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:18,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:18,490 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:18,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:18,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:18,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:18,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:18,491 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:18,492 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:18,492 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:18,492 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:18,493 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:18,493 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:18,494 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest
01:29:18.635 [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.KnopflerfishPlatform 
01:29:18.640 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:85 - Instantiating platform wrapper... 
01:29:18.653 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8761659641778057424kf 
01:29:18.654 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:215 - About to start Knopflerfish OSGi Platform 
01:29:18.790 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:29:18.794 [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=} 
01:29:18.795 [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} 
01:29:18.797 [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} 
01:29:18.798 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:18.950 [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] 
01:29:18.970 [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] 
01:29:18.976 [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] 
01:29:18.978 [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] 
01:29:18.987 [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] 
01:29:19.002 [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] 
01:29:19.006 [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] 
01:29:19.010 [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] 
01:29:19.015 [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] 
01:29:19.022 [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] 
01:29:19.058 [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] 
01:29:19.061 [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] 
01:29:19.066 [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] 
01:29:19.075 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:19.078 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:19.083 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:19.088 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:19.107 [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] 
01:29:19.115 [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] 
01:29:19.121 [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] 
01:29:19.123 [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] 
01:29:19.123 [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] 
01:29:19.124 [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] 
01:29:19.125 [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] 
01:29:19.128 [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] 
01:29:19.157 [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] 
01:29:19.158 [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] 
01:29:19.164 [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] 
01:29:19.165 [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] 
01:29:19.166 [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] 
01:29:19.170 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:19.172 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:19.173 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:19,210 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:19,265 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:19,267 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:19,278 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:19,303 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:19,305 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:19,309 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:19,317 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@522bf4ff - No compression will be used
01:29:19,322 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:19,322 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:19,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:19,323 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:19,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:19,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:19,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:19,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:19,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:19,324 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:19,325 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:19,325 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:19,325 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:19,325 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:19,325 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:19,325 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:19,326 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:19,326 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:19,327 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:19,327 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4a94496c - Registering current configuration as safe fallback point
01:29:19.341 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:29:19.351 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:19.501 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:19.502 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:19.507 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:19.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:19.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:19.516 [BundleStart #16] 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 
01:29:19.517 [BundleStart #16] 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) 
01:29:19.524 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:19.524 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:19.525 [BundleStart #16] 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 
01:29:19.526 [BundleStart #16] 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) 
01:29:19.526 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:19.526 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:19.527 [BundleStart #16] 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 
01:29:19.528 [BundleStart #16] 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) 
01:29:19.528 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:19.528 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:19.529 [BundleStart #16] 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 
01:29:19.529 [BundleStart #16] 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) 
01:29:19.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:19.530 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:19.530 [BundleStart #16] 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 
01:29:19.531 [BundleStart #16] 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) 
01:29:19.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:19.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:19.532 [BundleStart #16] 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 
01:29:19.532 [BundleStart #16] 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) 
01:29:19.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:19.533 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:19.533 [BundleStart #16] 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 
01:29:19.534 [BundleStart #16] 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) 
01:29:19.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:19.534 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:19.535 [BundleStart #16] 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 
01:29:19.535 [BundleStart #16] 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) 
01:29:19.535 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:19.535 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:19.536 [BundleStart #16] 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 
01:29:19.536 [BundleStart #16] 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) 
01:29:19.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:19.537 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:19.537 [BundleStart #16] 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 
01:29:19.538 [BundleStart #16] 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) 
01:29:19.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:19.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:19.539 [BundleStart #16] 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 
01:29:19.539 [BundleStart #16] 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) 
01:29:19.539 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:19.539 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:19.540 [BundleStart #16] 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 
01:29:19.540 [BundleStart #16] 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) 
01:29:19.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:19.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:19.541 [BundleStart #16] 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 
01:29:19.542 [BundleStart #16] 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) 
01:29:19.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:19.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:19.542 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:19.542 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:19.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:19.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:19.543 [BundleStart #16] 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 
01:29:19.543 [BundleStart #16] 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) 
01:29:19.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:19.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:19.545 [BundleStart #16] 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 
01:29:19.545 [BundleStart #16] 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) 
01:29:19.545 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:19.563 [BundleStart #16] 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)] 
01:29:19.563 [BundleStart #16] 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)] 
01:29:19.566 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:19.566 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:19.570 [BundleStart #16] 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)] 
01:29:19.572 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:19.573 [BundleStart #16] 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@48b49873 w/ reference null 
01:29:19.573 [BundleStart #16] 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@48b49873 w/ reference null 
01:29:19.574 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:19.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:19.588 [BundleStart #16] 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 
01:29:19.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:19.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:19.591 [BundleStart #16] 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 
01:29:19.592 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:19.592 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:19.594 [BundleStart #16] 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 
01:29:19.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:19.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:19.595 [BundleStart #16] 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 
01:29:19.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:19.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:19.597 [BundleStart #16] 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 
01:29:19.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:19.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:19.599 [BundleStart #16] 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 
01:29:19.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:19.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:19.600 [BundleStart #16] 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 
01:29:19.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:19.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:19.601 [BundleStart #16] 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 
01:29:19.602 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:19.602 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:19.603 [BundleStart #16] 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 
01:29:19.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:19.603 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:19.604 [BundleStart #16] 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 
01:29:19.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:19.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:19.606 [BundleStart #16] 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 
01:29:19.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:19.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:19.607 [BundleStart #16] 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 
01:29:19.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:19.608 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:19.609 [BundleStart #16] 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 
01:29:19.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:19.610 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:19.611 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:19.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:19.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:19.612 [BundleStart #16] 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 
01:29:19.612 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:19.612 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:19.616 [BundleStart #16] 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 
01:29:19.616 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:19.617 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:19.623 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:19.624 [BundleStart #17] 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 
01:29:19.625 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:19.625 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:19.625 [BundleStart #17] 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 
01:29:19.626 [BundleStart #17] 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) 
01:29:19.626 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:19.628 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:199 - org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest-bundle.properties was not found; using defaults 
01:29:19.628 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:511 - Post processing: creating test bundle 
01:29:19.640 [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] 
01:29:19.640 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:202 - Automatically creating Manifest for the test bundle 
01:29:19.641 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:366 - Using the test class for generating bundle imports 
01:29:19.643 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 
01:29:19.643 [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... 
01:29:19.657 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class DeadlockHandlingTest 
01:29:19.670 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:19.670 [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... 
01:29:19.670 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest 
01:29:19.674 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:19.674 [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... 
01:29:19.675 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:19.676 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:19.676 [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... 
01:29:19.677 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:19.678 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:19.678 [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 
01:29:19.678 [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} 
01:29:19.678 [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] 
01:29:19.679 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:19.679 [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] 
01:29:19.680 [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] 
01:29:19.680 [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]] 
01:29:19.680 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:19.681 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:19.681 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:19.681 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:19.681 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:19.682 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:19.682 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:19.682 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:19.682 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:19.682 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:19.683 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 
01:29:19.683 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 
01:29:19.689 [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 
01:29:19.689 [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.* 
01:29:19.692 [BundleStart #18] 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)] 
01:29:19.693 [BundleStart #18] 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 
01:29:19.693 [BundleStart #18] 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)] 
01:29:19.694 [BundleStart #18] 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)] 
01:29:19.694 [BundleStart #18] 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 
01:29:19.694 [BundleStart #18] 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) 
01:29:19.694 [BundleStart #18] 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)] 
01:29:19.694 [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 
01:29:19.695 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 
01:29:19.708 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 
01:29:19.709 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testErrorHandling] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4f18837a 
01:29:19.709 [main]            INFO  o.e.g.b.i.d.DeadlockHandlingTest:190 - Loading context for locations:  
01:29:19.722 [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 [Sat May 04 01:29:19 UTC 2024]; root of context hierarchy 
01:29:19.729 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:19.748 [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@1573f9fc: defining beans []; root of factory hierarchy 
01:29:19.758 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:19.759 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:19.760 [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} 
01:29:19.761 [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] 
01:29:19.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@6913c1fb] 
01:29:19.765 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@66d18979] 
01:29:19.767 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@1e66f1f5] 
01:29:19.770 [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 [Sat May 04 01:29:19 UTC 2024]; root of context hierarchy] 
01:29:19.773 [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} 
01:29:19.774 [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} 
01:29:19.808 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:19.824 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 
01:29:19.825 [BundleStart #19] 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 
01:29:19.825 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 
01:29:19.825 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 
01:29:19.826 [BundleStart #19] 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 
01:29:19.826 [BundleStart #19] 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) 
01:29:19.826 [BundleStart #19] 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)] 
01:29:19.827 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Purposeful Deadlock is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:19.828 [BundleStart #19] 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 
01:29:19.829 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 
01:29:19.831 [BundleStart #19] 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)] 
01:29:19.832 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:29:19.832 [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@13ce2ac5 
01:29:19.833 [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) 
01:29:19.833 [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) 
01:29:19.834 [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 [Sat May 04 01:29:19 UTC 2024]; root of context hierarchy 
01:29:19.834 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:19.846 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/deadlock.xml] 
01:29:19.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:19.881 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:19.882 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:19.883 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:19.961 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:19.962 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:20.006 [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@17b17dce: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy 
01:29:20.006 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:20.006 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:20.007 [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} 
01:29:20.007 [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] 
01:29:20.017 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:20.020 [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@17b17dce: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy] 
01:29:20.021 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:20.021 [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@462110da 
01:29:20.021 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:20.022 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:20.022 [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) 
01:29:20.022 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:20.022 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:20.022 [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) 
01:29:20.023 [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) 
01:29:20.023 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:20.023 [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) 
01:29:20.025 [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@6cd61073] 
01:29:20.025 [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@61d35fa1] 
01:29:20.057 [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 
01:29:20.058 [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 
01:29:20.059 [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 
01:29:20.060 [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 
01:29:22.833 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:22.834 [main]            TRACE o.e.g.b.i.d.DeadlockHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 
01:29:22.835 [main]            DEBUG o.e.g.b.i.d.DeadlockHandlingTest:447 - Test[testErrorHandling]'s result read 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.205 sec - in org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest
01:29:22.839 [Thread-0]        INFO  o.e.g.b.i.d.DeadlockHandlingTest:471 - Shutting down OSGi platform 
01:29:22.840 [Thread-3]        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) 
01:29:22.840 [Thread-3]        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 [Sat May 04 01:29:19 UTC 2024]; root of context hierarchy 
01:29:22.840 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:22.841 [Thread-3]        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 [Sat May 04 01:29:19 UTC 2024]; root of context hierarchy] 
01:29:22.841 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:22.841 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:22.841 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:22.842 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:22.842 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 
01:29:22.843 [Framework shutdown] TRACE o.e.g.b.e.i.d.s.ShutdownSorter:87 - Bundle org.springframework.osgi.iandt.deadlock has no registered services; added for shutdown 
01:29:22.844 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:22.844 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:29:22.845 [Framework shutdown] 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 
01:29:22.846 [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) 
01:29:22.847 [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@13ce2ac5 
01:29:22.847 [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) 
01:29:22.847 [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 
01:29:22.847 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:22.847 [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 [Sat May 04 01:29:19 UTC 2024]; root of context hierarchy 
01:29:22.848 [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 [Sat May 04 01:29:19 UTC 2024]; root of context hierarchy] 
01:29:24,519 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:24,654 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:24,658 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:24,682 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:24,721 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:24,723 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:24,729 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:24,739 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5a8e6209 - No compression will be used
01:29:24,757 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:24,757 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:24,759 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:24,759 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:24,759 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:24,760 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:24,760 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:24,760 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:24,760 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:24,760 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:24,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:24,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:24,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:24,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:24,761 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:24,761 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:24,762 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:24,762 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:24,762 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:24,763 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@23e028a9 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest
01:29:24.886 [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.KnopflerfishPlatform 
01:29:24.891 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:85 - Instantiating platform wrapper... 
01:29:24.904 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi669351237050600382kf 
01:29:24.904 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:215 - About to start Knopflerfish OSGi Platform 
01:29:25.026 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:29:25.029 [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=} 
01:29:25.030 [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} 
01:29:25.032 [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} 
01:29:25.033 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:25.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.junit/4.12_1/org.apache.servicemix.bundles.junit-4.12_1.jar] 
01:29:25.177 [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] 
01:29:25.182 [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] 
01:29:25.185 [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] 
01:29:25.193 [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] 
01:29:25.204 [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] 
01:29:25.206 [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] 
01:29:25.210 [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] 
01:29:25.215 [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] 
01:29:25.222 [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] 
01:29:25.257 [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] 
01:29:25.259 [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] 
01:29:25.264 [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] 
01:29:25.272 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:25.274 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:25.278 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:25.282 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:25.307 [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] 
01:29:25.316 [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] 
01:29:25.321 [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] 
01:29:25.323 [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] 
01:29:25.323 [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] 
01:29:25.324 [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] 
01:29:25.325 [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] 
01:29:25.328 [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] 
01:29:25.331 [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] 
01:29:25.332 [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] 
01:29:25.363 [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] 
01:29:25.364 [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] 
01:29:25.364 [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] 
01:29:25.367 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:25.369 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:25.371 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:25,400 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:25,441 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:25,444 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:25,454 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:25,480 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:25,482 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:25,487 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:25,494 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@797e8c5b - No compression will be used
01:29:25,500 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:25,500 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:25,501 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:25,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:25,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:25,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:25,502 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:25,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
01:29:25,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
01:29:25,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:25,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:25,503 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:25,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:25,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:25,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:25,504 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:25,504 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:25,505 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:25,505 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:25,506 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52ef0dff - Registering current configuration as safe fallback point
01:29:25.519 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:29:25.529 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:25.687 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:25.688 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:25.692 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:25.696 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:25.701 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:25.702 [BundleStart #16] 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 
01:29:25.703 [BundleStart #16] 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) 
01:29:25.703 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:25.703 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:25.705 [BundleStart #16] 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 
01:29:25.705 [BundleStart #16] 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) 
01:29:25.706 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:25.706 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:25.707 [BundleStart #16] 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 
01:29:25.707 [BundleStart #16] 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) 
01:29:25.708 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:25.708 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:25.708 [BundleStart #16] 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 
01:29:25.709 [BundleStart #16] 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) 
01:29:25.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:25.709 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:25.710 [BundleStart #16] 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 
01:29:25.710 [BundleStart #16] 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) 
01:29:25.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:25.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:25.712 [BundleStart #16] 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 
01:29:25.712 [BundleStart #16] 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) 
01:29:25.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:25.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:25.713 [BundleStart #16] 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 
01:29:25.713 [BundleStart #16] 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) 
01:29:25.713 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:25.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:25.714 [BundleStart #16] 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 
01:29:25.714 [BundleStart #16] 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) 
01:29:25.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:25.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:25.715 [BundleStart #16] 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 
01:29:25.716 [BundleStart #16] 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) 
01:29:25.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:25.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:25.717 [BundleStart #16] 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 
01:29:25.717 [BundleStart #16] 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) 
01:29:25.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:25.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:25.718 [BundleStart #16] 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 
01:29:25.718 [BundleStart #16] 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) 
01:29:25.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:25.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:25.719 [BundleStart #16] 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 
01:29:25.719 [BundleStart #16] 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) 
01:29:25.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:25.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:25.721 [BundleStart #16] 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 
01:29:25.721 [BundleStart #16] 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) 
01:29:25.721 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:25.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:25.722 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:25.722 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:25.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:25.722 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:25.723 [BundleStart #16] 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 
01:29:25.723 [BundleStart #16] 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) 
01:29:25.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:25.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:25.725 [BundleStart #16] 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 
01:29:25.725 [BundleStart #16] 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) 
01:29:25.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:25.734 [BundleStart #16] 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)] 
01:29:25.735 [BundleStart #16] 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)] 
01:29:25.737 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:25.738 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:25.741 [BundleStart #16] 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)] 
01:29:25.743 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:25.744 [BundleStart #16] 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@777e226a w/ reference null 
01:29:25.744 [BundleStart #16] 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@777e226a w/ reference null 
01:29:25.745 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:25.749 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:25.766 [BundleStart #16] 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 
01:29:25.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:25.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:25.769 [BundleStart #16] 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 
01:29:25.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:25.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:25.772 [BundleStart #16] 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 
01:29:25.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:25.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:25.773 [BundleStart #16] 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 
01:29:25.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:25.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:25.775 [BundleStart #16] 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 
01:29:25.775 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:25.776 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:25.777 [BundleStart #16] 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 
01:29:25.778 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:25.778 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:25.778 [BundleStart #16] 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 
01:29:25.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:25.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:25.780 [BundleStart #16] 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 
01:29:25.780 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:25.780 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:25.781 [BundleStart #16] 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 
01:29:25.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:25.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:25.783 [BundleStart #16] 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 
01:29:25.783 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:25.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:25.785 [BundleStart #16] 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 
01:29:25.785 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:25.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:25.786 [BundleStart #16] 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 
01:29:25.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:25.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:25.789 [BundleStart #16] 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 
01:29:25.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:25.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:25.790 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:25.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:25.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:25.791 [BundleStart #16] 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 
01:29:25.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:25.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:25.794 [BundleStart #16] 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 
01:29:25.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:25.796 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:25.802 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:25.803 [BundleStart #17] 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 
01:29:25.803 [BundleStart #17] 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) 
01:29:25.803 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:25.804 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:25.809 [BundleStart #17] 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 
01:29:25.809 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:25.811 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest-bundle.properties was not found; using defaults 
01:29:25.811 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:511 - Post processing: creating test bundle 
01:29:25.824 [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] 
01:29:25.824 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:202 - Automatically creating Manifest for the test bundle 
01:29:25.825 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:366 - Using the test class for generating bundle imports 
01:29:25.827 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 
01:29:25.827 [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... 
01:29:25.831 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class FactoryDependencyTest 
01:29:25.845 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:25.845 [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... 
01:29:25.845 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest 
01:29:25.849 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:25.849 [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... 
01:29:25.849 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:25.851 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:25.851 [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... 
01:29:25.851 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:25.852 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:25.852 [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 
01:29:25.853 [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} 
01:29:25.853 [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] 
01:29:25.853 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:25.854 [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] 
01:29:25.854 [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] 
01:29:25.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-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]] 
01:29:25.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:25.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:25.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:25.855 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:25.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:25.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:25.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:25.856 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:25.857 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:25.857 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:25.857 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 
01:29:25.857 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 
01:29:25.857 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 
01:29:25.858 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 
01:29:25.858 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 
01:29:25.865 [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 
01:29:25.865 [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.* 
01:29:25.868 [BundleStart #18] 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)] 
01:29:25.868 [BundleStart #18] 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 
01:29:25.869 [BundleStart #18] 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) 
01:29:25.869 [BundleStart #18] 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)] 
01:29:25.869 [BundleStart #18] 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)] 
01:29:25.869 [BundleStart #18] 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 
01:29:25.870 [BundleStart #18] 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)] 
01:29:25.870 [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 
01:29:25.870 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:29:25.872 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:29:25.873 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:29:25.874 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:29:25.875 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:29:25.875 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:29:25.876 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:29:25.876 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:29:25.877 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:29:25.877 [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. 
01:29:25.878 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:29:25.878 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:29:25.879 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:29:25.879 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:29:25.880 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:29:25.880 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:29:25.881 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:29:25.881 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:29:25.882 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:29:25.883 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:29:25.884 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:364 - Writing test name [testDependencies] to OSGi 
01:29:25.897 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 
01:29:25.897 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 
01:29:25.898 [main]            INFO  o.e.g.b.i.d.FactoryDependencyTest:190 - Loading context for locations:  
01:29:25.911 [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 [Sat May 04 01:29:25 UTC 2024]; root of context hierarchy 
01:29:25.917 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:25.936 [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@6150c3ec: defining beans []; root of factory hierarchy 
01:29:25.946 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:25.946 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:25.948 [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} 
01:29:25.948 [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] 
01:29:25.952 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@66d18979] 
01:29:25.952 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@bccb269] 
01:29:25.955 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4e50c791] 
01:29:25.958 [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 [Sat May 04 01:29:25 UTC 2024]; root of context hierarchy] 
01:29:25.960 [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} 
01:29:25.962 [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} 
01:29:25.997 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
starting dependency test bundle
01:29:26.039 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 
01:29:26.040 [BundleStart #19] 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 
01:29:26.040 [BundleStart #19] 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) 
01:29:26.040 [BundleStart #19] 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)] 
01:29:26.041 [BundleStart #19] 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... 
01:29:26.042 [BundleStart #19] 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 
01:29:26.043 [BundleStart #19] 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)] 
01:29:26.046 [BundleStart #19] 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)] 
01:29:26.046 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:29:26.047 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 
01:29:26.047 [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@6ec00061 
01:29:26.047 [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) 
01:29:26.047 [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) 
01:29:26.047 [BundleStart #19] 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 
01:29:26.048 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 
started dependency test bundle
01:29:26.048 [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 [Sat May 04 01:29:26 UTC 2024]; root of context hierarchy 
01:29:26.048 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:26.060 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/dependencies.xml] 
01:29:26.093 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:26.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:26.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:26.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:26.174 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:26.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:26.219 [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@3abb2b67: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 
01:29:26.220 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:26.220 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:26.220 [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} 
01:29:26.221 [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] 
01:29:26.231 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:26.234 [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@3abb2b67: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 
01:29:26.235 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:26.235 [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@5e690073 
01:29:26.235 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 
01:29:26.236 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:26.274 [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))] 
01:29:26.274 [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))] 
01:29:26.276 [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] 
01:29:26.277 [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))] 
01:29:26.278 [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))] 
01:29:26.278 [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] 
01:29:26.279 [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)] 
01:29:26.279 [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)] 
01:29:26.280 [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] 
01:29:26.281 [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))] 
01:29:26.281 [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))] 
01:29:26.282 [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)] 
01:29:26.282 [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) 
01:29:26.282 [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]] 
01:29:26.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 
01:29:26.283 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 
01:29:26.283 [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) 
01:29:26.283 [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)) 
01:29:26.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:29:26.289 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:26.290 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
01:29:28.039 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
01:29:28.040 [BundleStart #21] 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 
01:29:28.040 [BundleStart #21] 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) 
01:29:28.041 [BundleStart #21] 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)] 
01:29:28.041 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:28.042 [BundleStart #21] 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 
01:29:28.042 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
01:29:28.042 [BundleStart #21] 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)] 
01:29:28.042 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:29:28.043 [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@6ec00061 
01:29:28.043 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
01:29:28.043 [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) 
01:29:28.043 [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) 
01:29:28.044 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy 
01:29:28.044 [BundleStart #21] 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 
01:29:28.044 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:28.045 [BundleStart #21] 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)] 
01:29:28.045 [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 
01:29:28.046 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:29:28.046 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:28.047 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
01:29:28.049 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.050 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.050 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.051 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:28.080 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:28.091 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:29:28.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.094 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.095 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.118 [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@74c413fc: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:29:28.118 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:28.118 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:28.119 [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} 
01:29:28.119 [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] 
01:29:28.120 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:28.121 [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@74c413fc: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:29:28.121 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:28.121 [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@5e690073 
01:29:28.121 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:28.122 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:28.122 [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) 
01:29:28.122 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:28.122 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:28.123 [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) 
01:29:28.123 [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) 
01:29:28.123 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:28.157 [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) 
01:29:28.158 [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@a22cb36] 
01:29:28.158 [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@6b24285e] 
01:29:28.172 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:29:28.174 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:29:28.175 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:29:28.175 [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 {} 
01:29:28.176 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:29:28.178 [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=10}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:29:28.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:183 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) matched: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 
01:29:28.180 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:198 - Registered dependency for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml); eliminating Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]), remaining [{Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested])=&nested, Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=2))] (from bean [&simpleService2])=&simpleService2}] 
01:29:28.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:29:28.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice3] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=3,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice3,Bundle-Version=1.0.0,service.ranking=4,service.id=10} 
01:29:28.182 [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=10} 
01:29:28.183 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:29:28.183 [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@5a0c16ee] 
01:29:28.184 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy] 
01:29:28.185 [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} 
01:29:28.185 [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} 
01:29:28.186 [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 
01:29:28.187 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
01:29:28.187 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=21] 
started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3]
01:29:28.189 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:29:28.190 [BundleStart #20] 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 
01:29:28.190 [BundleStart #20] 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) 
01:29:28.190 [BundleStart #20] 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)] 
01:29:28.191 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:28.191 [BundleStart #20] 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 
01:29:28.192 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:29:28.192 [BundleStart #20] 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)] 
01:29:28.192 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
01:29:28.192 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6ec00061 
01:29:28.192 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:29:28.193 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 
01:29:28.193 [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) 
01:29:28.193 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy 
01:29:28.193 [BundleStart #20] 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 
01:29:28.193 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:28.194 [BundleStart #20] 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)] 
01:29:28.194 [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 
01:29:28.194 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:28.195 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:29:28.195 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:29:28.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.200 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.201 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.258 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:28.259 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:28.268 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:29:28.271 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.272 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.292 [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@2cf21cf2: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:29:28.293 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:28.293 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:28.293 [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} 
01:29:28.294 [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] 
01:29:28.294 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:28.295 [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@2cf21cf2: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:29:28.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:28.295 [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@5e690073 
01:29:28.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:28.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:28.295 [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) 
01:29:28.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:28.296 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:28.296 [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) 
01:29:28.296 [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) 
01:29:28.296 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:28.296 [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) 
01:29:28.297 [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@396062d] 
01:29:28.297 [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@2f44d60d] 
01:29:28.299 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:29:28.299 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:29:28.299 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:29:28.300 [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 {} 
01:29:28.300 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:29:28.300 [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=12}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:29:28.301 [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=12} 
01:29:28.301 [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=12} 
01:29:28.301 [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=12} 
01:29:28.301 [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}] 
01:29:28.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:29:28.302 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:29:28.302 [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@657cb94f] 
01:29:28.302 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy] 
01:29:28.303 [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} 
01:29:28.303 [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} 
01:29:28.304 [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 
01:29:28.304 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:29:28.304 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice2]
01:29:28.305 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 
01:29:28.306 [BundleStart #22] 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 
01:29:28.306 [BundleStart #22] 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) 
01:29:28.306 [BundleStart #22] 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)] 
01:29:28.307 [BundleStart #22] 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... 
01:29:28.308 [BundleStart #22] 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 
01:29:28.308 [BundleStart #22] 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)] 
01:29:28.308 [BundleStart #22] 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)] 
01:29:28.308 [BundleStart #22] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 
01:29:28.308 [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@6ec00061 
01:29:28.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.dependencies.factory, config=osgibundle:/META-INF/spring/*.xml) 
01:29:28.309 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service created by factory (org.eclipse.gemini.blueprint.iandt.dependencies.factory)] 
01:29:28.309 [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) 
01:29:28.309 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy 
01:29:28.309 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:28.310 [BundleStart #22] 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 
01:29:28.310 [BundleStart #22] 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)] 
01:29:28.311 [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 
01:29:28.311 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/factory-dependency.xml] 
01:29:28.311 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:28.311 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory 
01:29:28.314 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:28.315 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.316 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:28.364 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:28.364 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:28.372 [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@7e32144f: defining beans [factory,factoryCreatedObjectExportedToOSGi]; root of factory hierarchy 
01:29:28.373 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:28.373 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:28.374 [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} 
01:29:28.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:29:28.389 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:28.390 [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@7e32144f: defining beans [factory,factoryCreatedObjectExportedToOSGi]; root of factory hierarchy] 
01:29:28.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:28.390 [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@5e690073 
01:29:28.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:28.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:28.391 [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) 
01:29:28.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:28.391 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:28.391 [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) 
01:29:28.391 [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) 
01:29:28.391 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:28.392 [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) 
01:29:28.392 [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@7b8c753e] 
01:29:28.392 [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@10c9f5d3] 
Delaying for:10000
01:29:38.395 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&factoryCreatedObjectExportedToOSGi] is being tracked for dependencies 
01:29:38.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [factoryCreatedObjectExportedToOSGi] depends (transitively) on the following importers:{} 
01:29:38.395 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [factoryCreatedObjectExportedToOSGi] depends on importers:[] 
01:29:38.396 [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 {} 
01:29:38.396 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:29:38.396 [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=14}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:29:38.397 [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=14} 
01:29:38.397 [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=14} 
01:29:38.397 [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 [{}] 
01:29:38.398 [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 [Sat May 04 01:29:26 UTC 2024]; root of context hierarchy] 
01:29:38.398 [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=14} 
01:29:38.398 [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) 
01:29:38.398 [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) 
01:29:38.399 [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) 
01:29:38.399 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:38.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [factoryCreatedObjectExportedToOSGi] started; all its dependencies are satisfied 
01:29:38.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@79650a32] 
01:29:38.400 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy] 
01:29:38.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.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} 
01:29:38.401 [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} 
01:29:38.401 [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 
01:29:38.401 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory 
01:29:38.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=22] 
started bundle [org.eclipse.gemini.blueprint.iandt.dependencies.factory]
01:29:38.402 [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 
01:29:38.402 [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) 
01:29:38.402 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:38.402 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
01:29:38.402 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:29:38.409 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:29:38.468 [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 
01:29:38.469 [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 
01:29:38.469 [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 
01:29:38.470 [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 
01:29:38.470 [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 
01:29:38.472 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:29:38.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:29:38.473 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:29:38.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:29:38.475 [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@acc72c1] 
01:29:38.476 [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@13a493d6] 
01:29:38.477 [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))] 
01:29:38.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@5f153ccd} 
01:29:38.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f153ccd] bound to proxy 
01:29:38.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f153ccd] bound to proxy 
01:29:38.479 [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 
01:29:38.480 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:29:38.480 [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 
01:29:38.481 [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 
01:29:38.481 [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 
01:29:38.483 [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 
01:29:38.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:29:38.484 [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 
01:29:38.485 [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 
01:29:38.486 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:29:38.486 [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 
01:29:38.487 [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))] 
01:29:38.488 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@601a2438} 
01:29:38.488 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@601a2438] bound to proxy 
01:29:38.488 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@601a2438] bound to proxy 
01:29:38.489 [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)] 
01:29:38.489 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@26dd1457} 
01:29:38.489 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@26dd1457] bound to proxy 
01:29:38.489 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@26dd1457] bound to proxy 
01:29:38.490 [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 
01:29:38.491 [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} 
01:29:38.491 [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] 
01:29:38.497 [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 
01:29:38.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.dependencies.DependentImpl] classes {} 
01:29:38.498 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 
01:29:38.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 
01:29:38.499 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7a94d355] 
01:29:38.499 [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 [Sat May 04 01:29:26 UTC 2024]; root of context hierarchy] 
01:29:38.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.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} 
01:29:38.500 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:29:38.501 [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 
01:29:38.501 [main]            DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
01:29:38.501 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:29:38.502 [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=16} 
01:29:38.502 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:38.503 [main]            TRACE o.e.g.b.i.d.FactoryDependencyTest:440 - Reading OSGi results for test [testDependencies] 
01:29:38.504 [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.624 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest
01:29:38.508 [Thread-0]        INFO  o.e.g.b.i.d.FactoryDependencyTest:471 - Shutting down OSGi platform 
01:29:38.509 [Thread-3]        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) 
01:29:38.509 [Thread-3]        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 [Sat May 04 01:29:25 UTC 2024]; root of context hierarchy 
01:29:38.509 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:38.510 [Thread-3]        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 [Sat May 04 01:29:25 UTC 2024]; root of context hierarchy] 
01:29:38.510 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20], BundleImpl[id=21], BundleImpl[id=22]] 
01:29:38.512 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:38.521 [Framework shutdown] 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 
01:29:38.521 [Framework shutdown] 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 
01:29:38.522 [Framework shutdown] 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 
01:29:38.522 [Framework shutdown] 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 
01:29:38.522 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=22], BundleImpl[id=21], BundleImpl[id=20], BundleImpl[id=19]] 
01:29:38.523 [Framework shutdown] 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 
01:29:38.524 [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) 
01:29:38.524 [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@6ec00061 
01:29:38.524 [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) 
01:29:38.525 [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) 
01:29:38.525 [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) 
01:29:38.525 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy 
01:29:38.525 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy] 
01:29:38.526 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [factoryCreatedObjectExportedToOSGi] 
01:29:38.527 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@26dd1457] was unregistered and unbound from the service proxy 
01:29:38.527 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@26dd1457] was unregistered and unbound from the service proxy 
01:29:38.527 [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 
01:29:38.528 [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=16} 
01:29:38.528 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@40097921] 
01:29:38.528 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@26dd1457] 
01:29:38.529 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:38.529 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 
01:29:38.529 [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@6ec00061 
01:29:38.529 [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 
01:29:38.530 [Framework shutdown] 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 
01:29:38.530 [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) 
01:29:38.530 [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@6ec00061 
01:29:38.530 [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) 
01:29:38.530 [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) 
01:29:38.531 [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) 
01:29:38.531 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy 
01:29:38.531 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy] 
01:29:38.531 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:29:38.532 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@601a2438] was unregistered and unbound from the service proxy 
01:29:38.532 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@601a2438] was unregistered and unbound from the service proxy 
01:29:38.532 [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 
01:29:38.532 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@601a2438] 
01:29:38.533 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:38.533 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
01:29:38.533 [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@6ec00061 
01:29:38.533 [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 
01:29:38.533 [Framework shutdown] 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 
01:29:38.533 [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) 
01:29:38.533 [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@6ec00061 
01:29:38.534 [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) 
01:29:38.534 [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) 
01:29:38.534 [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) 
01:29:38.534 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy 
01:29:38.535 [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 [Sat May 04 01:29:28 UTC 2024]; root of context hierarchy] 
01:29:38.535 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:29:38.535 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f153ccd] was unregistered and unbound from the service proxy 
01:29:38.535 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f153ccd] was unregistered and unbound from the service proxy 
01:29:38.535 [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 
01:29:38.536 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5f153ccd] 
01:29:38.536 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:38.536 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:29:38.536 [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@6ec00061 
01:29:38.537 [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 
01:29:38.537 [Framework shutdown] 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 
01:29:38.556 [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) 
01:29:38.556 [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@6ec00061 
01:29:38.557 [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) 
01:29:38.557 [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) 
01:29:38.557 [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) 
01:29:38.557 [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) 
01:29:38.558 [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 [Sat May 04 01:29:26 UTC 2024]; root of context hierarchy 
01:29:38.558 [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 [Sat May 04 01:29:26 UTC 2024]; root of context hierarchy] 
01:29:38.558 [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] 
01:29:38.559 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:38.559 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:29:38.559 [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@6ec00061 
01:29:38.559 [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 
01:29:38.560 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:38.560 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:38.560 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:38.560 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:38.560 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:38.560 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:38.562 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=22] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@24ba5f26 
01:29:38.562 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2a7da5c1 
01:29:38.563 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@2e423456 
01:29:38.563 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6b40affa 
01:29:38.563 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:29:38.564 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:29:38.564 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:29:38.565 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:39,262 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:39,377 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:39,380 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:39,403 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:39,442 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:39,445 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:39,451 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:39,464 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used
01:29:39,471 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:39,472 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:39,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:39,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:39,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:39,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:39,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:39,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
01:29:39,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
01:29:39,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:39,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:39,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:39,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:39,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:39,476 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:39,476 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:39,476 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:39,477 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:39,477 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:39,478 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest
01:29:39.599 [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.KnopflerfishPlatform 
01:29:39.604 [main]            TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 
01:29:39.616 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3015773065223622277kf 
01:29:39.617 [main]            DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Knopflerfish OSGi Platform 
01:29:39.757 [main]            INFO  o.e.g.b.i.d.DependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:29:39.761 [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=} 
01:29:39.762 [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} 
01:29:39.763 [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} 
01:29:39.764 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:39.894 [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] 
01:29:39.910 [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] 
01:29:39.915 [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] 
01:29:39.917 [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] 
01:29:39.926 [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] 
01:29:39.936 [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] 
01:29:39.938 [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] 
01:29:39.942 [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] 
01:29:39.948 [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] 
01:29:39.959 [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] 
01:29:39.978 [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] 
01:29:39.981 [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] 
01:29:39.985 [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] 
01:29:39.993 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:39.995 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:40.004 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:40.010 [main]            DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:40.029 [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] 
01:29:40.061 [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] 
01:29:40.066 [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] 
01:29:40.068 [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] 
01:29:40.068 [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] 
01:29:40.069 [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] 
01:29:40.070 [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] 
01:29:40.073 [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] 
01:29:40.077 [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] 
01:29:40.077 [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] 
01:29:40.084 [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] 
01:29:40.084 [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] 
01:29:40.085 [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] 
01:29:40.089 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:40.091 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:40.092 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:40,120 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:40,165 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:40,168 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:40,178 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:40,204 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:40,206 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:40,210 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:40,216 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@602f6768 - No compression will be used
01:29:40,221 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:40,221 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:40,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:40,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:40,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:40,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:40,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:40,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:40,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:40,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:40,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:40,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:40,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:40,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:40,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:40,225 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:40,226 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:40,226 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:40,226 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:40,227 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55362d8f - Registering current configuration as safe fallback point
01:29:40.241 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:29:40.251 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:40.406 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:40.407 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:40.411 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:40.414 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:40.419 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:40.421 [BundleStart #16] 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 
01:29:40.421 [BundleStart #16] 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) 
01:29:40.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:40.426 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:40.428 [BundleStart #16] 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 
01:29:40.428 [BundleStart #16] 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) 
01:29:40.428 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:40.429 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:40.430 [BundleStart #16] 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 
01:29:40.430 [BundleStart #16] 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) 
01:29:40.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:40.431 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:40.431 [BundleStart #16] 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 
01:29:40.431 [BundleStart #16] 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) 
01:29:40.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:40.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:40.433 [BundleStart #16] 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 
01:29:40.433 [BundleStart #16] 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) 
01:29:40.433 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:40.434 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:40.435 [BundleStart #16] 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 
01:29:40.435 [BundleStart #16] 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) 
01:29:40.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:40.436 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:40.436 [BundleStart #16] 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 
01:29:40.436 [BundleStart #16] 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) 
01:29:40.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:40.437 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:40.438 [BundleStart #16] 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 
01:29:40.438 [BundleStart #16] 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) 
01:29:40.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:40.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:40.439 [BundleStart #16] 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 
01:29:40.439 [BundleStart #16] 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) 
01:29:40.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:40.440 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:40.440 [BundleStart #16] 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 
01:29:40.441 [BundleStart #16] 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) 
01:29:40.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:40.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:40.442 [BundleStart #16] 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 
01:29:40.442 [BundleStart #16] 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) 
01:29:40.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:40.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:40.443 [BundleStart #16] 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 
01:29:40.443 [BundleStart #16] 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) 
01:29:40.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:40.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:40.445 [BundleStart #16] 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 
01:29:40.445 [BundleStart #16] 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) 
01:29:40.445 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:40.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:40.446 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:40.446 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:40.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:40.446 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:40.447 [BundleStart #16] 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 
01:29:40.447 [BundleStart #16] 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) 
01:29:40.447 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:40.448 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:40.449 [BundleStart #16] 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 
01:29:40.450 [BundleStart #16] 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) 
01:29:40.450 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:40.462 [BundleStart #16] 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)] 
01:29:40.462 [BundleStart #16] 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)] 
01:29:40.465 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:40.465 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:40.469 [BundleStart #16] 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)] 
01:29:40.471 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:40.471 [BundleStart #16] 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@5437149d w/ reference null 
01:29:40.472 [BundleStart #16] 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@5437149d w/ reference null 
01:29:40.473 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:40.477 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:40.487 [BundleStart #16] 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 
01:29:40.487 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:40.488 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:40.491 [BundleStart #16] 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 
01:29:40.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:40.491 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:40.493 [BundleStart #16] 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 
01:29:40.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:40.494 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:40.495 [BundleStart #16] 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 
01:29:40.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:40.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:40.497 [BundleStart #16] 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 
01:29:40.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:40.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:40.499 [BundleStart #16] 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 
01:29:40.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:40.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:40.501 [BundleStart #16] 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 
01:29:40.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:40.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:40.502 [BundleStart #16] 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 
01:29:40.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:40.503 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:40.504 [BundleStart #16] 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 
01:29:40.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:40.504 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:40.505 [BundleStart #16] 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 
01:29:40.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:40.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:40.508 [BundleStart #16] 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 
01:29:40.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:40.508 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:40.509 [BundleStart #16] 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 
01:29:40.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:40.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:40.511 [BundleStart #16] 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 
01:29:40.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:40.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:40.512 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:40.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:40.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:40.513 [BundleStart #16] 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 
01:29:40.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:40.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:40.517 [BundleStart #16] 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 
01:29:40.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:40.519 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:40.525 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:40.526 [BundleStart #17] 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 
01:29:40.527 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:40.527 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:40.528 [BundleStart #17] 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 
01:29:40.528 [BundleStart #17] 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) 
01:29:40.528 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:40.530 [main]            INFO  o.e.g.b.i.d.DependencyTest:199 - org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest-bundle.properties was not found; using defaults 
01:29:40.530 [main]            DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 
01:29:40.543 [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] 
01:29:40.543 [main]            INFO  o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 
01:29:40.544 [main]            INFO  o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 
01:29:40.546 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 
01:29:40.546 [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... 
01:29:40.550 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 
01:29:40.566 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:40.566 [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... 
01:29:40.566 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 
01:29:40.570 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:40.570 [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... 
01:29:40.570 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:40.572 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:40.572 [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... 
01:29:40.572 [main]            TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:40.573 [main]            TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:40.573 [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 
01:29:40.574 [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} 
01:29:40.574 [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] 
01:29:40.574 [main]            TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:40.574 [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] 
01:29:40.575 [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] 
01:29:40.575 [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]] 
01:29:40.575 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:40.576 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:40.576 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:40.576 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:40.576 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:40.576 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:40.576 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:40.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:40.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:40.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:40.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 
01:29:40.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 
01:29:40.577 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 
01:29:40.578 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 
01:29:40.578 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 
01:29:40.584 [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 
01:29:40.585 [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.* 
01:29:40.588 [BundleStart #18] 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)] 
01:29:40.588 [BundleStart #18] 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 
01:29:40.589 [BundleStart #18] 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)] 
01:29:40.589 [BundleStart #18] 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)] 
01:29:40.589 [BundleStart #18] 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 
01:29:40.590 [BundleStart #18] 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) 
01:29:40.590 [BundleStart #18] 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)] 
01:29:40.590 [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 
01:29:40.590 [main]            DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:29:40.592 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:29:40.593 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:29:40.594 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:29:40.595 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:29:40.595 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:29:40.596 [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. 
01:29:40.596 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:29:40.597 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:29:40.598 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:29:40.598 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:29:40.598 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:29:40.599 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:29:40.599 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:29:40.600 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:29:40.600 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:29:40.601 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:29:40.601 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:29:40.602 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:29:40.603 [main]            TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:29:40.604 [main]            TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 
01:29:40.617 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 
01:29:40.618 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:29:40.618 [main]            INFO  o.e.g.b.i.d.DependencyTest:190 - Loading context for locations:  
01:29:40.632 [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 [Sat May 04 01:29:40 UTC 2024]; root of context hierarchy 
01:29:40.638 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:40.660 [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@6a78afa0: defining beans []; root of factory hierarchy 
01:29:40.671 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:40.671 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:40.672 [main]            TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:29:40.673 [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] 
01:29:40.677 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 
01:29:40.677 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 
01:29:40.680 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 
01:29:40.683 [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 [Sat May 04 01:29:40 UTC 2024]; root of context hierarchy] 
01:29:40.686 [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} 
01:29:40.687 [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} 
01:29:40.726 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
starting dependency test bundle
01:29:40.771 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 
01:29:40.772 [BundleStart #19] 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 
01:29:40.773 [BundleStart #19] 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)] 
01:29:40.773 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-dependencies (org.eclipse.gemini.blueprint.iandt.dependencies)] 
01:29:40.774 [BundleStart #19] 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 
01:29:40.774 [BundleStart #19] 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) 
01:29:40.774 [BundleStart #19] 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)] 
01:29:40.776 [BundleStart #19] 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... 
01:29:40.777 [BundleStart #19] 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 
01:29:40.778 [BundleStart #19] 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)] 
01:29:40.782 [BundleStart #19] 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)] 
01:29:40.782 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
started dependency test bundle
01:29:40.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 
01:29:40.783 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:29:40.784 [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) 
01:29:40.784 [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 [Sat May 04 01:29:40 UTC 2024]; root of context hierarchy 
01:29:40.785 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:40.796 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/dependencies.xml] 
01:29:40.830 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:40.831 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:40.831 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:40.832 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:40.906 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:40.906 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:40.974 [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@3dc9bfba: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 
01:29:40.974 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:40.974 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:40.975 [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} 
01:29:40.975 [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] 
01:29:40.984 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:40.988 [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@3dc9bfba: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 
01:29:40.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:40.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@26987dfb 
01:29:40.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 
01:29:40.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:41.008 [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))] 
01:29:41.008 [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))] 
01:29:41.010 [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] 
01:29:41.011 [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))] 
01:29:41.012 [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))] 
01:29:41.012 [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] 
01:29:41.013 [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)] 
01:29:41.013 [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)] 
01:29:41.014 [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] 
01:29:41.015 [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))] 
01:29:41.015 [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))] 
01:29:41.016 [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)] 
01:29:41.016 [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) 
01:29:41.016 [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]] 
01:29:41.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 
01:29:41.016 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 
01:29:41.017 [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) 
01:29:41.017 [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)) 
01:29:41.021 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:29:41.023 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:41.023 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 
01:29:42.771 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
01:29:42.772 [BundleStart #21] 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 
01:29:42.773 [BundleStart #21] 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)] 
01:29:42.773 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
01:29:42.774 [BundleStart #21] 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 
01:29:42.774 [BundleStart #21] 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) 
01:29:42.774 [BundleStart #21] 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)] 
01:29:42.775 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:42.775 [BundleStart #21] 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 
01:29:42.776 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 
01:29:42.776 [BundleStart #21] 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)] 
01:29:42.776 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 
01:29:42.776 [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@335d75ef 
01:29:42.776 [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) 
01:29:42.777 [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) 
01:29:42.777 [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 
01:29:42.777 [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 [Sat May 04 01:29:42 UTC 2024]; root of context hierarchy 
01:29:42.778 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:42.778 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:42.778 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
01:29:42.780 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice-osgi.xml] 
01:29:42.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:42.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:42.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:42.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:42.814 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:42.814 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:42.825 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://21/META-INF/spring/simpleservice.xml] 
01:29:42.827 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:42.828 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:42.828 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:42.829 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:42.875 [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@52147236: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:29:42.876 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:42.876 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:42.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 
01:29:42.877 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 
01:29:42.878 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:42.879 [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@52147236: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:29:42.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:42.879 [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@26987dfb 
01:29:42.879 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:42.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:42.880 [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) 
01:29:42.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:42.880 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:42.880 [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) 
01:29:42.881 [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) 
01:29:42.881 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:42.881 [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) 
01:29:42.882 [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@788e7100] 
01:29:42.883 [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@5a4e7ed4] 
01:29:42.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:29:42.896 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:29:42.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:29:42.897 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 
01:29:42.898 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:29:42.899 [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=10}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:29:42.900 [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=10} 
01:29:42.901 [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=10} 
01:29:42.901 [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}] 
01:29:42.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:29:42.902 [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=10} 
01:29:42.902 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:29:42.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@651c0b1a] 
01:29:42.903 [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 [Sat May 04 01:29:42 UTC 2024]; root of context hierarchy] 
01:29:42.904 [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} 
01:29:42.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} 
01:29:42.905 [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 
01:29:42.905 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 
01:29:42.906 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=21] 
started bundle [org.eclipse.gemini.blueprint.iandt.simpleservice3]
01:29:42.907 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:29:42.908 [BundleStart #20] 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 
01:29:42.909 [BundleStart #20] 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)] 
01:29:42.909 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:29:42.910 [BundleStart #20] 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 
01:29:42.910 [BundleStart #20] 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) 
01:29:42.910 [BundleStart #20] 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)] 
01:29:42.911 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-2 is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:42.912 [BundleStart #20] 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 
01:29:42.912 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 
01:29:42.912 [BundleStart #20] 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)] 
01:29:42.912 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 
01:29:42.912 [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 
01:29:42.912 [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@335d75ef 
01:29:42.913 [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) 
01:29:42.913 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:42.913 [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) 
01:29:42.913 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 
01:29:42.913 [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 [Sat May 04 01:29:42 UTC 2024]; root of context hierarchy 
01:29:42.914 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:42.915 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice-osgi.xml] 
01:29:42.918 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:42.919 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:42.919 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:42.920 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:42.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:42.975 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:42.984 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 
01:29:42.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:42.987 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:42.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:42.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:43.007 [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@6775c9aa: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 
01:29:43.008 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:43.008 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:43.009 [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} 
01:29:43.009 [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] 
01:29:43.010 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:43.011 [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@6775c9aa: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 
01:29:43.011 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:43.011 [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@26987dfb 
01:29:43.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:43.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:43.012 [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) 
01:29:43.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:43.013 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:43.013 [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) 
01:29:43.013 [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) 
01:29:43.013 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:43.014 [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) 
01:29:43.014 [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@40ad7abc] 
01:29:43.015 [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@79565d7e] 
01:29:43.017 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 
01:29:43.017 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 
01:29:43.017 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 
01:29:43.018 [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 {} 
01:29:43.018 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}] 
01:29:43.019 [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=12}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:29:43.019 [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=12} 
01:29:43.019 [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}] 
01:29:43.020 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  6 for bundle BundleImpl[id=19] 
01:29:43.020 [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=12} 
01:29:43.021 [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=12} 
01:29:43.021 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 
01:29:43.021 [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@5d1a2cac] 
01:29:43.022 [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 [Sat May 04 01:29:42 UTC 2024]; root of context hierarchy] 
01:29:43.022 [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} 
01:29:43.023 [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} 
01:29:43.024 [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 
01:29:43.024 [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]
01:29:43.024 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=20] 
01:29:43.025 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:29:43.057 [BundleStart #22] 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 
01:29:43.058 [BundleStart #22] 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)] 
01:29:43.058 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:29:43.058 [BundleStart #22] 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 
01:29:43.059 [BundleStart #22] 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) 
01:29:43.059 [BundleStart #22] 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)] 
01:29:43.059 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Simple-Service-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:43.060 [BundleStart #22] 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 
01:29:43.060 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 
01:29:43.060 [BundleStart #22] 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)] 
01:29:43.060 [BundleStart #22] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 
01:29:43.060 [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@335d75ef 
01:29:43.060 [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 
01:29:43.061 [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) 
01:29:43.061 [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) 
01:29:43.061 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:43.062 [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 [Sat May 04 01:29:43 UTC 2024]; root of context hierarchy 
01:29:43.062 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 
01:29:43.062 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:43.064 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice-osgi.xml] 
01:29:43.067 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:43.067 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:43.068 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:43.068 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:43.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:43.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd at bundle://15/org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 
01:29:43.107 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice.xml] 
01:29:43.109 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:43.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/springframework/beans/factory/xml/spring-beans.xsd at bundle://8/org/springframework/beans/factory/xml/spring-beans.xsd 
01:29:43.110 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:43.111 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:43.202 [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@1b0f7ab3: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 
01:29:43.203 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:43.203 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:43.204 [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} 
01:29:43.204 [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] 
01:29:43.205 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:43.206 [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@1b0f7ab3: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 
01:29:43.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:43.206 [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@26987dfb 
01:29:43.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:43.206 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:43.207 [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) 
01:29:43.207 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:43.207 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:43.207 [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) 
01:29:43.208 [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) 
01:29:43.208 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:43.208 [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) 
01:29:43.209 [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@344ef03e] 
01:29:43.209 [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@460caec3] 
Delaying for:10000
01:29:53.211 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 
01:29:53.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 
01:29:53.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 
01:29:53.212 [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 {} 
01:29:53.213 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.simpleservice.MyService}] 
01:29:53.213 [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=14}] for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 
01:29:53.214 [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=14} 
01:29:53.214 [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=14} 
01:29:53.214 [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=14} 
01:29:53.214 [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 [{}] 
01:29:53.215 [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 [Sat May 04 01:29:40 UTC 2024]; root of context hierarchy] 
01:29:53.215 [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) 
01:29:53.216 [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) 
01:29:53.216 [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) 
01:29:53.216 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:53.216 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 
01:29:53.217 [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@ca25fef] 
01:29:53.217 [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 [Sat May 04 01:29:43 UTC 2024]; root of context hierarchy] 
01:29:53.218 [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} 
01:29:53.218 [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} 
01:29:53.219 [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 
01:29:53.219 [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]
01:29:53.219 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=22] 
01:29:53.220 [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 
01:29:53.220 [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) 
01:29:53.220 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:53.220 [main]            DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
01:29:53.220 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:29:53.227 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:29:53.235 [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 
01:29:53.235 [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 
01:29:53.236 [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 
01:29:53.236 [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 
01:29:53.237 [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 
01:29:53.239 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:29:53.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:29:53.240 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 
01:29:53.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 
01:29:53.243 [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@5ca21cfa] 
01:29:53.243 [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@428f90cd] 
01:29:53.245 [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))] 
01:29:53.245 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23} 
01:29:53.246 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23] bound to proxy 
01:29:53.246 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23] bound to proxy 
01:29:53.247 [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 
01:29:53.247 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:29:53.248 [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 
01:29:53.248 [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 
01:29:53.249 [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 
01:29:53.250 [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 
01:29:53.250 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:29:53.250 [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 
01:29:53.251 [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 
01:29:53.252 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 
01:29:53.252 [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 
01:29:53.253 [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))] 
01:29:53.253 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@32a8645c} 
01:29:53.254 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@32a8645c] bound to proxy 
01:29:53.254 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@32a8645c] bound to proxy 
01:29:53.254 [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)] 
01:29:53.255 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665} 
01:29:53.255 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665] bound to proxy 
01:29:53.255 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665] bound to proxy 
01:29:53.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 
01:29:53.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:{&simpleService2, &simpleService3, &nested} 
01:29:53.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:[&simpleService2, &simpleService3, &nested] 
01:29:53.262 [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 
01:29:53.263 [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 {} 
01:29:53.263 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 
01:29:53.264 [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 
01:29:53.264 [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@1ca0c946] 
01:29:53.265 [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 [Sat May 04 01:29:40 UTC 2024]; root of context hierarchy] 
01:29:53.265 [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} 
01:29:53.266 [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} 
01:29:53.266 [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 
01:29:53.266 [main]            DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 
01:29:53.267 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:29:53.267 [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=16} 
01:29:53.267 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:53.268 [main]            TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 
01:29:53.269 [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: 13.676 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest
01:29:53.273 [Thread-0]        INFO  o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 
01:29:53.273 [Thread-3]        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) 
01:29:53.273 [Thread-3]        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 [Sat May 04 01:29:40 UTC 2024]; root of context hierarchy 
01:29:53.274 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:53.274 [Thread-3]        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 [Sat May 04 01:29:40 UTC 2024]; root of context hierarchy] 
01:29:53.274 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:53.274 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:53.274 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:53.274 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:53.274 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20], BundleImpl[id=21], BundleImpl[id=22]] 
01:29:53.276 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:53.284 [Framework shutdown] 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 
01:29:53.285 [Framework shutdown] 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 
01:29:53.285 [Framework shutdown] 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 
01:29:53.285 [Framework shutdown] 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 
01:29:53.286 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=22], BundleImpl[id=21], BundleImpl[id=20], BundleImpl[id=19]] 
01:29:53.287 [Framework shutdown] 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 
01:29:53.287 [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) 
01:29:53.287 [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@335d75ef 
01:29:53.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:29:53.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 
01:29:53.288 [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) 
01:29:53.288 [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 [Sat May 04 01:29:43 UTC 2024]; root of context hierarchy 
01:29:53.289 [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 [Sat May 04 01:29:43 UTC 2024]; root of context hierarchy] 
01:29:53.289 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 
01:29:53.290 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665] was unregistered and unbound from the service proxy 
01:29:53.290 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665] was unregistered and unbound from the service proxy 
01:29:53.290 [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 
01:29:53.291 [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=16} 
01:29:53.291 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1b43dc85] 
01:29:53.292 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2ffb8665] 
01:29:53.292 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:53.293 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 
01:29:53.293 [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@335d75ef 
01:29:53.293 [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 
01:29:53.293 [Framework shutdown] 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 
01:29:53.293 [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) 
01:29:53.293 [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@335d75ef 
01:29:53.294 [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) 
01:29:53.294 [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) 
01:29:53.294 [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) 
01:29:53.294 [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 [Sat May 04 01:29:42 UTC 2024]; root of context hierarchy 
01:29:53.294 [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 [Sat May 04 01:29:42 UTC 2024]; root of context hierarchy] 
01:29:53.295 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:29:53.295 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@32a8645c] was unregistered and unbound from the service proxy 
01:29:53.295 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@32a8645c] was unregistered and unbound from the service proxy 
01:29:53.295 [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 
01:29:53.295 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@32a8645c] 
01:29:53.296 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:53.296 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 
01:29:53.296 [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@335d75ef 
01:29:53.296 [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 
01:29:53.296 [Framework shutdown] 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 
01:29:53.296 [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) 
01:29:53.297 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 
01:29:53.297 [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) 
01:29:53.297 [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) 
01:29:53.297 [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) 
01:29:53.297 [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 [Sat May 04 01:29:42 UTC 2024]; root of context hierarchy 
01:29:53.298 [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 [Sat May 04 01:29:42 UTC 2024]; root of context hierarchy] 
01:29:53.298 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 
01:29:53.298 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23] was unregistered and unbound from the service proxy 
01:29:53.298 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23] was unregistered and unbound from the service proxy 
01:29:53.299 [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 
01:29:53.299 [Gemini Blueprint context shutdown thread 1] INFO  o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3d3fcb23] 
01:29:53.299 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:53.299 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 
01:29:53.299 [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@335d75ef 
01:29:53.299 [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 
01:29:53.300 [Framework shutdown] 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 
01:29:53.300 [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) 
01:29:53.300 [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@335d75ef 
01:29:53.300 [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) 
01:29:53.300 [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) 
01:29:53.300 [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) 
01:29:53.301 [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) 
01:29:53.301 [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 [Sat May 04 01:29:40 UTC 2024]; root of context hierarchy 
01:29:53.301 [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 [Sat May 04 01:29:40 UTC 2024]; root of context hierarchy] 
01:29:53.301 [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] 
01:29:53.302 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:53.302 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:29:53.302 [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@335d75ef 
01:29:53.302 [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 
01:29:53.302 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:53.302 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:53.304 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=22] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3123f419 
01:29:53.304 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=21] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3fe41c4d 
01:29:53.304 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=20] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@3bdb9f69 
01:29:53.305 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@7ed91676 
01:29:53.305 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:29:53.305 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:29:53.306 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:29:53.306 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:54,000 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:54,119 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:54,122 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:54,145 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:54,184 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:54,187 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:54,193 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:54,203 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:29:54,210 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:54,210 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:54,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:54,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:54,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:54,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:54,213 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:54,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
01:29:54,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
01:29:54,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:54,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:54,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:54,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:54,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:54,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:54,215 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:54,215 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:54,216 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:54,216 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:54,217 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest
01:29:54.336 [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.KnopflerfishPlatform 
01:29:54.341 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:85 - Instantiating platform wrapper... 
01:29:54.353 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7643884379198628251kf 
01:29:54.354 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:215 - About to start Knopflerfish OSGi Platform 
01:29:54.487 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:29:54.491 [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=} 
01:29:54.492 [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} 
01:29:54.493 [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} 
01:29:54.494 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:54.637 [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] 
01:29:54.656 [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] 
01:29:54.662 [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] 
01:29:54.665 [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] 
01:29:54.673 [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] 
01:29:54.684 [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] 
01:29:54.686 [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] 
01:29:54.691 [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] 
01:29:54.696 [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] 
01:29:54.702 [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] 
01:29:54.720 [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] 
01:29:54.723 [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] 
01:29:54.727 [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] 
01:29:54.757 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:54.762 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:54.767 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:54.771 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:54.790 [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] 
01:29:54.799 [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] 
01:29:54.804 [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] 
01:29:54.806 [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] 
01:29:54.807 [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] 
01:29:54.807 [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] 
01:29:54.808 [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] 
01:29:54.811 [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] 
01:29:54.815 [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] 
01:29:54.816 [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] 
01:29:54.822 [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] 
01:29:54.823 [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] 
01:29:54.824 [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] 
01:29:54.828 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:54.829 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:54.831 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:54,875 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:54,915 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:54,917 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:54,928 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:54,955 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:54,957 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:54,963 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:54,971 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@26fd77b - No compression will be used
01:29:54,975 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:54,975 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:54,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:54,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:54,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:54,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:54,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:54,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:54,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:54,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:54,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:54,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:54,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:54,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:54,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:54,979 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:54,979 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:54,980 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:54,980 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:54,981 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4e0651fa - Registering current configuration as safe fallback point
01:29:54.993 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:29:55.003 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:55.184 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:55.185 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:55.189 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:55.193 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:55.197 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:55.199 [BundleStart #16] 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 
01:29:55.199 [BundleStart #16] 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) 
01:29:55.200 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:55.200 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:55.201 [BundleStart #16] 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 
01:29:55.202 [BundleStart #16] 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) 
01:29:55.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:55.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:55.203 [BundleStart #16] 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 
01:29:55.204 [BundleStart #16] 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) 
01:29:55.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:55.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:55.205 [BundleStart #16] 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 
01:29:55.205 [BundleStart #16] 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) 
01:29:55.205 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:55.206 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:55.206 [BundleStart #16] 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 
01:29:55.207 [BundleStart #16] 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) 
01:29:55.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:55.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:55.208 [BundleStart #16] 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 
01:29:55.209 [BundleStart #16] 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) 
01:29:55.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:55.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:55.209 [BundleStart #16] 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 
01:29:55.210 [BundleStart #16] 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) 
01:29:55.210 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:55.210 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:55.211 [BundleStart #16] 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 
01:29:55.211 [BundleStart #16] 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) 
01:29:55.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:55.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:55.212 [BundleStart #16] 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 
01:29:55.212 [BundleStart #16] 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) 
01:29:55.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:55.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:55.214 [BundleStart #16] 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 
01:29:55.214 [BundleStart #16] 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) 
01:29:55.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:55.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:55.216 [BundleStart #16] 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 
01:29:55.216 [BundleStart #16] 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) 
01:29:55.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:55.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:55.217 [BundleStart #16] 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 
01:29:55.217 [BundleStart #16] 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) 
01:29:55.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:55.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:55.219 [BundleStart #16] 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 
01:29:55.219 [BundleStart #16] 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) 
01:29:55.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:55.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:55.219 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:55.220 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:55.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:55.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:55.220 [BundleStart #16] 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 
01:29:55.221 [BundleStart #16] 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) 
01:29:55.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:55.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:55.223 [BundleStart #16] 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 
01:29:55.223 [BundleStart #16] 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) 
01:29:55.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:55.232 [BundleStart #16] 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)] 
01:29:55.232 [BundleStart #16] 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)] 
01:29:55.235 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:55.236 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:55.258 [BundleStart #16] 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)] 
01:29:55.260 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:55.261 [BundleStart #16] 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@1ff504f w/ reference null 
01:29:55.261 [BundleStart #16] 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@1ff504f w/ reference null 
01:29:55.262 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:55.266 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:55.276 [BundleStart #16] 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 
01:29:55.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:55.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:55.280 [BundleStart #16] 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 
01:29:55.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:55.281 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:55.284 [BundleStart #16] 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 
01:29:55.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:55.284 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:55.285 [BundleStart #16] 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 
01:29:55.285 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:55.286 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:55.287 [BundleStart #16] 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 
01:29:55.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:55.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:55.289 [BundleStart #16] 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 
01:29:55.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:55.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:55.291 [BundleStart #16] 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 
01:29:55.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:55.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:55.292 [BundleStart #16] 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 
01:29:55.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:55.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:55.294 [BundleStart #16] 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 
01:29:55.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:55.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:55.296 [BundleStart #16] 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 
01:29:55.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:55.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:55.298 [BundleStart #16] 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 
01:29:55.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:55.298 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:55.299 [BundleStart #16] 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 
01:29:55.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:55.299 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:55.301 [BundleStart #16] 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 
01:29:55.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:55.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:55.303 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:55.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:55.303 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:55.304 [BundleStart #16] 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 
01:29:55.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:55.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:55.307 [BundleStart #16] 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 
01:29:55.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:55.309 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:55.315 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:55.317 [BundleStart #17] 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 
01:29:55.317 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:55.317 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:55.318 [BundleStart #17] 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 
01:29:55.322 [BundleStart #17] 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) 
01:29:55.322 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:55.324 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:199 - org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest-bundle.properties was not found; using defaults 
01:29:55.325 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:511 - Post processing: creating test bundle 
01:29:55.336 [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] 
01:29:55.337 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:202 - Automatically creating Manifest for the test bundle 
01:29:55.337 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:366 - Using the test class for generating bundle imports 
01:29:55.340 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 
01:29:55.340 [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... 
01:29:55.344 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class RecursiveTypesTest 
01:29:55.355 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:55.355 [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... 
01:29:55.356 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest 
01:29:55.360 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:55.360 [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... 
01:29:55.360 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:55.363 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:55.363 [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... 
01:29:55.363 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:55.364 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:55.364 [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 
01:29:55.365 [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} 
01:29:55.365 [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] 
01:29:55.365 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:55.365 [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] 
01:29:55.366 [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] 
01:29:55.366 [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]] 
01:29:55.366 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:55.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:55.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:55.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:55.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:55.367 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:55.368 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:55.368 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:55.368 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:55.368 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:55.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 
01:29:55.369 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 
01:29:55.375 [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 
01:29:55.375 [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.* 
01:29:55.378 [BundleStart #18] 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)] 
01:29:55.378 [BundleStart #18] 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 
01:29:55.379 [BundleStart #18] 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)] 
01:29:55.379 [BundleStart #18] 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)] 
01:29:55.379 [BundleStart #18] 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 
01:29:55.379 [BundleStart #18] 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) 
01:29:55.380 [BundleStart #18] 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)] 
01:29:55.380 [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 
01:29:55.380 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 
01:29:55.382 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 
01:29:55.383 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 
01:29:55.384 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 
01:29:55.385 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 
01:29:55.385 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 
01:29:55.386 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 
01:29:55.387 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 
01:29:55.387 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 
01:29:55.388 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 
01:29:55.388 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 
01:29:55.389 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 
01:29:55.389 [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. 
01:29:55.390 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 
01:29:55.390 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 
01:29:55.391 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 
01:29:55.392 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 
01:29:55.392 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 
01:29:55.392 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 
01:29:55.393 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 
01:29:55.394 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:364 - Writing test name [testBeanReference] to OSGi 
01:29:55.407 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReference] for execution inside OSGi 
01:29:55.408 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBeanReference] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 
01:29:55.408 [main]            INFO  o.e.g.b.i.r.RecursiveTypesTest:190 - Loading context for locations:  
01:29:55.421 [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 [Sat May 04 01:29:55 UTC 2024]; root of context hierarchy 
01:29:55.427 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:55.446 [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@6a78afa0: defining beans []; root of factory hierarchy 
01:29:55.464 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:55.464 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:55.465 [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} 
01:29:55.466 [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] 
01:29:55.470 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@7d8704ef] 
01:29:55.470 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@13b6aecc] 
01:29:55.473 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@394df057] 
01:29:55.476 [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 [Sat May 04 01:29:55 UTC 2024]; root of context hierarchy] 
01:29:55.478 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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} 
01:29:55.480 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 
01:29:55.514 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:55.528 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 
01:29:55.531 [BundleStart #19] 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 
01:29:55.531 [BundleStart #19] INFO  o.e.g.b.e.i.b.a.s.BlueprintContainerCreator:54 - Discovered configurations {bundle://19/OSGI-INF/blueprint/recursive.xml} in bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 
01:29:55.532 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:185 - Bundle Recursive-Type-Sample is type compatible with extender gemini-blueprint-extender; processing bundle... 
01:29:55.534 [BundleStart #19] 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 
01:29:55.534 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:235 - Asynchronous context creation for bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 
01:29:55.537 [BundleStart #19] 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)] 
01:29:55.537 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:29:55.538 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 
01:29:55.538 [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@173bfaa4 
01:29:55.539 [BundleStart #19] 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 
01:29:55.539 [BundleStart #19] 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) 
01:29:55.539 [BundleStart #19] 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)] 
01:29:55.540 [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 
01:29:55.541 [main]            TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:55.541 [main]            DEBUG o.e.g.b.i.r.RecursiveTypesTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.recursive 
01:29:55.542 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  1 for bundle BundleImpl[id=19] 
01:29:55.543 [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=bundle://19/OSGI-INF/blueprint/recursive.xml) 
01:29:55.543 [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=bundle://19/OSGI-INF/blueprint/recursive.xml) 
01:29:55.544 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): startup date [Sat May 04 01:29:55 UTC 2024]; root of context hierarchy 
01:29:55.545 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
01:29:55.563 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from OSGi resource[bundle://19/OSGI-INF/blueprint/recursive.xml|bnd.id=19|bnd.sym=org.eclipse.gemini.blueprint.iandt.recursive] 
01:29:55.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:55.595 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:55.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:55.596 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:164 - Found resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd at bundle://15/org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 
01:29:55.672 [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#52b44f72] 
01:29:55.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@240788a2: defining beans [recursiveTestBean]; root of factory hierarchy 
01:29:55.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:55.674 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:55.675 [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} 
01:29:55.675 [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] 
01:29:55.689 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundle 
01:29:55.689 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundleContext 
01:29:55.689 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintContainer 
01:29:55.690 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintConverter 
01:29:55.692 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.b.c.s.i.c.CycleOrderingProcessor:60 - Inspecting cycles for (blueprint) bean recursiveTestBean 
01:29:55.693 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 
01:29:55.697 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@240788a2: defining beans [recursiveTestBean,blueprintBundle,blueprintBundleContext,blueprintContainer,blueprintConverter]; root of factory hierarchy] 
01:29:55.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 
01:29:55.698 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@70dcab0b 
01:29:55.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 
01:29:55.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 
01:29:55.700 [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=bundle://19/OSGI-INF/blueprint/recursive.xml) 
01:29:55.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 
01:29:55.700 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 
01:29:55.700 [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=bundle://19/OSGI-INF/blueprint/recursive.xml) 
01:29:55.701 [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=bundle://19/OSGI-INF/blueprint/recursive.xml) 
01:29:55.701 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:55.702 [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=bundle://19/OSGI-INF/blueprint/recursive.xml) 
01:29:55.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@6af18b7] 
01:29:55.704 [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@4fe6fd60] 
Loaded the generic argument:org.eclipse.gemini.blueprint.iandt.recursive.RecursiveGenericType@18e56040
01:29:55.732 [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@34a9c213] 
01:29:55.732 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): startup date [Sat May 04 01:29:55 UTC 2024]; root of context hierarchy] 
01:29:55.743 [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} 
01:29:55.744 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.b.c.s.BlueprintContainerServicePublisher:101 - Publishing service under classes {org.osgi.service.blueprint.container.BlueprintContainer} 
01:29:55.745 [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} 
01:29:55.745 [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} 
01:29:55.746 [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 
01:29:55.746 [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]
01:29:55.747 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:55.748 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  2 for bundle BundleImpl[id=19] 
01:29:55.748 [main]            TRACE o.e.g.b.i.r.RecursiveTypesTest:440 - Reading OSGi results for test [testBeanReference] 
01:29:55.749 [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: 1.418 sec - in org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest
01:29:55.753 [Thread-0]        INFO  o.e.g.b.i.r.RecursiveTypesTest:471 - Shutting down OSGi platform 
01:29:55.754 [Thread-3]        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) 
01:29:55.754 [Thread-3]        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 [Sat May 04 01:29:55 UTC 2024]; root of context hierarchy 
01:29:55.754 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:55.754 [Thread-3]        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 [Sat May 04 01:29:55 UTC 2024]; root of context hierarchy] 
01:29:55.755 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 
01:29:55.756 [Framework shutdown] 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 
01:29:55.756 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:29:55.756 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:55.757 [Framework shutdown] 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=bundle://19/OSGI-INF/blueprint/recursive.xml)] incremented to 1 
01:29:55.758 [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=bundle://19/OSGI-INF/blueprint/recursive.xml) 
01:29:55.758 [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@173bfaa4 
01:29:55.758 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  3 for bundle BundleImpl[id=19] 
01:29:55.759 [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=bundle://19/OSGI-INF/blueprint/recursive.xml) 
01:29:55.759 [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=bundle://19/OSGI-INF/blueprint/recursive.xml) 
01:29:55.759 [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) 
01:29:55.760 [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=bundle://19/OSGI-INF/blueprint/recursive.xml): startup date [Sat May 04 01:29:55 UTC 2024]; root of context hierarchy 
01:29:55.760 [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=bundle://19/OSGI-INF/blueprint/recursive.xml): org.springframework.context.event.ContextClosedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml): startup date [Sat May 04 01:29:55 UTC 2024]; root of context hierarchy] 
01:29:55.761 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:55.762 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:29:55.762 [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@173bfaa4 
01:29:55.762 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event  4 for bundle BundleImpl[id=19] 
01:29:55.762 [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=bundle://19/OSGI-INF/blueprint/recursive.xml)] decremented to 0 
01:29:55.763 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:55.763 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:55.763 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:55.763 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:55.764 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:55.764 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:55.765 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was org.osgi.service.blueprint.container.BlueprintEvent@6c1335ef 
01:29:55.765 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:29:55.765 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:29:55.766 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:29:55.767 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:56,507 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:56,630 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:56,633 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:56,656 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:56,696 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:56,698 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:56,704 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:56,714 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used
01:29:56,722 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:56,722 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:56,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:56,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:56,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:56,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:56,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:56,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
01:29:56,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
01:29:56,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:56,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:56,726 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:56,726 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:56,726 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:56,726 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:56,726 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:56,726 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:56,727 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:56,727 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:56,728 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point
Running org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest
01:29:56.854 [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.KnopflerfishPlatform 
01:29:56.859 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:85 - Instantiating platform wrapper... 
01:29:56.871 [main]            DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6202362558584016037kf 
01:29:56.871 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:215 - About to start Knopflerfish OSGi Platform 
01:29:56.978 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:279 - Knopflerfish OSGi Platform [7.1.2] started 
01:29:56.982 [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=} 
01:29:56.983 [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} 
01:29:56.984 [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} 
01:29:56.985 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:57.117 [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] 
01:29:57.134 [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] 
01:29:57.139 [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] 
01:29:57.142 [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] 
01:29:57.150 [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] 
01:29:57.161 [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] 
01:29:57.163 [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] 
01:29:57.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-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 
01:29:57.172 [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] 
01:29:57.178 [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] 
01:29:57.196 [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] 
01:29:57.198 [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] 
01:29:57.203 [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] 
01:29:57.211 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:57.213 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:57.217 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:57.221 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:293 - Installing bundle from location file [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:57.281 [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] 
01:29:57.297 [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] 
01:29:57.305 [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] 
01:29:57.307 [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] 
01:29:57.307 [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] 
01:29:57.308 [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] 
01:29:57.309 [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] 
01:29:57.313 [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] 
01:29:57.317 [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] 
01:29:57.318 [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] 
01:29:57.328 [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] 
01:29:57.329 [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] 
01:29:57.329 [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] 
01:29:57.334 [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-knopflerfish/io/target/gemini-blueprint-io-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:57.336 [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-knopflerfish/core/target/gemini-blueprint-core-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:57.339 [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-knopflerfish/extender/target/gemini-blueprint-extender-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:57,371 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml] at [file:/home/jenkins/agent/workspace/gemini-blueprint-knopflerfish/integration-tests/tests/target/test-classes/logback-test.xml]
01:29:57,413 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:29:57,415 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout]
01:29:57,426 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:57,452 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
01:29:57,454 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
01:29:57,459 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:29:57,466 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used
01:29:57,471 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log
01:29:57,471 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log]
01:29:57,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE
01:29:57,473 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE
01:29:57,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN
01:29:57,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN
01:29:57,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.listeners] to WARN
01:29:57,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN
01:29:57,474 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO
01:29:57,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN
01:29:57,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO
01:29:57,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN
01:29:57,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE
01:29:57,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO
01:29:57,475 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE
01:29:57,476 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:29:57,476 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT]
01:29:57,476 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
01:29:57,477 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:29:57,477 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point
01:29:57.491 [BundleStart #16] INFO  o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 
01:29:57.502 [BundleStart #16] INFO  o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 
01:29:57.706 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:57.707 [BundleStart #16] INFO  o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService  
01:29:57.711 [BundleStart #16] WARN  o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 
01:29:57.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 
01:29:57.721 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:57.722 [BundleStart #16] 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 
01:29:57.723 [BundleStart #16] 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) 
01:29:57.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:57.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:57.726 [BundleStart #16] 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 
01:29:57.726 [BundleStart #16] 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) 
01:29:57.726 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:57.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:57.729 [BundleStart #16] 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 
01:29:57.729 [BundleStart #16] 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) 
01:29:57.729 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:57.730 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:57.730 [BundleStart #16] 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 
01:29:57.731 [BundleStart #16] 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) 
01:29:57.731 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:57.732 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:57.732 [BundleStart #16] 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 
01:29:57.732 [BundleStart #16] 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) 
01:29:57.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:57.733 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:57.734 [BundleStart #16] 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 
01:29:57.735 [BundleStart #16] 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) 
01:29:57.735 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:57.736 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:57.736 [BundleStart #16] 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 
01:29:57.736 [BundleStart #16] 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) 
01:29:57.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:57.737 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:57.738 [BundleStart #16] 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 
01:29:57.738 [BundleStart #16] 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) 
01:29:57.738 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:57.739 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:57.739 [BundleStart #16] 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 
01:29:57.740 [BundleStart #16] 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) 
01:29:57.740 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:57.740 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:57.741 [BundleStart #16] 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 
01:29:57.742 [BundleStart #16] 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) 
01:29:57.742 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:57.743 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:57.743 [BundleStart #16] 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 
01:29:57.744 [BundleStart #16] 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) 
01:29:57.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:57.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:57.745 [BundleStart #16] 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 
01:29:57.745 [BundleStart #16] 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) 
01:29:57.746 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:57.746 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:57.747 [BundleStart #16] 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 
01:29:57.748 [BundleStart #16] 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) 
01:29:57.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:57.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:57.748 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s 
01:29:57.748 [BundleStart #16] TRACE o.e.g.b.e.s.DefaultOsgiApplicationContextCreator:57 - Created configuration AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=true|wait-for-deps=true|publishCtx=true|timeout=300s for bundle System Bundle (org.knopflerfish.framework) 
01:29:57.749 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:57.749 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:57.749 [BundleStart #16] 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 
01:29:57.749 [BundleStart #16] 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) 
01:29:57.750 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:57.750 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:57.752 [BundleStart #16] 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 
01:29:57.753 [BundleStart #16] 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) 
01:29:57.753 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:57.763 [BundleStart #16] 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)] 
01:29:57.764 [BundleStart #16] 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)] 
01:29:57.767 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 
01:29:57.767 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 
01:29:57.771 [BundleStart #16] 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)] 
01:29:57.773 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 
01:29:57.773 [BundleStart #16] 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@1f27620 w/ reference null 
01:29:57.773 [BundleStart #16] 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@1f27620 w/ reference null 
01:29:57.775 [BundleStart #16] INFO  o.e.g.b.e.i.b.e.EventAdminDispatcher:51 - EventAdmin package not found; no Blueprint lifecycle events will be published 
01:29:57.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:57.797 [BundleStart #16] 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 
01:29:57.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 
01:29:57.797 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:57.801 [BundleStart #16] 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 
01:29:57.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-core (org.apache.servicemix.bundles.spring-core)] 
01:29:57.801 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:57.804 [BundleStart #16] 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 
01:29:57.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] 
01:29:57.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:57.805 [BundleStart #16] 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 
01:29:57.806 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 
01:29:57.806 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:57.807 [BundleStart #16] 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 
01:29:57.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 
01:29:57.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:57.810 [BundleStart #16] 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 
01:29:57.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-test (org.apache.servicemix.bundles.spring-test)] 
01:29:57.811 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:57.812 [BundleStart #16] 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 
01:29:57.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 
01:29:57.812 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:57.814 [BundleStart #16] 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 
01:29:57.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Classic Module (ch.qos.logback.classic)] 
01:29:57.814 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:57.816 [BundleStart #16] 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 
01:29:57.816 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-expression (org.apache.servicemix.bundles.spring-expression)] 
01:29:57.817 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:57.818 [BundleStart #16] 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 
01:29:57.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Logback Core Module (ch.qos.logback.core)] 
01:29:57.819 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:57.822 [BundleStart #16] 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 
01:29:57.822 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] 
01:29:57.822 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 
01:29:57.823 [BundleStart #16] 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 
01:29:57.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 
01:29:57.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:57.827 [BundleStart #16] 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 
01:29:57.827 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [AssertJ fluent assertions (org.assertj.core)] 
01:29:57.828 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 
01:29:57.829 [BundleStart #16] TRACE o.e.g.b.e.s.ApplicationContextConfiguration:103 - Configuration: AppCtxCfg [Bundle=org.knopflerfish.framework]isSpringBundle=false|async=false|wait-for-deps=false|publishCtx=false|timeout=0s 
01:29:57.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 
01:29:57.829 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:57.830 [BundleStart #16] 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 
01:29:57.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [jcl-over-slf4j (jcl.over.slf4j)] 
01:29:57.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:57.836 [BundleStart #16] 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 
01:29:57.836 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [Apache ServiceMix :: Bundles :: spring-context (org.apache.servicemix.bundles.spring-context)] 
01:29:57.837 [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-knopflerfish/test-support/target/gemini-blueprint-test-3.0.1.BUILD-SNAPSHOT.jar] 
01:29:57.844 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:57.846 [BundleStart #17] 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 
01:29:57.846 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:57.846 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:57.847 [BundleStart #17] 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 
01:29:57.851 [BundleStart #17] 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) 
01:29:57.851 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 
01:29:57.854 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:199 - org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest-bundle.properties was not found; using defaults 
01:29:57.854 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:511 - Post processing: creating test bundle 
01:29:57.867 [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] 
01:29:57.868 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:202 - Automatically creating Manifest for the test bundle 
01:29:57.869 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:366 - Using the test class for generating bundle imports 
01:29:57.871 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 
01:29:57.871 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:460 - Package [org.eclipse.gemini.blueprint.iandt.errors] is part of the test archive; parsing ErrorHandlingTest bytecode to determine imports... 
01:29:57.875 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class ErrorHandlingTest 
01:29:57.888 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:57.888 [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... 
01:29:57.888 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest 
01:29:57.892 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:57.892 [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... 
01:29:57.893 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 
01:29:57.894 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:57.895 [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... 
01:29:57.895 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 
01:29:57.896 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 
01:29:57.896 [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 
01:29:57.896 [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} 
01:29:57.896 [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] 
01:29:57.897 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 
01:29:57.897 [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] 
01:29:57.897 [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] 
01:29:57.898 [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]] 
01:29:57.898 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 
01:29:57.898 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 
01:29:57.898 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 
01:29:57.898 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 
01:29:57.898 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 
01:29:57.899 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 
01:29:57.899 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 
01:29:57.899 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 
01:29:57.899 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 
01:29:57.899 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 
01:29:57.900 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 
01:29:57.900 [main]            TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 
01:29:57.906 [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 
01:29:57.906 [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.* 
01:29:57.909 [BundleStart #18] 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)] 
01:29:57.910 [BundleStart #18] 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 
01:29:57.911 [BundleStart #18] 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)] 
01:29:57.911 [BundleStart #18] 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)] 
01:29:57.911 [BundleStart #18] 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 
01:29:57.912 [BundleStart #18] 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) 
01:29:57.912 [BundleStart #18] 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)] 
01:29:57.912 [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 
01:29:57.913 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 
01:29:57.926 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 
01:29:57.926 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testErrorHandling] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4f18837a 
01:29:57.927 [main]            INFO  o.e.g.b.i.e.ErrorHandlingTest:190 - Loading context for locations:  
01:29:57.940 [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 [Sat May 04 01:29:57 UTC 2024]; root of context hierarchy 
01:29:57.946 [main]            INFO  o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 
01:29:57.965 [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@1573f9fc: defining beans []; root of factory hierarchy 
01:29:57.974 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 
01:29:57.974 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 
01:29:57.975 [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} 
01:29:57.976 [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] 
01:29:57.979 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6913c1fb] 
01:29:57.980 [main]            DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@66d18979] 
01:29:57.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@1e66f1f5] 
01:29:57.985 [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 [Sat May 04 01:29:57 UTC 2024]; root of context hierarchy] 
01:29:57.987 [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} 
01:29:57.989 [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} 
01:29:58.021 [main]            INFO  o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 
01:29:58.034 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 
01:29:58.036 [BundleStart #19] 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 
01:29:58.036 [BundleStart #19] 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)] 
01:29:58.037 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [org-springframework-osgi-iandt-error (org.eclipse.gemini.blueprint.iandt.error)] 
01:29:58.037 [BundleStart #19] 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 
01:29:58.037 [BundleStart #19] 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) 
01:29:58.038 [BundleStart #19] 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)] 
01:29:58.039 [BundleStart #19] 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... 
01:29:58.040 [BundleStart #19] 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 
01:29:58.041 [BundleStart #19] 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)] 
01:29:58.043 [BundleStart #19] 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)] 
01:29:58.044 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 
01:29:58.044 [main]            DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 
01:29:58.045 [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@454d22a2 
01:29:58.045 [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) 
01:29:58.045 [main]            TRACE o.e.g.b.i.e.ErrorHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 
01:29:58.045 [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) 
01:29:58.046 [main]            DEBUG o.e.g.b.i.e.ErrorHandlingTest:447 - Test[testErrorHandling]'s result read 
01:29:58.046 [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 [Sat May 04 01:29:58 UTC 2024]; root of context hierarchy 
01:29:58.046 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 sec - in org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest
01:29:58.051 [Thread-0]        INFO  o.e.g.b.i.e.ErrorHandlingTest:471 - Shutting down OSGi platform 
01:29:58.051 [Thread-3]        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) 
01:29:58.052 [Thread-3]        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 [Sat May 04 01:29:57 UTC 2024]; root of context hierarchy 
01:29:58.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:58.052 [Thread-3]        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 [Sat May 04 01:29:57 UTC 2024]; root of context hierarchy] 
01:29:58.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 
01:29:58.053 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:58.053 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:58.053 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 
01:29:58.054 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 
01:29:58.057 [Framework shutdown] 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 
01:29:58.057 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 
01:29:58.057 [Thread-3]        DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 
01:29:58.059 [Framework shutdown] 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 
01:29:58.060 [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) 
01:29:58.060 [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@454d22a2 
01:29:58.060 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 
01:29:58.060 [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) 
01:29:58.061 [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) 
01:29:58.067 [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)

01:29:58.067 [EclipseGeminiBlueprintExtenderThread-1] INFO  o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/error.xml] 
01:29:58.067 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 
01:29:58.068 [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@454d22a2 
01:29:58.068 [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 
01:29:58.068 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 
01:29:58.068 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 
01:29:58.070 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=19] for sending replayes events; last one was null 
01:29:58.070 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=18] for sending replayes events; last one was null 
01:29:58.070 [AsyncEventThread#0] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:51 - Removed  bundle BundleImpl[id=17] for sending replayes events; last one was null 
01:29:58.071 [BundleStop #16]  INFO  o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 
01:29:58.072 [BundleStop #16]  INFO  o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202405040125] 

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-knopflerfish/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-knopflerfish/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-knopflerfish/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 [  4.738 s]
[INFO] Gemini Blueprint Mocks ............................. SUCCESS [  8.571 s]
[INFO] Gemini Blueprint IO ................................ SUCCESS [  2.844 s]
[INFO] Gemini Blueprint Core .............................. SUCCESS [ 33.882 s]
[INFO] Gemini Blueprint Extender .......................... SUCCESS [  5.396 s]
[INFO] Gemini Blueprint Extensions ........................ SUCCESS [  1.873 s]
[INFO] Gemini Blueprint Testing Framework ................. SUCCESS [ 16.250 s]
[INFO] Eclipse Gemini Blueprint Integration Tests Parent .. SUCCESS [  0.287 s]
[INFO] Eclipse Gemini Blueprint Integration Testing Bundles SUCCESS [  0.008 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [  0.490 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [  0.547 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [  0.432 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle 2 SUCCESS [  0.413 s]
[INFO] Gemini Blueprint Test Bundle: Simple service test bundle 3 SUCCESS [  0.898 s]
[INFO] Gemini Blueprint Test Bundle: Simple service created by a factory which has a non trivial delay in createObject() SUCCESS [  0.477 s]
[INFO] Gemini Blueprint Test Bundle: Trivial OSGi bundle .. SUCCESS [  0.425 s]
[INFO] Gemini Blueprint Test Bundle: Simple test that uses trivial bundle SUCCESS [  0.493 s]
[INFO] Gemini Blueprint Test Bundle: Spring context lifecycle test bundle SUCCESS [  0.443 s]
[INFO] Gemini Blueprint Test Bundle: Spring context service listener test bundle SUCCESS [  0.467 s]
[INFO] Gemini Blueprint Test Bundle: Spring context service reference lifecycle test bundle SUCCESS [  0.411 s]
[INFO] Gemini Blueprint Test Bundle: Spring context service reference destruction test bundle SUCCESS [  0.384 s]
[INFO] Gemini Blueprint Test Bundle: Spring context dependencies test bundle SUCCESS [  0.422 s]
[INFO] Gemini Blueprint Test Bundle: Spring context service reference cardinality 0..1 bundle SUCCESS [  0.398 s]
[INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - A SUCCESS [  0.408 s]
[INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - B SUCCESS [  0.381 s]
[INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - Common SUCCESS [  0.409 s]
[INFO] Gemini Blueprint Test Bundle: IO fragment 1 bundle . SUCCESS [  0.363 s]
[INFO] Gemini Blueprint Test Bundle: IO fragment 2 bundle . SUCCESS [  0.367 s]
[INFO] Gemini Blueprint Test Bundle: Error bundle ......... SUCCESS [  0.407 s]
[INFO] Gemini Blueprint Test Bundle: Deadlock bundle ...... SUCCESS [  0.390 s]
[INFO] Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [  0.414 s]
[INFO] Gemini Blueprint Test Bundle: ExtenderVersion-Test-Bundle SUCCESS [  0.349 s]
[INFO] Gemini Blueprint Test Bundle: Integration testing bundles for configuration options SUCCESS [  0.005 s]
[INFO] Gemini Blueprint Test Bundle: NoPublish-Bundle ..... SUCCESS [  0.374 s]
[INFO] Gemini Blueprint Test Bundle: Async-NoWait-Bundle .. SUCCESS [  0.374 s]
[INFO] Gemini Blueprint Test Bundle: Async-Wait-Bundle .... SUCCESS [  0.592 s]
[INFO] Gemini Blueprint Test Bundle: Sync-NoWait-Bundle ... SUCCESS [  0.545 s]
[INFO] Gemini Blueprint Test Bundle: Sync-Tail-Bundle ..... SUCCESS [  0.418 s]
[INFO] Gemini Blueprint Test Bundle: Sync-Wait-Bundle ..... SUCCESS [  0.380 s]
[INFO] Gemini Blueprint Test Bundle: Spring service TCCL management inteface test bundle SUCCESS [  0.380 s]
[INFO] Gemini Blueprint Test Bundle: Spring service TCCL management test bundle SUCCESS [  0.401 s]
[INFO] Gemini Blueprint Test Bundle: Config File With Dots bundle SUCCESS [  0.358 s]
[INFO] Gemini Blueprint Test Bundle: Spring Proxy Creator bundle SUCCESS [  0.389 s]
[INFO] Gemini Blueprint Test Bundle: Extender Configuration Fragment Bundle SUCCESS [  0.350 s]
[INFO] Gemini Blueprint Test Bundle: JDK proxy test ....... SUCCESS [  0.400 s]
[INFO] Gemini Blueprint Test Bundle: Extender Event listener bundle Bundle SUCCESS [  0.380 s]
[INFO] Gemini Blueprint Test Bundle: namespace provider and consumer bundle SUCCESS [  0.391 s]
[INFO] Gemini Blueprint Test Bundle: Just a listener exported as a service SUCCESS [  0.400 s]
[INFO] Gemini Blueprint Test Bundle: Export Import Dependency Bundle SUCCESS [  0.375 s]
[INFO] Eclipse Gemini Blueprint JDK5 Integration Testing Bundles SUCCESS [  0.005 s]
[INFO] Gemini Blueprint Test Bundle: @Component beans bundle SUCCESS [  0.396 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Recursive Type test bundle SUCCESS [  0.386 s]
[INFO] Gemini Blueprint Integration Testing Bundles ....... SUCCESS [  0.005 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [  0.358 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Error bundle . SUCCESS [  0.372 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Waiting bundle SUCCESS [  0.346 s]
[INFO] Eclipse Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [  0.366 s]
[INFO] Eclipse Gemini Blueprint Integration Tests ......... SUCCESS [04:07 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:41 min
[INFO] Finished at: 2024-05-04T01:29:58Z
[INFO] ------------------------------------------------------------------------
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS