Started by timer Running as SYSTEM Agent basic-4gnqv is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-4gnqv" 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-4gnqv" - 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-4gnqv" - 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-4gnqv (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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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 section, not in maven-site-plugin 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.011 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.001 sec - in org.eclipse.gemini.blueprint.mock.MockBundleTest Running org.eclipse.gemini.blueprint.mock.MockServiceReferenceTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.mock.MockServiceReferenceTest Running org.eclipse.gemini.blueprint.mock.MockBundleActivatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.mock.MockBundleActivatorTest Running org.eclipse.gemini.blueprint.mock.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.011 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.02 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.058 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.068 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.119 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.462 sec - in org.eclipse.gemini.blueprint.blueprint.config.TypeConverterTest Running org.eclipse.gemini.blueprint.blueprint.config.ComponentSubElementTest 914 [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 981 [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 1015 [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 1079 [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 1109 [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 1171 [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 1200 [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 1258 [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 1282 [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 1308 [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 1359 [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 1382 [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 1403 [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 1455 [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@7ca20101 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.665 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.053 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.189 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.049 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.011 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.008 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.089 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.005 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.026 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.001 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.054 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.006 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.098 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.028 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.007 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.135 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.138 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.ExporterMetadataTest [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@4a9419d7, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleMapEntry@2f3c6ac4] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.016 sec - in org.eclipse.gemini.blueprint.blueprint.metadata.ImporterCollectionsMetadataTest Running org.eclipse.gemini.blueprint.blueprint.metadata.BeanComponentMetadataTest 2462 [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 2481 [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@610db97e 2499 [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;@41de5768 null java.net.URL class [Ljava.lang.Object; [org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@5f577419, org.eclipse.gemini.blueprint.blueprint.reflect.SimpleValueMetadata@28fa700e] null http://www.osgi.org null http://www.gmail.com 2517 [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 2555 [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 2573 [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 2590 [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 2607 [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 2623 [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 2661 [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 2676 [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 2692 [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 2707 [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 2722 [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 2756 [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 2774 [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 2806 [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@67a056f1 2956 [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 2968 [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@53093491] 2980 [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@4bb8855f Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 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.032 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.037 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.037 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.077 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.045 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.063 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.001 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.DefaultManagedServiceBeanManagerTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.ConfigurationAdminManagerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.ConfigurationAdminManagerTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.ManagedFactoryDisposableInvokerTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.ManagedFactoryDisposableInvokerTest Running org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.compendium.internal.cm.UpdateMethodAdapterTest Running org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.eclipse.gemini.blueprint.config.BundleFactoryBeanParserTest Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest 3387 [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! 3387 [main] WARN : o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter - Standard unregistered method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest$ExceptionListener$2: expected! Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceRegistrationListenerAdapterTest Running org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest 3394 [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@379ce046] org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionCustomListener$1: expected! 3396 [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! 3396 [main] WARN : o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter - Standard unbind method on [org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener] threw exception org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest$ExceptionListener$2: expected! Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.gemini.blueprint.config.internal.OsgiServiceLifecycleListenerAdapterTest Running org.eclipse.gemini.blueprint.config.OsgiReferenceNamespaceHandlerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 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.005 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.106 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.016 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.115 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.07 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.008 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.005 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.001 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@74684463 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 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.384 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.RetryTemplateTest Running org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorListenerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.interceptor.OsgiServiceDynamicInterceptorListenerTest Running org.eclipse.gemini.blueprint.internal.service.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 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.003 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.001 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.004 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.16 sec - in org.eclipse.gemini.blueprint.internal.service.collection.WeakCollectionTest Running org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} given classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable} | resulting classes {interface org.eclipse.gemini.blueprint.internal.service.collection.AbstractOsgiCollectionTest$Wrapper, interface java.lang.Comparable, interface org.eclipse.gemini.blueprint.service.importer.ImportedOsgiServiceProxy, interface org.springframework.aop.SpringProxy} Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.internal.service.collection.OsgiServiceSetTest Running org.eclipse.gemini.blueprint.internal.service.collection.threading.DynamicCollectionThreadingTest thread Writer is waiting for time 20 thread Iter2 is waiting for time 10 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Writer is waiting for time 20 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter2 is waiting for time 30 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Writer is waiting for time 50 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 thread Iter1 is waiting for time 60 thread Iter2 is waiting for time 70 Releasing thread Writer at time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 60 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 thread Iter2 is waiting for time 10 thread Iter1 is waiting for time 40 thread Writer is waiting for time 20 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 thread Writer is waiting for time 20 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 thread Iter2 is waiting for time 30 thread Iter1 is waiting for time 40 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 thread Writer is waiting for time 50 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 Releasing thread Writer at time 50 thread Iter1 is waiting for time 60 thread Iter2 is waiting for time 70 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 60 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 thread Writer is waiting for time 20 thread Iter2 is waiting for time 10 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 10 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 10 thread Iter2 is waiting for time 30 thread Writer is waiting for time 20 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 20 Releasing thread Writer at time 20 thread Writer is waiting for time 50 thread Iter2 is waiting for time 30 thread Iter1 is waiting for time 40 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 30 thread Iter1 is waiting for time 40 Releasing thread Iter2 at time 30 thread Iter2 is waiting for time 70 thread Writer is waiting for time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 40 thread Writer is waiting for time 50 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 40 thread Iter1 is waiting for time 60 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Writer is in state WAITING Time is now 50 thread Iter1 is waiting for time 60 thread Iter2 is waiting for time 70 Releasing thread Writer at time 50 thread Iter1 is in state WAITING thread Iter2 is in state WAITING thread Iter1 is in state WAITING thread Iter2 is in state WAITING Time is now 60 thread Iter2 is waiting for time 70 Releasing thread Iter1 at time 60 thread Iter2 is in state WAITING thread Iter2 is in state WAITING Time is now 70 Releasing thread Iter2 at time 70 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.465 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 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 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 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.09 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.002 sec - in org.eclipse.gemini.blueprint.internal.util.BeanFactoryUtilsTest Running org.eclipse.gemini.blueprint.util.internal.ServiceReferenceBasedMapTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.internal.ServiceReferenceBasedMapTest Running org.eclipse.gemini.blueprint.util.ClassUtilsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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.002 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.001 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.098 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.017 sec - in org.eclipse.gemini.blueprint.util.SimpleLoggerTest Running org.eclipse.gemini.blueprint.util.MapBasedDictionaryTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.util.MapBasedDictionaryTest Running org.eclipse.gemini.blueprint.service.OsgiServiceReferenceUtilsTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.OsgiServiceReferenceUtilsTest Running org.eclipse.gemini.blueprint.service.exporter.BeanNameServicePropertiesResolverTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.exporter.BeanNameServicePropertiesResolverTest Running org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.exporter.support.internal.support.ServiceRegistrationWrapperTest Running org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBeanTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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 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.028 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.002 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.001 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.001 sec - in org.eclipse.gemini.blueprint.service.importer.support.GreedyProxyTest Running org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdviceTest Running org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.gemini.blueprint.service.importer.ServiceProxyDestroyedExceptionTest Running org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest 21161 [main] WARN : o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean - OSGi importer [] definition contains no interfaces: all invocations will be executed on the proxy and not on the backing service Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.gemini.blueprint.service.importer.OsgiSingleServiceProxyFactoryBeanTest Running org.eclipse.gemini.blueprint.service.importer.OsgiServiceCollectionProxyFactoryBeanTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.gemini.blueprint.service.importer.OsgiServiceCollectionProxyFactoryBeanTest Running org.eclipse.gemini.blueprint.service.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.033 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 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.004 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: 0.818 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.021 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.004 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.123 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.048 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.001 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 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.001 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 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.017 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.054 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.335 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.065 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.008 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.055 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.009 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.206 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.18 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.254 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.286 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.171 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.318 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.136 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.483 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.219 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.22 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:19,588 |-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:19,705 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:19,707 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:19,748 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:19,770 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:19,772 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:19,775 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:19,781 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used 01:25:19,786 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:19,786 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:19,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:19,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:19,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:19,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:19,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:25:19,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:25:19,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:19,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:19,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:19,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:19,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:19,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:19,788 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:19,788 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:19,788 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:19,789 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:19,789 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:19,790 |-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:19.943 [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:19.947 [main] TRACE o.e.g.b.i.b.ScopingTest:85 - Instantiating platform wrapper... 01:25:19.954 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2767260089720776845kf 01:25:19.954 [main] DEBUG o.e.g.b.i.b.ScopingTest:215 - About to start Knopflerfish OSGi Platform 01:25:20.055 [main] INFO o.e.g.b.i.b.ScopingTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:20.057 [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:20.058 [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:20.059 [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:20.059 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:20.142 [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:20.153 [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:20.156 [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:20.158 [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:20.163 [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:20.169 [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:20.170 [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:20.173 [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:20.182 [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:20.185 [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:20.191 [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:20.192 [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:20.195 [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:20.200 [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:20.201 [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:20.204 [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:20.206 [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:20.239 [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:20.240 [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:20.242 [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:20.253 [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:20.259 [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:20.262 [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:20.263 [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:20.263 [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:20.264 [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:20.264 [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:20.266 [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:20.268 [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:20.268 [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:20.272 [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:20.272 [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:20.272 [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:20.274 [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:20.275 [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:20.277 [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:20,295 |-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:20,318 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:20,319 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:20,325 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:20,352 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:20,353 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:20,355 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:20,359 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@beaaaf2 - No compression will be used 01:25:20,362 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:20,362 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:20,364 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:20,364 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:20,364 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:20,364 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:20,364 |-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:20,364 |-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:20,364 |-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:20,364 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:20,364 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:20,365 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:20,365 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:20,365 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:20,365 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:20,365 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:20,365 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:20,365 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:20,366 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:20,369 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52869c9b - Registering current configuration as safe fallback point 01:25:20.377 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:20.384 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:20.500 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:20.501 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:20.504 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:20.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:20.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:20.510 [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:20.510 [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:20.510 [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:20.511 [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:20.511 [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:20.512 [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:20.512 [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:20.512 [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:20.512 [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:20.513 [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:20.513 [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:20.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:20.513 [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:20.513 [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:20.513 [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:20.513 [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:20.514 [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:20.514 [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:20.514 [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:20.514 [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:20.515 [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:20.515 [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:20.515 [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:20.515 [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:20.515 [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:20.515 [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:20.515 [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:20.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:20.516 [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:20.516 [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:20.516 [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:20.516 [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:20.516 [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:20.517 [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:20.517 [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:20.517 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:20.517 [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:20.517 [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:20.517 [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:20.517 [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:20.518 [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:20.518 [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:20.518 [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:20.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:20.518 [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:20.518 [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:20.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:20.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:20.519 [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:20.519 [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:20.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:25:20.520 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:20.520 [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:20.520 [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:20.520 [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:20.520 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:20.520 [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:20.520 [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:20.520 [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:20.520 [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:20.521 [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:20.522 [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:20.522 [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:20.538 [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:20.539 [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:20.540 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:20.541 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:20.543 [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:20.544 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:20.544 [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:20.544 [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:20.545 [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:20.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:20.554 [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:20.554 [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:20.555 [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:20.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:25:20.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:25:20.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:25:20.558 [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:20.558 [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:20.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:20.558 [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:20.558 [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:20.559 [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:20.559 [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:20.559 [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:20.560 [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:20.561 [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:20.561 [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:20.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:25:20.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:25:20.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:25:20.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:20.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:25:20.562 [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:20.562 [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:20.563 [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:20.563 [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:20.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:20.564 [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:20.564 [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:20.564 [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:20.565 [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:20.565 [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:20.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:20.566 [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:20.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:20.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:20.567 [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:20.567 [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:20.567 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:20.568 [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:20.568 [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:20.568 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:20.568 [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:20.568 [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:20.568 [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:20.571 [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:20.571 [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:20.572 [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:20.576 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:20.577 [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:20.577 [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:20.577 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:20.578 [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:20.578 [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:20.578 [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:20.578 [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:20.579 [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:20.579 [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:20.579 [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:20.579 [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:20.579 [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:20.579 [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:20.579 [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:20.580 [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:20.580 [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:20.580 [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:20.580 [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:20.581 [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:20.581 [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:20.581 [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:20.581 [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:20.586 [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:20.587 [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:20.587 [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:20.589 [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:20.589 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:25:20.589 [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:25:20.590 [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:20.589 [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:20.590 [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:20.590 [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:20.590 [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:20.591 [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:20.591 [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:20.591 [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:20.591 [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:20.591 [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:20.591 [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:20.591 [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:20.591 [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:20.592 [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:20.592 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:25:20.593 [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:20.593 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy 01:25:20.593 [main] DEBUG o.e.g.b.i.b.ScopingTest:511 - Post processing: creating test bundle 01:25:20.593 [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:20.597 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:20.601 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.bundleScope] 01:25:20.602 [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:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:20.602 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:20.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 01:25:20.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 01:25:20.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 01:25:20.603 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 01:25:20.607 [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:20.607 [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:20.609 [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:20.609 [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:20.610 [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:20.610 [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:20.610 [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:20.610 [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:20.610 [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:20.610 [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:20.610 [main] DEBUG o.e.g.b.i.b.ScopingTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:20.611 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:20.612 [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:20.612 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:20.613 [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:20.613 [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:20.614 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:20.614 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:20.614 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:20.615 [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:20.615 [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:20.616 [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:20.639 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:20.639 [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:20.642 [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:20.662 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:20.662 [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:20.663 [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:20.663 [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:20.704 [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:20.704 [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:20.739 [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@27d54c2e: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy 01:25:20.746 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:20.746 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:20.746 [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:20.747 [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:20.753 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:20.756 [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@27d54c2e: defining beans [a.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,staticReference]; root of factory hierarchy] 01:25:20.756 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:20.756 [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@1573377c 01:25:20.756 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:20.756 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:20.757 [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:20.757 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:20.757 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:20.757 [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:20.757 [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:20.757 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:20.757 [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:25:20.757 [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:20.757 [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:20.758 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy 01:25:20.758 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:20.759 [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:20.761 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:20.761 [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:20.761 [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:20.762 [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:20.777 [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:20.777 [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:20.784 [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@5f760438: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy 01:25:20.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:20.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:20.785 [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:20.785 [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:20.786 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:20.786 [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@5f760438: defining beans [b.service,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,serviceFromA,staticReference]; root of factory hierarchy] 01:25:20.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:20.786 [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@1573377c 01:25:20.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&serviceFromA] 01:25:20.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:20.804 [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:20.805 [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:20.806 [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:20.806 [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:20.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:20.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:20.806 [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:20.806 [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:20.806 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:20.806 [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:20.808 [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@1937795d] 01:25:20.808 [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@6a6352e4] 01:25:20.812 [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:20.813 [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:20.813 [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:20.814 [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:20.814 [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:20.815 [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:20.817 [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:20.817 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:20.817 [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:20.817 [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:20.818 [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:20.818 [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:20.818 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:20.818 [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:20.820 [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@7496e0e2] 01:25:20.840 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy] 01:25:20.841 [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:20.842 [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:20.844 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:25:20.845 [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:20.845 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:20.849 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:20.853 [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:20.853 [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:20.854 [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:20.854 [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:20.854 [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:20.856 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6a1feb04] 01:25:20.856 [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@71b21403] 01:25:20.857 [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:20.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:{} 01:25:20.857 [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:20.857 [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:20.857 [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:20.858 [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:20.858 [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:20.858 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@7758a943} 01:25:20.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7758a943] bound to proxy 01:25:20.859 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7758a943] bound to proxy 01:25:20.859 [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:20.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:20.860 [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:20.860 [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:20.860 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:20.860 [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:20.861 [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@16fc1977] 01:25:20.861 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy] 01:25:20.861 [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:20.861 [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:20.862 [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:20.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:25:20.862 [main] DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.b 01:25:20.863 [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:20.863 [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:20.863 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@e613e5d} 01:25:20.863 [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:20.863 [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:20.864 [main] DEBUG o.e.g.b.i.b.ScopingTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.scope.a 01:25:20.864 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:20.864 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:20.864 [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:20.865 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:20.865 [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:20.865 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:20.866 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:20.866 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:20.866 [main] TRACE o.e.g.b.i.b.ScopingTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:20.867 [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:20.867 [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:20.868 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testExportedScopedBeansDestructionCallbackCalled] to OSGi 01:25:20.877 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedScopedBeansDestructionCallbackCalled] for execution inside OSGi 01:25:20.878 [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:20.878 [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:20.879 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy 01:25:20.879 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:20.879 [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:20.882 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:20.882 [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:20.882 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:20.882 [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:20.894 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:20.894 [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:20.899 [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:20.900 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:20.900 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:20.900 [main] TRACE 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:20.900 [main] TRACE o.e.g.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:20.901 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4fb0f2b9] 01:25:20.901 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@79924b] 01:25:20.902 [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:20.902 [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:20.903 [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:20.903 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 01:25:20.903 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 01:25:20.903 [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:20.904 [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:20.904 [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:20.904 [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:20.904 [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:20.905 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 01:25:20.905 [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:20.905 [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:20.905 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy] 01:25:20.905 [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:20.906 [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:20.950 [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:20.951 [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:20.951 [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:20.951 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy 01:25:20.952 [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:20.952 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:25:20.952 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7758a943] was unregistered and unbound from the service proxy 01:25:20.952 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7758a943] was unregistered and unbound from the service proxy 01:25:20.953 [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:20.953 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7758a943] 01:25:20.953 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:20.953 [main] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [a.service] 01:25:20.954 [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:20.956 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:20.956 [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:20.957 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:20.957 [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:20.967 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:20.967 [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:20.972 [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:20.972 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:20.972 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:20.972 [main] TRACE 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:20.972 [main] TRACE o.e.g.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:20.973 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:20.973 [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:20.973 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:20.973 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@1573377c 01:25:20.974 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:20.974 [main] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:20.974 [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:20.974 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:20.974 [main] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:20.974 [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:20.974 [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:20.974 [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:20.975 [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@4107f740] 01:25:20.975 [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@37c679b6] 01:25:20.976 [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:20.976 [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:20.977 [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:20.977 [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:20.977 [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:20.977 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1aae09b6] bound to proxy 01:25:20.977 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1aae09b6] bound to proxy 01:25:20.977 [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:20.978 [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@64ed4054] 01:25:20.978 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy] 01:25:20.978 [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:20.979 [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:20.979 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:25:21.975 [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:21.975 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:21.976 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testExportedScopedBeansDestructionCallbackCalled] 01:25:21.977 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testExportedScopedBeansDestructionCallbackCalled]'s result read 01:25:21.977 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceBInBundleBAndTestBundle] to OSGi 01:25:21.978 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceBInBundleBAndTestBundle] for execution inside OSGi 01:25:21.978 [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:21.979 [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:21.979 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:21.979 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceBInBundleBAndTestBundle] 01:25:21.979 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceBInBundleBAndTestBundle]'s result read 01:25:21.980 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForCurrentBundle] to OSGi 01:25:21.980 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForCurrentBundle] for execution inside OSGi 01:25:21.980 [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:21.981 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:21.981 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForCurrentBundle] 01:25:21.981 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForCurrentBundle]'s result read 01:25:21.981 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleA] to OSGi 01:25:21.981 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleA] for execution inside OSGi 01:25:21.981 [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:21.982 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:21.982 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleA] 01:25:21.982 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleA]'s result read 01:25:21.982 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testServiceAScopeForBundleB] to OSGi 01:25:21.982 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAScopeForBundleB] for execution inside OSGi 01:25:21.982 [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:21.986 [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:21.987 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:21.987 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testServiceAScopeForBundleB] 01:25:21.987 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testServiceAScopeForBundleB]'s result read 01:25:21.987 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleA] to OSGi 01:25:21.988 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleA] for execution inside OSGi 01:25:21.988 [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:21.988 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:21.988 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleA] 01:25:21.988 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleA]'s result read 01:25:21.989 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testBeanReferenceAndLocalScopeInstanceForBundleB] to OSGi 01:25:21.989 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReferenceAndLocalScopeInstanceForBundleB] for execution inside OSGi 01:25:21.989 [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:21.989 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:21.989 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testBeanReferenceAndLocalScopeInstanceForBundleB] 01:25:21.990 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testBeanReferenceAndLocalScopeInstanceForBundleB]'s result read 01:25:21.990 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testEnvironmentValidity] to OSGi 01:25:21.990 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEnvironmentValidity] for execution inside OSGi 01:25:21.990 [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:21.990 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:21.991 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testEnvironmentValidity] 01:25:21.991 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testEnvironmentValidity]'s result read 01:25:21.991 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanNotExported] to OSGi 01:25:21.991 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanNotExported] for execution inside OSGi 01:25:21.991 [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:21.992 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:21.992 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanNotExported] 01:25:21.992 [main] DEBUG o.e.g.b.i.b.ScopingTest:447 - Test[testScopedBeanNotExported]'s result read 01:25:21.993 [main] TRACE o.e.g.b.i.b.ScopingTest:364 - Writing test name [testScopedBeanDestructionCallbackDuringContextRefresh] to OSGi 01:25:21.993 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testScopedBeanDestructionCallbackDuringContextRefresh] for execution inside OSGi 01:25:21.993 [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:21.993 [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 [Fri Apr 26 01:25:21 UTC 2024]; root of context hierarchy 01:25:21.993 [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:21.994 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:25:21.994 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6379eb] 01:25:21.994 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:25:21.994 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4a94ee4] 01:25:21.994 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:21.994 [main] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 01:25:21.995 [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:21.997 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:21.997 [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:21.998 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:21.998 [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:22.006 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:22.006 [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:22.010 [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:22.011 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:22.011 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:22.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:25:22.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:25:22.012 [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:22.012 [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:22.013 [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:22.013 [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:22.013 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:25:22.013 [main] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class java.util.Properties] classes {} 01:25:22.014 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.util.Map}] 01:25:22.014 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:25:22.014 [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:22.015 [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:22.015 [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:22.015 [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:22.015 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 01:25:22.015 [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:22.015 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@41d477ed] 01:25:22.016 [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 [Fri Apr 26 01:25:21 UTC 2024]; root of context hierarchy] 01:25:22.016 [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:22.016 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:25:22.017 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:22.017 [main] TRACE o.e.g.b.i.b.ScopingTest:440 - Reading OSGi results for test [testScopedBeanDestructionCallbackDuringContextRefresh] 01:25:22.017 [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.077 sec - in org.eclipse.gemini.blueprint.iandt.bundleScope.ScopingTest 01:25:22.020 [Thread-0] INFO o.e.g.b.i.b.ScopingTest:471 - Shutting down OSGi platform 01:25:22.020 [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:22.031 [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 [Fri Apr 26 01:25:21 UTC 2024]; root of context hierarchy 01:25:22.031 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:22.031 [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 [Fri Apr 26 01:25:21 UTC 2024]; root of context hierarchy] 01:25:22.031 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:22.031 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:22.032 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:22.032 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:22.032 [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:22.033 [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:22.033 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@78691363] 01:25:22.033 [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:22.075 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3e694b3f] 01:25:22.075 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:22.075 [Thread-3] DEBUG o.e.g.b.c.s.i.s.OsgiBundleScope:231 - destroying local bundle scoped bean [props] 01:25:22.081 [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:22.081 [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:22.081 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20]] 01:25:22.082 [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:22.082 [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:22.083 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@f01dea1 01:25:22.083 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 01:25:22.083 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml) 01:25:22.083 [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:22.083 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy 01:25:22.083 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy] 01:25:22.083 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:25:22.083 [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:22.084 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1c0c112d] 01:25:22.084 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1aae09b6] was unregistered and unbound from the service proxy 01:25:22.084 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1aae09b6] was unregistered and unbound from the service proxy 01:25:22.084 [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:22.084 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:22.084 [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:22.085 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:25:22.085 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@f01dea1 01:25:22.085 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.b, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:25:22.085 [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:22.085 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:25:22.085 [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:22.085 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 01:25:22.085 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@f01dea1 01:25:22.086 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 01:25:22.086 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.scope.a, config=osgibundle:/META-INF/spring/*.xml) 01:25:22.086 [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:22.086 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy 01:25:22.086 [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 [Fri Apr 26 01:25:20 UTC 2024]; root of context hierarchy] 01:25:22.086 [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:22.086 [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:22.086 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1aae09b6] 01:25:22.086 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:22.086 [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:22.087 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:25:22.087 [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:25:22.087 [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:22.087 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:22.087 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:22.088 [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:22.088 [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@4f426b61 01:25:22.088 [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:25:22.088 [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:22.088 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:22.088 [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:22.089 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:22,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:25:22,704 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:22,706 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:22,719 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:22,752 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:22,754 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:22,757 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:22,763 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@67b92f0a - No compression will be used 01:25:22,767 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:22,767 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:22,768 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:22,769 |-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:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:22,769 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:22,770 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:22,770 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:22,770 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:22,770 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:22,770 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:22,771 |-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:22.850 [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:22.853 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:85 - Instantiating platform wrapper... 01:25:22.860 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8792674378217804929kf 01:25:22.861 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:215 - About to start Knopflerfish OSGi Platform 01:25:22.927 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:22.929 [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:22.930 [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:22.930 [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:22.931 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:23.002 [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:23.014 [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:23.017 [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:23.019 [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:23.024 [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:23.030 [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:23.032 [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:23.034 [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:23.038 [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:23.048 [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:23.054 [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:23.056 [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:23.058 [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:23.063 [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:23.064 [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:23.067 [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:23.069 [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:23.070 [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:23.073 [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:23.084 [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:23.089 [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:23.092 [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:23.093 [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:23.094 [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:23.094 [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:23.095 [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:23.096 [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:23.098 [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:23.099 [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:23.102 [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:23.103 [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:23.103 [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:23.105 [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:23.106 [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:23.108 [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:23,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:25:23,163 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:23,165 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:23,171 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:23,184 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:23,185 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:23,187 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:23,191 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@797e8c5b - No compression will be used 01:25:23,194 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:23,194 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:23,195 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:23,195 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:23,195 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:23,195 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:23,195 |-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:23,195 |-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:23,195 |-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:23,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:23,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:23,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:23,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:23,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:23,196 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:23,196 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:23,196 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:23,197 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:23,197 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:23,197 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52ef0dff - Registering current configuration as safe fallback point 01:25:23.204 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:23.211 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:23.296 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:23.300 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:23.302 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:23.305 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:23.308 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:23.309 [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:23.309 [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:23.309 [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:23.309 [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:23.310 [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:23.310 [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:23.310 [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:23.310 [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:23.311 [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:23.311 [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:23.311 [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:23.312 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:23.312 [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:23.312 [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:23.312 [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:23.312 [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:23.312 [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:23.313 [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:23.313 [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:23.313 [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:23.313 [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:23.313 [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:23.314 [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:23.314 [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:23.314 [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:23.314 [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:23.314 [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:23.314 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:23.315 [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:23.315 [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:23.315 [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:23.315 [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:23.315 [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:23.315 [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:23.315 [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:23.315 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:23.316 [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:23.316 [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:23.316 [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:23.316 [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:23.317 [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:23.317 [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:23.317 [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:23.317 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:23.317 [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:23.317 [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:23.317 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:23.317 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:23.318 [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:23.318 [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:23.318 [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:23.318 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:23.318 [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:23.318 [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:23.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:25:23.318 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:23.319 [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:23.319 [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:23.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:25:23.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:25:23.320 [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:23.320 [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:23.320 [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:23.325 [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:23.326 [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:23.339 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:23.339 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:23.342 [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:23.343 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:23.343 [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:25:23.343 [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:25:23.344 [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:23.346 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:23.352 [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:23.353 [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:23.353 [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:23.354 [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:23.355 [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:23.355 [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:23.356 [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:23.356 [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:23.356 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:23.356 [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:23.357 [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:23.357 [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:23.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:25:23.358 [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:23.358 [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:23.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:25:23.359 [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:23.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:25:23.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:25:23.359 [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:23.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:23.360 [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:23.360 [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:23.360 [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:23.361 [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:23.361 [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:23.361 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:23.362 [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:23.362 [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:23.362 [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:23.363 [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:23.363 [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:23.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:23.363 [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:23.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:23.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:23.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:25:23.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:25:23.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:23.365 [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:23.365 [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:23.365 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:23.366 [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:23.366 [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:23.366 [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:23.368 [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:23.368 [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:23.369 [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:23.373 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:23.373 [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:23.373 [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:23.374 [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:23.374 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:23.374 [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:23.374 [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:23.375 [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:23.376 [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:23.377 [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:23.377 [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:23.377 [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:23.382 [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:23.383 [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:23.383 [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:23.384 [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:23.385 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:25:23.385 [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:23.385 [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:25:23.385 [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:23.385 [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:23.385 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:23.386 [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:23.386 [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:23.387 [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:23.387 [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:23.387 [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:23.387 [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:23.388 [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:23.388 [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:23.388 [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:23.388 [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:23.388 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:25:23.388 [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:23.388 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:23.389 [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:23.389 [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:23.390 [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:23.390 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:511 - Post processing: creating test bundle 01:25:23.392 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:23.439 [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:23.439 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:202 - Automatically creating Manifest for the test bundle 01:25:23.440 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:366 - Using the test class for generating bundle imports 01:25:23.441 [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:23.441 [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:23.444 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class Cardinality0to1Test 01:25:23.452 [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:23.452 [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:23.453 [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:23.453 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest 01:25:23.455 [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:23.455 [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:23.455 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:23.456 [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:23.457 [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:23.457 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:23.457 [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:23.458 [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:23.458 [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:23.458 [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:23.458 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:23.458 [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:23.458 [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:23.459 [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:23.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:23.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:23.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:23.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:23.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:23.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:23.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:23.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:23.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:23.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:23.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 01:25:23.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 01:25:23.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 01:25:23.464 [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:23.464 [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:23.466 [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:23.467 [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:23.467 [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:23.467 [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:23.467 [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:23.467 [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:23.467 [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:23.467 [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:23.468 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:23.469 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:23.469 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:23.470 [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:23.471 [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:23.471 [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:23.473 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:23.473 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:25:23.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:23.474 [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:23.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:25:23.475 [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:23.567 [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:23.567 [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:23.591 [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:23.593 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:23.593 [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:23.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:25:23.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:25:23.651 [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@72cd83: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:25:23.657 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:23.658 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:23.658 [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:23.659 [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:23.665 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:23.667 [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@72cd83: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:25:23.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:23.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2a9b4d54 01:25:23.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:23.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:23.668 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:23.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:23.668 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:23.668 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:23.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:23.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:23.669 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2226f0db 01:25:23.669 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:23.669 [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:23.669 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:23.669 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:23.670 [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:23.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:23.673 [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:23.673 [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:23.673 [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:23.685 [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:23.685 [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:23.692 [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@240f2c81: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 01:25:23.692 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:23.692 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:23.693 [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:23.693 [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:23.739 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:23.739 [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@240f2c81: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 01:25:23.739 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:23.739 [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@2a9b4d54 01:25:23.739 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:25:23.739 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:23.761 [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:23.761 [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:23.761 [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:23.762 [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:23.763 [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:23.763 [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:23.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.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:23.763 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:23.763 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:23.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.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:23.763 [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:23.763 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:23.763 [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:23.765 [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@4c9dabc0] 01:25:23.765 [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@31321aea] Delaying for:0 01:25:23.769 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:25:23.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:25:23.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:25:23.771 [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:23.771 [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:23.772 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:25:23.773 [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@4c440706] 01:25:23.775 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy] 01:25:23.776 [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:23.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:25:23.777 [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:23.777 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:25:23.778 [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:23.778 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:23.779 [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:23.779 [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:23.779 [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:23.779 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:23.779 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:25:23.779 [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:23.780 [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:23.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:23.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:23.789 [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:23.790 [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:23.790 [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:23.790 [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:23.790 [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:23.792 [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@3b448971] 01:25:23.793 [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@3ddcfc76] 01:25:23.793 [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:23.793 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:25:23.793 [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@4502c9fc w/ reference null 01:25:23.794 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:25:23.794 [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:23.794 [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@4502c9fc w/ reference null 01:25:23.795 [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:23.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:23.795 [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:23.795 [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:23.795 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:23.796 [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:23.796 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@62246cf4] 01:25:23.797 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy] 01:25:23.797 [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:23.797 [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:23.797 [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:23.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:25:23.798 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 01:25:23.798 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:23.799 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:23.838 [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:23.839 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:23.839 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:23.840 [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:23.840 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:23.841 [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:23.841 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:23.842 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:23.842 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:23.842 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:23.844 [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:23.844 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:364 - Writing test name [test0to1Cardinality] to OSGi 01:25:23.853 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 01:25:23.853 [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:23.854 [main] INFO o.e.g.b.i.c.Cardinality0to1Test:190 - Loading context for locations: 01:25:23.855 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:23.855 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:23.855 [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:23.856 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:23.856 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:23.856 [main] TRACE 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:23.856 [main] TRACE o.e.g.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:23.857 [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:23.857 [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:23.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@245b4bdc] 01:25:23.857 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy] 01:25:23.857 [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:23.858 [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:23.871 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:23.881 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:23.881 [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:23.892 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:23.892 [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:23.893 [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:23.894 [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:23.894 [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:23.894 [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:23.894 [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:23.895 [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:23.895 [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:23.895 [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:23.895 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:25:23.895 [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:23.895 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2226f0db 01:25:23.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:25:23.895 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:25:23.895 [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:23.895 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:23.896 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:23.896 [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:23.896 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice2] incremented to 1 01:25:23.897 [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:23.897 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:23.897 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:25:23.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:23.899 [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:23.899 [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:23.899 [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:23.945 [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:23.945 [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:23.950 [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:23.952 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:23.952 [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:23.952 [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:23.952 [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:23.961 [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@335f9ab4: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:25:23.961 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:23.961 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:23.961 [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:23.962 [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:23.962 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:23.962 [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@335f9ab4: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:25:23.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:23.963 [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@2a9b4d54 01:25:23.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:23.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:23.963 [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:23.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:23.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:23.963 [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:23.963 [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:23.963 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:23.963 [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:23.963 [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@273dff81] 01:25:23.964 [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@2ff0459b] 01:25:23.968 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:25:23.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:25:23.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:25:23.969 [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:23.969 [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:23.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@19c0833f] bound to proxy 01:25:23.969 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@19c0833f] bound to proxy 01:25:23.969 [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@4502c9fc w/ reference org.knopflerfish.framework.ServiceReferenceImpl@19c0833f 01:25:23.969 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@43c22529 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;@5e868f15, service.id=13} 01:25:23.970 [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:23.970 [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@4502c9fc w/ reference org.knopflerfish.framework.ServiceReferenceImpl@19c0833f 01:25:23.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:25:23.970 [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@74414e91] 01:25:23.970 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy] 01:25:23.970 [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:23.971 [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:23.971 [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:23.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:25:23.971 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 Dependency started 01:25:23.972 [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:23.972 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:23.973 [main] TRACE o.e.g.b.i.c.Cardinality0to1Test:440 - Reading OSGi results for test [test0to1Cardinality] 01:25:23.974 [main] DEBUG o.e.g.b.i.c.Cardinality0to1Test:447 - Test[test0to1Cardinality]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 sec - in org.eclipse.gemini.blueprint.iandt.cardinality0to1.Cardinality0to1Test 01:25:23.977 [Thread-0] INFO o.e.g.b.i.c.Cardinality0to1Test:471 - Shutting down OSGi platform 01:25:23.977 [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:23.977 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:23.977 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:23.977 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy] 01:25:23.977 [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:23.978 [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:23.978 [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:23.979 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:24.072 [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:24.073 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19], BundleImpl[id=18]] 01:25:24.073 [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:24.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.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml) 01:25:24.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@2226f0db 01:25:24.074 [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:24.074 [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:24.074 [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:24.074 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:24.074 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy] 01:25:24.075 [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@4502c9fc w/ reference org.knopflerfish.framework.ServiceReferenceImpl@19c0833f 01:25:24.075 [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@43c22529 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;@1be9b2e0, service.id=13} 01:25:24.075 [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:24.075 [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@4502c9fc w/ reference org.knopflerfish.framework.ServiceReferenceImpl@19c0833f 01:25:24.075 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@19c0833f] was unregistered and unbound from the service proxy 01:25:24.075 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@19c0833f] was unregistered and unbound from the service proxy 01:25:24.076 [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:24.076 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:24.076 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:25:24.077 [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:25:24.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.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:25:24.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] incremented to 1 01:25:24.077 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:24.077 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2226f0db 01:25:24.077 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:24.077 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:24.077 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:377 - Unpublishing application context OSGi service for bundle Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice) 01:25:24.077 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:989 - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:24.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.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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy] 01:25:24.078 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:25:24.078 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@c3e9a09] 01:25:24.078 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:24.078 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:25:24.078 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2226f0db 01:25:24.078 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:25:24.078 [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:24.078 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21]] 01:25:24.079 [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:24.079 [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:24.079 [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:25:24.079 [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:24.079 [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:24.079 [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:24.079 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy 01:25:24.079 [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 [Fri Apr 26 01:25:23 UTC 2024]; root of context hierarchy] 01:25:24.079 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:25:24.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@19c0833f] 01:25:24.079 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:24.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:24.080 [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:25:24.080 [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:24.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:24.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:24.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:24.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:24.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:24.080 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:24.081 [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@53e33998 01:25:24.081 [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:24.081 [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:25:24.081 [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@591b52e8 01:25:24.081 [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:24.081 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:24.082 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:24,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:25:24,781 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:24,783 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:24,795 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:24,852 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:24,853 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:24,856 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:24,862 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:25:24,867 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:24,867 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:24,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:24,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:24,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:24,868 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:24,868 |-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:24,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:24,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:24,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:24,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:24,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:24,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:24,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:24,869 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:24,869 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:24,869 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:24,870 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:24,870 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:24,870 |-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:25:24.981 [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:25:24.984 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:85 - Instantiating platform wrapper... 01:25:24.991 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1580556790281853726kf 01:25:24.992 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:215 - About to start Knopflerfish OSGi Platform 01:25:25.082 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:25.084 [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:25:25.085 [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:25:25.086 [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:25:25.087 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:25.180 [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:25:25.190 [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:25:25.193 [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:25:25.195 [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:25:25.200 [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:25:25.240 [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:25:25.241 [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:25:25.244 [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:25:25.247 [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:25:25.250 [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:25:25.263 [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:25:25.265 [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:25:25.267 [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:25:25.271 [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:25:25.273 [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:25:25.275 [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:25:25.277 [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:25:25.287 [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:25:25.339 [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:25:25.341 [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:25:25.342 [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:25:25.343 [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:25:25.343 [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:25:25.344 [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:25:25.345 [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:25:25.348 [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:25:25.348 [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:25:25.351 [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:25:25.352 [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:25:25.352 [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:25:25.354 [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:25:25.355 [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:25:25.356 [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:25:25,373 |-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:25,395 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:25,396 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:25,402 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:25,448 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:25,449 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:25,451 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:25,455 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1814d0d9 - No compression will be used 01:25:25,458 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:25,458 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:25,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:25,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:25,459 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:25,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:25,460 |-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:25,460 |-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:25,460 |-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:25,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:25,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:25,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:25,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:25,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:25,460 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:25,460 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:25,460 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:25,461 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:25,461 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:25,461 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ee66fb0 - Registering current configuration as safe fallback point 01:25:25.468 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:25.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-202404260124] 01:25:25.597 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:25.597 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:25.600 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:25.602 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:25.639 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:25.640 [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:25.640 [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:25.644 [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:25.644 [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:25.645 [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:25.645 [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:25.645 [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:25.645 [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:25.646 [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:25.646 [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:25.646 [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:25.646 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:25.647 [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:25.647 [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:25.647 [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:25.647 [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:25.647 [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:25.647 [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:25.647 [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:25.648 [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:25.648 [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:25.648 [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:25.648 [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:25.648 [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:25.649 [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:25.649 [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:25.649 [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:25.649 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:25.649 [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:25.650 [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:25.650 [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:25.650 [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:25.650 [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:25.650 [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:25.650 [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:25.650 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:25.651 [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:25.651 [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:25.651 [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:25.651 [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:25.651 [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:25.652 [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:25.652 [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:25.652 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:25.652 [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:25.652 [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:25.652 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:25.652 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:25.653 [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:25.653 [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:25.653 [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:25.653 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:25.653 [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:25.653 [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:25.653 [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:25.653 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:25.654 [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:25.654 [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:25.654 [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:25.654 [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:25.655 [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:25.655 [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:25.655 [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:25.661 [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:25.661 [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:25.663 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:25.663 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:25.665 [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:25.666 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:25.666 [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@17813c36 w/ reference null 01:25:25.666 [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@17813c36 w/ reference null 01:25:25.667 [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:25.669 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:25.675 [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:25.676 [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:25.676 [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:25.678 [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:25.678 [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:25.678 [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:25.679 [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:25.679 [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:25.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:25.679 [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:25.680 [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:25.680 [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:25.680 [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:25.681 [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:25.681 [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:25.682 [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:25.682 [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:25.682 [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:25.682 [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:25.682 [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:25.683 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:25.683 [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:25.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:25:25.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:25:25.684 [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:25.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:25:25.684 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:25.685 [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:25.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:25:25.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:25:25.686 [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:25.686 [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:25.686 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:25.686 [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:25.687 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:25.687 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:25.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:25:25.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:25:25.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:25.688 [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:25.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:25:25.689 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:25.689 [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:25.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:25:25.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:25:25.691 [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:25.692 [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:25.692 [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:25:25.696 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:25.697 [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:25.697 [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:25.697 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:25.697 [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:25.697 [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:25.697 [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:25.698 [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:25:25.699 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:511 - Post processing: creating test bundle 01:25:25.745 [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:25:25.745 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:202 - Automatically creating Manifest for the test bundle 01:25:25.746 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:366 - Using the test class for generating bundle imports 01:25:25.747 [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:25:25.747 [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:25:25.749 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class CallingResourceOnDifferentBundlesTest 01:25:25.758 [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:25:25.758 [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:25:25.758 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest 01:25:25.759 [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:25:25.760 [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:25:25.760 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:25.761 [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:25:25.761 [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:25:25.761 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:25.761 [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:25:25.761 [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:25:25.761 [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:25:25.762 [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:25:25.762 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:25.762 [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:25:25.762 [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:25:25.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-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:25:25.762 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:25.762 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:25.762 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 01:25:25.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 01:25:25.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 01:25:25.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 01:25:25.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:25:25.768 [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:25:25.768 [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:25:25.770 [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:25:25.770 [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:25:25.770 [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:25:25.771 [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:25:25.771 [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:25:25.771 [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:25:25.771 [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:25:25.771 [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:25:25.771 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:25.772 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:25.773 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:25.773 [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:25:25.774 [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:25:25.774 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:25.774 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:25.775 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:25.775 [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:25:25.775 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:25.775 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:25.776 [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:25:25.776 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:25.776 [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:25:25.776 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:25.777 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:25.777 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:25.777 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:25.778 [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:25:25.778 [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:25:25.778 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:364 - Writing test name [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] to OSGi 01:25:25.786 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] for execution inside OSGi 01:25:25.787 [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:25:25.787 [main] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:190 - Loading context for locations: 01:25:25.794 [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 [Fri Apr 26 01:25:25 UTC 2024]; root of context hierarchy 01:25:25.798 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:25.810 [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:25:25.842 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:25.842 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:25.843 [main] TRACE 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:25.844 [main] TRACE o.e.g.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:25.846 [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:25:25.846 [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:25:25.848 [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:25:25.849 [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 [Fri Apr 26 01:25:25 UTC 2024]; root of context hierarchy] 01:25:25.851 [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:25:25.852 [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:25.872 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:25.872 [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:25:25.873 [main] TRACE o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:440 - Reading OSGi results for test [testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent] 01:25:25.873 [main] DEBUG o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:447 - Test[testCallGetResourceOnADifferentBundleRetrievedThroughBundleEvent]'s result read 01:25:25.874 [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:25:25.874 [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:25:25.874 [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:25:25.874 [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:25:25.875 [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:25:25.875 [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: 0.896 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.CallingResourceOnDifferentBundlesTest 01:25:25.877 [Thread-0] INFO o.e.g.b.i.c.i.CallingResourceOnDifferentBundlesTest:471 - Shutting down OSGi platform 01:25:25.877 [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:25:25.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:25.877 [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 [Fri Apr 26 01:25:25 UTC 2024]; root of context hierarchy 01:25:25.878 [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 [Fri Apr 26 01:25:25 UTC 2024]; root of context hierarchy] 01:25:25.878 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:25.878 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:25.878 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:25.878 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:25.878 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:25.878 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:25.878 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:25.879 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:25.879 [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:25.879 [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:25.880 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:25.880 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:26,410 |-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:26,500 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:26,502 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:26,515 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:26,547 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:26,549 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:26,552 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:26,558 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:25:26,562 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:26,562 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:26,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:26,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:26,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:26,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:26,564 |-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:26,564 |-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:26,564 |-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:26,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:26,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:26,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:26,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:26,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:26,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:26,564 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:26,564 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:26,565 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:26,565 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:26,566 |-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:25:26.649 [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:25:26.652 [main] TRACE o.e.g.b.i.compliance.io.IoTest:85 - Instantiating platform wrapper... 01:25:26.659 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1000859433280482743kf 01:25:26.660 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:215 - About to start Knopflerfish OSGi Platform 01:25:26.724 [main] INFO o.e.g.b.i.compliance.io.IoTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:26.726 [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:25:26.727 [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:25:26.728 [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:25:26.728 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:26.794 [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:25:26.808 [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:25:26.811 [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:25:26.813 [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:25:26.819 [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:25:26.828 [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:25:26.830 [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:25:26.832 [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:25:26.839 [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:25:26.845 [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:25:26.857 [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:25:26.859 [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:25:26.861 [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:25:26.866 [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:25:26.867 [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:25:26.869 [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:25:26.871 [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:25:26.881 [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:25:26.889 [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:25:26.892 [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:25:26.893 [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:25:26.894 [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:25:26.894 [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:25:26.895 [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:25:26.896 [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:25:26.898 [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:25:26.899 [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:25:26.902 [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:25:26.902 [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:25:26.903 [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:25:26.905 [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:25:26.906 [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:25:26.907 [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:25:26,946 |-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:26,968 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:26,969 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:26,975 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:26,988 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:26,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:26,991 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:26,995 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d9a3eea - No compression will be used 01:25:26,998 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:26,998 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:26,999 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:26,999 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:26,999 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:26,999 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:26,999 |-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:26,999 |-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:26,999 |-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:26,999 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:26,999 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:27,000 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:27,000 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:27,000 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:27,000 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:27,000 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:27,000 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:27,000 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:27,000 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:27,001 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ed8ae4f - Registering current configuration as safe fallback point 01:25:27.008 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:27.014 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:27.096 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:27.097 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:27.099 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:27.101 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:27.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:27.105 [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:27.105 [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:27.109 [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:27.109 [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:27.110 [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:27.110 [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:27.110 [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:27.110 [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:27.111 [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:27.111 [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:27.111 [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:27.111 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:27.112 [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:27.112 [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:27.112 [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:27.112 [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:27.112 [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:27.113 [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:27.113 [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:27.113 [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:27.113 [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:27.113 [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:27.114 [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:27.114 [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:27.114 [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:27.114 [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:27.114 [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:27.114 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:27.115 [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:27.115 [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:27.115 [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:27.115 [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:27.115 [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:27.115 [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:27.115 [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:27.116 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:27.116 [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:27.116 [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:27.116 [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:27.116 [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:27.117 [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:27.117 [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:27.117 [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:27.117 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:27.117 [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:27.117 [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:27.117 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:27.117 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:27.118 [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:27.118 [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:27.118 [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:27.118 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:27.118 [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:27.119 [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:27.119 [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:27.119 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:27.119 [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:27.119 [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:27.119 [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:27.119 [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:27.120 [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:27.120 [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:27.120 [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:27.140 [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:27.140 [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:27.142 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:27.142 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:27.144 [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:27.145 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:27.146 [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:25:27.146 [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:25:27.146 [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:27.148 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:27.154 [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:27.155 [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:27.155 [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:27.157 [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:27.157 [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:27.157 [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:27.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:25:27.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:25:27.158 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:27.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:25:27.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:25:27.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:25:27.160 [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:27.160 [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:27.160 [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:27.161 [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:27.161 [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:27.161 [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:27.161 [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:27.162 [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:27.162 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:27.162 [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:27.162 [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:27.162 [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:27.163 [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:27.163 [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:27.163 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:27.164 [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:27.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:25:27.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:25:27.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:25:27.165 [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:27.165 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:27.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:25:27.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:27.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:27.167 [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:27.167 [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:27.167 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:27.168 [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:27.168 [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:27.168 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:27.168 [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:27.168 [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:27.168 [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:27.170 [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:27.171 [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:27.171 [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:25:27.175 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:27.176 [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:27.176 [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:27.176 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:27.176 [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:27.177 [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:27.177 [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:27.178 [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:25:27.178 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:511 - Post processing: creating test bundle 01:25:27.179 [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:25:27.187 [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:25:27.187 [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:25:27.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:27.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:27.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:27.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:27.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 01:25:27.188 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 01:25:27.189 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 01:25:27.189 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:25:27.189 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:25:27.189 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:25:27.193 [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:25:27.193 [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:25:27.195 [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:25:27.195 [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:25:27.196 [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:25:27.196 [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:25:27.196 [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:25:27.196 [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:25:27.196 [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:25:27.196 [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:25:27.196 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:27.197 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:27.198 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:27.199 [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:25:27.199 [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:25:27.199 [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:25:27.199 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:27.200 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:27.200 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:27.200 [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:25:27.201 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:27.201 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:27.201 [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:25:27.201 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:27.202 [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:25:27.202 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:27.202 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:27.202 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:27.203 [main] TRACE o.e.g.b.i.compliance.io.IoTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:27.203 [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:25:27.204 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnMetaInf] to OSGi 01:25:27.211 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnMetaInf] for execution inside OSGi 01:25:27.212 [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:25:27.212 [main] INFO o.e.g.b.i.compliance.io.IoTest:190 - Loading context for locations: 01:25:27.220 [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 [Fri Apr 26 01:25:27 UTC 2024]; root of context hierarchy 01:25:27.223 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:27.235 [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:25:27.240 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:27.240 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:27.241 [main] TRACE 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:27.241 [main] TRACE o.e.g.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:27.244 [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:25:27.244 [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:25:27.246 [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:25:27.249 [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 [Fri Apr 26 01:25:27 UTC 2024]; root of context hierarchy] 01:25:27.251 [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:25:27.252 [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:25:27.278 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.279 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnMetaInf] 01:25:27.280 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnMetaInf]'s result read 01:25:27.281 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntry] to OSGi 01:25:27.281 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntry] for execution inside OSGi 01:25:27.282 [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:25:27.282 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.282 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntry] 01:25:27.283 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntry]'s result read 01:25:27.283 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testURLFolderReturnsProperPathForFolders] to OSGi 01:25:27.283 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLFolderReturnsProperPathForFolders] for execution inside OSGi 01:25:27.283 [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:25:27.284 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.284 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testURLFolderReturnsProperPathForFolders] 01:25:27.284 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testURLFolderReturnsProperPathForFolders]'s result read 01:25:27.284 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetFolderEntries] to OSGi 01:25:27.285 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetFolderEntries] for execution inside OSGi 01:25:27.285 [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:25:27.286 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.286 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetFolderEntries] 01:25:27.286 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetFolderEntries]'s result read 01:25:27.286 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntriesShouldReturnFoldersOnRoot] to OSGi 01:25:27.287 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntriesShouldReturnFoldersOnRoot] for execution inside OSGi 01:25:27.287 [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:25:27.287 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.288 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntriesShouldReturnFoldersOnRoot] 01:25:27.288 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntriesShouldReturnFoldersOnRoot]'s result read 01:25:27.288 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnSubFolders] to OSGi 01:25:27.288 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnSubFolders] for execution inside OSGi 01:25:27.289 [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:25:27.289 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.289 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnSubFolders] 01:25:27.290 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testFindEntriesOnSubFolders]'s result read 01:25:27.290 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceSOnRoot] to OSGi 01:25:27.290 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRoot] for execution inside OSGi 01:25:27.290 [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:25:27.291 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.291 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceSOnRoot] 01:25:27.291 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceSOnRoot]'s result read 01:25:27.292 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetEntryOnRoot] to OSGi 01:25:27.292 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnRoot] for execution inside OSGi 01:25:27.292 [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:25:27.293 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.293 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetEntryOnRoot] 01:25:27.293 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetEntryOnRoot]'s result read 01:25:27.294 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testGetResourceOnRoot] to OSGi 01:25:27.294 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRoot] for execution inside OSGi 01:25:27.294 [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:25:27.294 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.294 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testGetResourceOnRoot] 01:25:27.295 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testGetResourceOnRoot]'s result read 01:25:27.295 [main] TRACE o.e.g.b.i.compliance.io.IoTest:364 - Writing test name [testFindEntriesOnFolders] to OSGi 01:25:27.295 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFolders] for execution inside OSGi 01:25:27.295 [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:25:27.295 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:27.296 [main] TRACE o.e.g.b.i.compliance.io.IoTest:440 - Reading OSGi results for test [testFindEntriesOnFolders] 01:25:27.296 [main] DEBUG o.e.g.b.i.compliance.io.IoTest:447 - Test[testFindEntriesOnFolders]'s result read Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.IoTest 01:25:27.298 [Thread-0] INFO o.e.g.b.i.compliance.io.IoTest:471 - Shutting down OSGi platform 01:25:27.299 [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:25:27.299 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:27.299 [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 [Fri Apr 26 01:25:27 UTC 2024]; root of context hierarchy 01:25:27.299 [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 [Fri Apr 26 01:25:27 UTC 2024]; root of context hierarchy] 01:25:27.299 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:27.299 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:27.299 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:27.299 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:27.299 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:27.300 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:27.300 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:27.300 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:27.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 null 01:25:27.301 [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:27.302 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:27.302 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:27,845 |-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:27,914 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:27,916 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:27,928 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:27,949 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:27,951 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:27,954 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:27,960 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:25:27,964 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:27,964 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:27,965 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:27,965 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:27,965 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:27,966 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:27,966 |-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:27,966 |-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:27,966 |-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:27,966 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:27,966 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:27,966 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:27,966 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:27,966 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:27,966 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:27,966 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:27,966 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:27,967 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:27,967 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:27,968 |-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:25:28.047 [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:25:28.050 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:85 - Instantiating platform wrapper... 01:25:28.057 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8490929687572720302kf 01:25:28.057 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:215 - About to start Knopflerfish OSGi Platform 01:25:28.123 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:28.125 [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:25:28.126 [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:25:28.127 [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:25:28.127 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:28.188 [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:25:28.198 [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:25:28.202 [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:25:28.203 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.0.13/logback-core-1.0.13.jar] 01:25:28.208 [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:25:28.214 [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:25:28.215 [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:25:28.218 [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:25:28.221 [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:25:28.225 [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:25:28.245 [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:25:28.247 [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:25:28.249 [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:25:28.253 [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:25:28.255 [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:25:28.257 [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:25:28.259 [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:25:28.269 [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:25:28.273 [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:25:28.276 [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:25:28.277 [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:25:28.278 [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:25:28.278 [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:25:28.278 [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:25:28.280 [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:25:28.282 [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:25:28.283 [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:25:28.286 [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:25:28.286 [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:25:28.287 [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:25:28.289 [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:25:28.290 [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:25:28.291 [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:25:28,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:25:28,345 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:28,346 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:28,352 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:28,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:28,366 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:28,368 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:28,372 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@797e8c5b - No compression will be used 01:25:28,374 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:28,374 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:28,375 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:28,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:28,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:28,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:28,376 |-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:28,376 |-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:28,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:28,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:28,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:28,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:28,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:28,376 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:28,377 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:28,377 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:28,377 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:28,377 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:28,377 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:28,378 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52ef0dff - Registering current configuration as safe fallback point 01:25:28.384 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:28.390 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:28.479 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:28.480 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:28.482 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:28.485 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:28.488 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:28.488 [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:28.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:25:28.492 [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:28.492 [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:28.493 [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:28.493 [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:28.494 [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:28.494 [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:28.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:25:28.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:25:28.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:25:28.495 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:28.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:25:28.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:25:28.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:25:28.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:25:28.496 [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:28.496 [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:28.496 [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:28.496 [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:28.496 [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:28.497 [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:28.497 [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:28.497 [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:28.497 [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:28.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:25:28.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:25:28.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:28.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:25:28.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:25:28.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:25:28.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:25:28.498 [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:28.498 [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:28.498 [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:28.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:28.499 [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:28.499 [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:28.499 [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:28.499 [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:28.500 [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:28.500 [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:28.500 [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:28.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:28.500 [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:28.500 [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:28.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:28.500 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:28.501 [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:28.501 [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:28.501 [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:28.501 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:28.501 [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:28.501 [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:28.502 [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:28.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:28.502 [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:28.502 [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:28.502 [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:28.502 [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:28.503 [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:28.503 [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:28.504 [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:28.509 [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:28.510 [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:28.511 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:28.511 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:28.513 [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:28.515 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:28.515 [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:25:28.515 [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:25:28.516 [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:28.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:28.524 [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:28.525 [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:28.525 [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:28.526 [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:28.527 [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:28.527 [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:28.528 [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:28.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:25:28.528 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:28.528 [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:28.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:25:28.529 [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:28.529 [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:28.530 [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:28.530 [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:28.539 [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:28.539 [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:28.539 [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:28.539 [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:28.539 [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:28.539 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:28.540 [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:28.540 [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:28.540 [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:28.541 [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:28.541 [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:28.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:28.542 [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:28.542 [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:28.542 [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:28.543 [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:28.543 [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:28.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:28.543 [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:28.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:28.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:28.545 [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:28.545 [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:28.545 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:28.545 [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:28.545 [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:28.546 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:28.546 [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:28.546 [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:28.546 [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:28.548 [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:28.548 [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:28.549 [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:25:28.553 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:28.553 [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:28.553 [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:28.553 [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:28.553 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:28.554 [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:28.554 [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:28.555 [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:25:28.556 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:511 - Post processing: creating test bundle 01:25:28.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.compliance.io] 01:25:28.563 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:202 - Automatically creating Manifest for the test bundle 01:25:28.563 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:366 - Using the test class for generating bundle imports 01:25:28.564 [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:25:28.564 [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:25:28.566 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BundleClassPathTest 01:25:28.575 [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:25:28.575 [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:25:28.575 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest 01:25:28.577 [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:25:28.577 [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:25:28.577 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:28.578 [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:25:28.578 [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:25:28.578 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:28.579 [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:25:28.579 [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:25:28.579 [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:25:28.579 [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:25:28.579 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:28.580 [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:25:28.580 [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:25:28.580 [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:25:28.580 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:28.580 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:25:28.581 [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:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:25:28.581 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 01:25:28.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 01:25:28.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 01:25:28.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:25:28.589 [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:25:28.589 [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:25:28.591 [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:25:28.591 [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:25:28.592 [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:25:28.592 [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:25:28.592 [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:25:28.592 [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:25:28.592 [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:25:28.592 [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:25:28.593 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:28.594 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:28.594 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:28.595 [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:25:28.595 [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:25:28.595 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:28.596 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:28.596 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:28.597 [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:25:28.597 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:28.597 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:28.597 [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:25:28.597 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:28.598 [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:25:28.598 [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:25:28.598 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:28.599 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:28.599 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:28.599 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:28.600 [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:25:28.600 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideFolderOnClassPath] to OSGi 01:25:28.608 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideFolderOnClassPath] for execution inside OSGi 01:25:28.609 [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:25:28.609 [main] INFO o.e.g.b.i.c.i.BundleClassPathTest:190 - Loading context for locations: 01:25:28.617 [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 [Fri Apr 26 01:25:28 UTC 2024]; root of context hierarchy 01:25:28.620 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:28.632 [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:25:28.637 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:28.637 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:28.638 [main] TRACE 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:28.638 [main] TRACE o.e.g.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:28.640 [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:25:28.641 [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:25:28.642 [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:25:28.644 [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 [Fri Apr 26 01:25:28 UTC 2024]; root of context hierarchy] 01:25:28.645 [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:25:28.646 [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:28.666 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.666 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideFolderOnClassPath] 01:25:28.667 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideFolderOnClassPath]'s result read 01:25:28.667 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideBundle] to OSGi 01:25:28.668 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideBundle] for execution inside OSGi 01:25:28.668 [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:25:28.668 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.668 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideBundle] 01:25:28.669 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideBundle]'s result read 01:25:28.669 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideJarOnClassPath] to OSGi 01:25:28.669 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideJarOnClassPath] for execution inside OSGi 01:25:28.669 [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:25:28.670 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.670 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideJarOnClassPath] 01:25:28.670 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideJarOnClassPath]'s result read 01:25:28.670 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileOnBundleClassPathAndBundleJar] to OSGi 01:25:28.670 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileOnBundleClassPathAndBundleJar] for execution inside OSGi 01:25:28.671 [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:25:28.671 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.671 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileOnBundleClassPathAndBundleJar] 01:25:28.671 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileOnBundleClassPathAndBundleJar]'s result read 01:25:28.671 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnClassInsideBundle] to OSGi 01:25:28.672 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnClassInsideBundle] for execution inside OSGi 01:25:28.672 [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:25:28.672 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.672 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnClassInsideBundle] 01:25:28.672 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnClassInsideBundle]'s result read 01:25:28.672 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testFindEntriesOnFileJustInsideFolderOnClassPath] to OSGi 01:25:28.673 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFindEntriesOnFileJustInsideFolderOnClassPath] for execution inside OSGi 01:25:28.673 [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:25:28.673 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.673 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testFindEntriesOnFileJustInsideFolderOnClassPath] 01:25:28.673 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testFindEntriesOnFileJustInsideFolderOnClassPath]'s result read 01:25:28.674 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideFolderOnClassPath] to OSGi 01:25:28.674 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideFolderOnClassPath] for execution inside OSGi 01:25:28.674 [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:25:28.674 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.674 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideFolderOnClassPath] 01:25:28.674 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideFolderOnClassPath]'s result read 01:25:28.675 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetEntryOnFileJustInsideJarOnClassPath] to OSGi 01:25:28.675 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetEntryOnFileJustInsideJarOnClassPath] for execution inside OSGi 01:25:28.675 [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:25:28.675 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.675 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetEntryOnFileJustInsideJarOnClassPath] 01:25:28.675 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetEntryOnFileJustInsideJarOnClassPath]'s result read 01:25:28.676 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] to OSGi 01:25:28.676 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] for execution inside OSGi 01:25:28.676 [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:25:28.676 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.677 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle] 01:25:28.677 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourcesOnFilePresentMultipleTimesOnTheClassPathAndInsideTheBundle]'s result read 01:25:28.677 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:364 - Writing test name [testGetResourceOnFileJustInsideJarOnClassPath] to OSGi 01:25:28.677 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnFileJustInsideJarOnClassPath] for execution inside OSGi 01:25:28.677 [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:25:28.678 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:28.678 [main] TRACE o.e.g.b.i.c.i.BundleClassPathTest:440 - Reading OSGi results for test [testGetResourceOnFileJustInsideJarOnClassPath] 01:25:28.678 [main] DEBUG o.e.g.b.i.c.i.BundleClassPathTest:447 - Test[testGetResourceOnFileJustInsideJarOnClassPath]'s result read Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.634 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.BundleClassPathTest 01:25:28.680 [Thread-0] INFO o.e.g.b.i.c.i.BundleClassPathTest:471 - Shutting down OSGi platform 01:25:28.680 [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:25:28.681 [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 [Fri Apr 26 01:25:28 UTC 2024]; root of context hierarchy 01:25:28.681 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:28.681 [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 [Fri Apr 26 01:25:28 UTC 2024]; root of context hierarchy] 01:25:28.681 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:28.681 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:28.681 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:28.681 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:28.681 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:28.681 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:28.682 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:28.682 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:28.682 [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:28.683 [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:28.683 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:28.683 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:29,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:25:29,300 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:29,302 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:29,315 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:29,354 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:29,356 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:29,359 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:29,365 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:25:29,369 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:29,369 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:29,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:29,371 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:29,371 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:29,371 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:29,371 |-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:29,371 |-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:29,371 |-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:29,371 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:29,371 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:29,371 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:29,371 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:29,371 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:29,371 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:29,372 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:29,372 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:29,372 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:29,372 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:29,373 |-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:25:29.465 [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:25:29.468 [main] TRACE o.e.g.b.i.c.io.FragmentTest:85 - Instantiating platform wrapper... 01:25:29.475 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6046658066405984116kf 01:25:29.476 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:215 - About to start Knopflerfish OSGi Platform 01:25:29.542 [main] INFO o.e.g.b.i.c.io.FragmentTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:29.544 [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:25:29.545 [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:25:29.546 [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:25:29.547 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:29.615 [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:25:29.625 [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:25:29.628 [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:25:29.630 [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:25:29.634 [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:25:29.640 [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:25:29.642 [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:25:29.644 [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:25:29.647 [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:25:29.656 [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:25:29.662 [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:25:29.663 [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:25:29.666 [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:25:29.670 [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:25:29.671 [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:25:29.673 [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:25:29.675 [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:25:29.677 [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:25:29.679 [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:25:29.688 [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:25:29.693 [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:25:29.695 [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:25:29.696 [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:25:29.697 [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:25:29.697 [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:25:29.698 [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:25:29.699 [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:25:29.701 [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:25:29.701 [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:25:29.705 [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:25:29.705 [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:25:29.705 [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:25:29.707 [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:25:29.708 [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:25:29.709 [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:25:29,747 |-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:29,769 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:29,770 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:29,776 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:29,789 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:29,790 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:29,792 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:29,796 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7617c47f - No compression will be used 01:25:29,799 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:29,799 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:29,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:29,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:29,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:29,800 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:29,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:25:29,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:25:29,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:25:29,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:29,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:29,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:29,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:29,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:29,801 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:29,801 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:29,801 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:29,802 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:29,802 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:29,802 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@232dbc3e - Registering current configuration as safe fallback point 01:25:29.810 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:29.816 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:29.901 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:29.905 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:29.907 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:29.910 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:29.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:29.914 [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:29.914 [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:29.914 [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:29.914 [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:29.915 [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:29.915 [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:29.915 [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:29.916 [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:29.916 [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:29.916 [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:29.916 [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:29.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:29.917 [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:29.917 [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:29.917 [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:29.917 [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:29.918 [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:29.918 [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:29.918 [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:29.918 [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:29.918 [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:29.919 [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:29.919 [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:29.919 [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:29.919 [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:29.919 [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:29.919 [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:29.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:29.920 [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:29.920 [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:29.920 [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:29.920 [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:29.920 [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:29.920 [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:29.920 [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:29.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:29.921 [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:29.921 [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:29.921 [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:29.921 [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:29.922 [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:29.922 [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:29.922 [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:29.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:29.922 [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:29.922 [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:29.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:29.922 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:29.923 [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:29.923 [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:29.923 [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:29.923 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:29.923 [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:29.923 [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:29.924 [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:29.924 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:29.924 [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:29.924 [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:29.924 [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:29.924 [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:29.925 [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:29.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:25:29.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:25:29.931 [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:29.931 [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:29.939 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:29.940 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:29.942 [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:29.943 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:29.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@1e9e46a0 w/ reference null 01:25:29.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@1e9e46a0 w/ reference null 01:25:29.944 [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:29.947 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:29.953 [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:29.953 [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:29.953 [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:29.955 [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:29.955 [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:29.955 [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:29.956 [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:29.957 [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:29.957 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:29.957 [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:29.957 [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:29.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:25:29.958 [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:29.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:25:29.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:25:29.959 [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:29.959 [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:29.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:25:29.960 [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:29.960 [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:29.960 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:29.961 [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:29.961 [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:29.961 [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:29.961 [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:29.962 [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:29.962 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:29.962 [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:29.963 [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:29.963 [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:29.963 [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:29.964 [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:29.964 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:29.964 [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:29.964 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:29.964 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:29.965 [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:29.966 [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:29.966 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:29.966 [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:29.966 [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:29.966 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:29.967 [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:29.967 [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:29.967 [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:29.969 [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:29.969 [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:29.970 [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:25:29.974 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:29.974 [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:29.974 [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:29.974 [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:29.974 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:29.975 [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:29.975 [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:29.975 [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:25:29.976 [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:25:29.977 [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:25:29.977 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:511 - Post processing: creating test bundle 01:25:29.977 [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:25:30.004 [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:25:30.004 [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:25:30.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:30.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:30.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:25:30.005 [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:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 01:25:30.005 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/ 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/ 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/META-INF/MANIFEST.MF 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /expanded-bundle.jar/resource.res 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback-test.xml 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /logback.xml 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /norootcpbundle.jar 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:30.006 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.MF 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/ScopingTest.class 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/bundleScope/scope-context.xml 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/ 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.MF 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cardinality0to1/Cardinality0to1Test.class 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:25:30.007 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/BundleClassPathTest.class 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest$1.class 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/CallingResourceOnDifferentBundlesTest.class 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/FragmentTest.class 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/IoTest.class 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/package.file 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/io/test.file 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:25:30.008 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 01:25:30.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 01:25:30.010 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 01:25:30.011 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 01:25:30.012 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 01:25:30.013 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:25:30.014 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 01:25:30.015 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 01:25:30.016 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 01:25:30.017 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 01:25:30.018 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 01:25:30.018 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 01:25:30.018 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 01:25:30.018 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 01:25:30.018 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 01:25:30.018 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 01:25:30.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 01:25:30.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 01:25:30.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 01:25:30.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 01:25:30.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 01:25:30.039 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 01:25:30.040 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:25:30.041 [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:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/multi-export-single-import.xml 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/single-export-multi-import.xml 01:25:30.041 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.MF 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceCollectionTest.class 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceListTst.class 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTest.MF 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceproxy/ServiceProxyTst.class 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$CollectionListener.class 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents$ReferenceListener.class 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/ServiceListenerSyntheticEvents.class 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/syntheticEvents/importers.xml 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 01:25:30.042 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-723.jar 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-exp.jar 01:25:30.043 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /osgi-799-imp.jar 01:25:30.066 [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:25:30.066 [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:25:30.071 [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:25:30.072 [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:25:30.072 [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:25:30.072 [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:25:30.072 [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:25:30.073 [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:25:30.073 [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:25:30.073 [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:25:30.073 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:30.074 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:30.075 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:30.076 [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:25:30.077 [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:25:30.077 [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:25:30.077 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:30.078 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:30.078 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:30.079 [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:25:30.079 [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:25:30.079 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:30.079 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:30.080 [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:25:30.080 [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:25:30.080 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:30.081 [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:25:30.081 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:30.081 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:30.082 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:30.082 [main] TRACE o.e.g.b.i.c.io.FragmentTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:30.083 [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:25:30.083 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragmentsRecursively] to OSGi 01:25:30.092 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragmentsRecursively] for execution inside OSGi 01:25:30.092 [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:25:30.093 [main] INFO o.e.g.b.i.c.io.FragmentTest:190 - Loading context for locations: 01:25:30.100 [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 [Fri Apr 26 01:25:30 UTC 2024]; root of context hierarchy 01:25:30.104 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:30.116 [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:25:30.122 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:30.122 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:30.123 [main] TRACE 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:30.123 [main] TRACE o.e.g.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:30.125 [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:25:30.125 [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:25:30.127 [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:25:30.129 [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 [Fri Apr 26 01:25:30 UTC 2024]; root of context hierarchy] 01:25:30.130 [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:25:30.131 [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:25:30.164 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.164 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragmentsRecursively] 01:25:30.165 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragmentsRecursively]'s result read 01:25:30.166 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFoldersInFragmentsAndOwner] to OSGi 01:25:30.166 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFoldersInFragmentsAndOwner] for execution inside OSGi 01:25:30.166 [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:25:30.167 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.167 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFoldersInFragmentsAndOwner] 01:25:30.167 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFoldersInFragmentsAndOwner]'s result read 01:25:30.168 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment1] to OSGi 01:25:30.168 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment1] for execution inside OSGi 01:25:30.168 [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:25:30.169 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.169 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment1] 01:25:30.169 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment1]'s result read 01:25:30.169 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragment2] to OSGi 01:25:30.169 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragment2] for execution inside OSGi 01:25:30.169 [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:25:30.170 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.170 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragment2] 01:25:30.170 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragment2]'s result read 01:25:30.170 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFileOnlyInFragments] to OSGi 01:25:30.171 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFileOnlyInFragments] for execution inside OSGi 01:25:30.171 [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:25:30.171 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.171 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFileOnlyInFragments] 01:25:30.171 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFileOnlyInFragments]'s result read 01:25:30.172 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceOnRootDir] to OSGi 01:25:30.172 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceOnRootDir] for execution inside OSGi 01:25:30.172 [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:25:30.173 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.173 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceOnRootDir] 01:25:30.173 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceOnRootDir]'s result read 01:25:30.173 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment1] to OSGi 01:25:30.173 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment1] for execution inside OSGi 01:25:30.173 [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:25:30.174 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.174 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment1] 01:25:30.174 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment1]'s result read 01:25:30.174 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInFragment2] to OSGi 01:25:30.175 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInFragment2] for execution inside OSGi 01:25:30.175 [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:25:30.175 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.175 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInFragment2] 01:25:30.175 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInFragment2]'s result read 01:25:30.176 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment1] to OSGi 01:25:30.176 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment1] for execution inside OSGi 01:25:30.176 [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:25:30.177 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.177 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment1] 01:25:30.177 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment1]'s result read 01:25:30.177 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragment2] to OSGi 01:25:30.177 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragment2] for execution inside OSGi 01:25:30.177 [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:25:30.178 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.178 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragment2] 01:25:30.178 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragment2]'s result read 01:25:30.178 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testNestedFolderOnlyInFragments] to OSGi 01:25:30.179 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNestedFolderOnlyInFragments] for execution inside OSGi 01:25:30.179 [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:25:30.179 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.179 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testNestedFolderOnlyInFragments] 01:25:30.179 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testNestedFolderOnlyInFragments]'s result read 01:25:30.180 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment1] to OSGi 01:25:30.180 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment1] for execution inside OSGi 01:25:30.180 [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:25:30.181 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.181 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment1] 01:25:30.181 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment1]'s result read 01:25:30.181 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderOnlyInFragment2] to OSGi 01:25:30.181 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderOnlyInFragment2] for execution inside OSGi 01:25:30.182 [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:25:30.182 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.182 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderOnlyInFragment2] 01:25:30.182 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderOnlyInFragment2]'s result read 01:25:30.183 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testFolderOnlyInHost] to OSGi 01:25:30.183 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolderOnlyInHost] for execution inside OSGi 01:25:30.183 [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:25:30.183 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.184 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testFolderOnlyInHost] 01:25:30.184 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testFolderOnlyInHost]'s result read 01:25:30.184 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderOnlyInFragmentsButNotInHost] to OSGi 01:25:30.184 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderOnlyInFragmentsButNotInHost] for execution inside OSGi 01:25:30.184 [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:25:30.185 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.185 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderOnlyInFragmentsButNotInHost] 01:25:30.185 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderOnlyInFragmentsButNotInHost]'s result read 01:25:30.185 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testGetResourceSOnRootDir] to OSGi 01:25:30.186 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGetResourceSOnRootDir] for execution inside OSGi 01:25:30.187 [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:25:30.188 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.188 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testGetResourceSOnRootDir] 01:25:30.188 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testGetResourceSOnRootDir]'s result read 01:25:30.188 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testDuplicateFilesInHostAndFragments] to OSGi 01:25:30.188 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDuplicateFilesInHostAndFragments] for execution inside OSGi 01:25:30.188 [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:25:30.189 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.189 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testDuplicateFilesInHostAndFragments] 01:25:30.189 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testDuplicateFilesInHostAndFragments]'s result read 01:25:30.189 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testCommonFolderInFragmentsAndHost] to OSGi 01:25:30.190 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCommonFolderInFragmentsAndHost] for execution inside OSGi 01:25:30.190 [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:25:30.190 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.190 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testCommonFolderInFragmentsAndHost] 01:25:30.191 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testCommonFolderInFragmentsAndHost]'s result read 01:25:30.191 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileOnlyInHostBundle] to OSGi 01:25:30.191 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnlyInHostBundle] for execution inside OSGi 01:25:30.191 [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:25:30.198 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.199 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileOnlyInHostBundle] 01:25:30.199 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileOnlyInHostBundle]'s result read 01:25:30.199 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFileInBothFragmentsButNotInHost] to OSGi 01:25:30.199 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileInBothFragmentsButNotInHost] for execution inside OSGi 01:25:30.199 [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:25:30.200 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.200 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFileInBothFragmentsButNotInHost] 01:25:30.200 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFileInBothFragmentsButNotInHost]'s result read 01:25:30.200 [main] TRACE o.e.g.b.i.c.io.FragmentTest:364 - Writing test name [testRootFolderCommonInFragmentsAlone] to OSGi 01:25:30.200 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFolderCommonInFragmentsAlone] for execution inside OSGi 01:25:30.200 [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:25:30.201 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:30.201 [main] TRACE o.e.g.b.i.c.io.FragmentTest:440 - Reading OSGi results for test [testRootFolderCommonInFragmentsAlone] 01:25:30.201 [main] DEBUG o.e.g.b.i.c.io.FragmentTest:447 - Test[testRootFolderCommonInFragmentsAlone]'s result read Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 sec - in org.eclipse.gemini.blueprint.iandt.compliance.io.FragmentTest 01:25:30.204 [Thread-0] INFO o.e.g.b.i.c.io.FragmentTest:471 - Shutting down OSGi platform 01:25:30.204 [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:25:30.204 [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 [Fri Apr 26 01:25:30 UTC 2024]; root of context hierarchy 01:25:30.204 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:30.204 [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 [Fri Apr 26 01:25:30 UTC 2024]; root of context hierarchy] 01:25:30.204 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:30.205 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:30.205 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:30.205 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:30.205 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:30.205 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:30.205 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:30.206 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:30.206 [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:30.206 [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:30.207 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:30.207 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:30,748 |-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:30,817 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:30,819 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:30,832 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:30,855 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:30,857 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:30,860 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:30,866 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7791a895 - No compression will be used 01:25:30,870 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:30,870 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:30,871 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:30,871 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:30,871 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:30,871 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:30,871 |-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:30,872 |-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:30,872 |-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:30,872 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:30,872 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:30,872 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:30,872 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:30,872 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:30,872 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:30,872 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:30,872 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:30,873 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:30,873 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:30,873 |-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:25:30.947 [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:25:30.951 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:85 - Instantiating platform wrapper... 01:25:30.958 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1378840781516248377kf 01:25:30.958 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:215 - About to start Knopflerfish OSGi Platform 01:25:31.026 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:31.028 [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:25:31.029 [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:25:31.030 [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:25:31.030 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:31.093 [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:25:31.103 [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:25:31.106 [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:25:31.108 [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:25:31.112 [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:25:31.119 [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:25:31.120 [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:25:31.122 [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:25:31.126 [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:25:31.129 [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:25:31.144 [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:25:31.146 [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:25:31.149 [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:25:31.153 [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:25:31.154 [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:25:31.157 [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:25:31.159 [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:25:31.168 [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:25:31.173 [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:25:31.176 [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:25:31.177 [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:25:31.178 [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:25:31.178 [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:25:31.178 [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:25:31.180 [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:25:31.182 [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:25:31.182 [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:25:31.186 [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:25:31.186 [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:25:31.186 [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:25:31.189 [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:25:31.190 [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:25:31.191 [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:25:31,207 |-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:31,242 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:31,244 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:31,250 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:31,262 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:31,264 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:31,266 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:31,270 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1814d0d9 - No compression will be used 01:25:31,272 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:31,272 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:31,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:31,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:31,273 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:31,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:31,274 |-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:31,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:31,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:31,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:31,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:31,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:31,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:31,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:31,274 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:31,274 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:31,274 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:31,275 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:31,275 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:31,275 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ee66fb0 - Registering current configuration as safe fallback point 01:25:31.282 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:31.288 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:31.380 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:31.380 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:31.383 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:31.385 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:31.388 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:31.389 [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:31.389 [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:31.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:25:31.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:25:31.390 [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:31.390 [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:31.390 [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:31.390 [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:31.391 [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:31.391 [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:31.391 [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:31.391 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:31.392 [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:31.392 [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:31.392 [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:31.392 [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:31.392 [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:31.392 [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:31.393 [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:31.393 [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:31.393 [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:31.393 [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:31.394 [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:31.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:25:31.394 [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:31.394 [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:31.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:25:31.394 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:31.394 [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:31.395 [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:31.395 [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:31.395 [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:31.395 [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:31.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:25:31.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:25:31.395 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:31.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:25:31.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:25:31.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:25:31.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:25:31.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:25:31.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:25:31.397 [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:31.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:31.397 [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:31.397 [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:31.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:31.397 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:31.398 [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:31.398 [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:31.398 [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:31.398 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:31.398 [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:31.398 [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:31.398 [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:31.399 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:31.399 [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:31.399 [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:31.399 [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:31.399 [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:31.400 [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:31.400 [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:31.400 [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:31.406 [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:31.406 [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:31.407 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:31.408 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:31.410 [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:31.411 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:31.411 [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:25:31.412 [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:25:31.412 [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:31.414 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:31.421 [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:31.421 [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:31.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:25:31.423 [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:31.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:25:31.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:25:31.424 [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:31.424 [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:31.425 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:31.425 [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:31.425 [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:31.425 [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:31.426 [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:31.426 [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:31.426 [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:31.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:25:31.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:25:31.427 [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:31.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:25:31.428 [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:31.428 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:31.428 [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:31.429 [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:31.429 [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:31.429 [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:31.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:25:31.430 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:31.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:25:31.430 [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:31.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:25:31.431 [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:31.432 [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:31.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:31.432 [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:31.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:31.432 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:31.438 [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:31.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:25:31.438 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:31.439 [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:31.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:25:31.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:31.439 [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:31.439 [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:31.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:25:31.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:25:31.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:25:31.443 [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:25:31.446 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:31.447 [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:31.447 [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:31.447 [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:31.447 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:31.451 [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:31.451 [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:31.453 [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:25:31.453 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:511 - Post processing: creating test bundle 01:25:31.460 [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:25:31.460 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:202 - Automatically creating Manifest for the test bundle 01:25:31.461 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:366 - Using the test class for generating bundle imports 01:25:31.462 [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:25:31.462 [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:25:31.464 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class ServiceAvailableDuringUnregistrationTest 01:25:31.472 [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:25:31.472 [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:25:31.472 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest 01:25:31.474 [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:25:31.475 [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:25:31.475 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:31.476 [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:25:31.476 [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:25:31.476 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:31.476 [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:25:31.476 [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:25:31.477 [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:25:31.477 [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:25:31.477 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:31.477 [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:25:31.477 [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:25:31.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-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:25:31.477 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:31.477 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/ 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest$1.class 01:25:31.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/compliance/service/ServiceAvailableDuringUnregistrationTest.class 01:25:31.482 [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:25:31.482 [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:25:31.484 [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:25:31.484 [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:25:31.485 [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:25:31.485 [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:25:31.485 [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:25:31.485 [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:25:31.485 [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:25:31.485 [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:25:31.486 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:31.487 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:31.487 [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:25:31.487 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:31.488 [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:25:31.489 [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:25:31.489 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:31.489 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:31.489 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:31.490 [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:25:31.490 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:31.490 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:31.490 [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:25:31.491 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:31.491 [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:25:31.491 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:31.492 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:31.492 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:31.492 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:31.493 [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:25:31.493 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:364 - Writing test name [testServiceAliveDuringUnregistration] to OSGi 01:25:31.501 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceAliveDuringUnregistration] for execution inside OSGi 01:25:31.501 [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:25:31.502 [main] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:190 - Loading context for locations: 01:25:31.509 [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 [Fri Apr 26 01:25:31 UTC 2024]; root of context hierarchy 01:25:31.513 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:31.543 [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:25:31.549 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:31.549 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:31.550 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:25:31.550 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:25:31.552 [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:25:31.553 [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:25:31.554 [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:25:31.556 [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 [Fri Apr 26 01:25:31 UTC 2024]; root of context hierarchy] 01:25:31.558 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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:25:31.559 [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:31.579 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:31.580 [main] TRACE o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:440 - Reading OSGi results for test [testServiceAliveDuringUnregistration] 01:25:31.580 [main] DEBUG o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:447 - Test[testServiceAliveDuringUnregistration]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec - in org.eclipse.gemini.blueprint.iandt.compliance.service.ServiceAvailableDuringUnregistrationTest 01:25:31.583 [Thread-0] INFO o.e.g.b.i.c.s.ServiceAvailableDuringUnregistrationTest:471 - Shutting down OSGi platform 01:25:31.583 [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:25:31.584 [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 [Fri Apr 26 01:25:31 UTC 2024]; root of context hierarchy 01:25:31.584 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:31.584 [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 [Fri Apr 26 01:25:31 UTC 2024]; root of context hierarchy] 01:25:31.584 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:31.584 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:31.584 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:31.584 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:31.584 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:31.584 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:31.584 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:31.585 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:31.585 [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:31.585 [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:31.586 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:31.586 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:32,117 |-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:32,198 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:32,200 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:32,214 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:32,247 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:32,249 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:32,252 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:32,258 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:25:32,263 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:32,263 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:32,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:32,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:32,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:32,264 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:32,264 |-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:32,265 |-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:32,265 |-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:32,265 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:32,265 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:32,265 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:32,265 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:32,265 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:32,265 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:32,265 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:32,265 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:32,266 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:32,266 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:32,266 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest 01:25:32.344 [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:25:32.347 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:85 - Instantiating platform wrapper... 01:25:32.354 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3872275950040007851kf 01:25:32.355 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:215 - About to start Knopflerfish OSGi Platform 01:25:32.420 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:32.423 [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:25:32.423 [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:25:32.424 [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:25:32.425 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:32.489 [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:25:32.500 [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:25:32.504 [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:25:32.506 [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:25:32.512 [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:25:32.521 [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:25:32.522 [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:25:32.526 [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:25:32.529 [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:25:32.534 [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:25:32.552 [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:25:32.554 [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:25:32.558 [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:25:32.564 [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:25:32.567 [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:25:32.570 [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:25:32.573 [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:25:32.585 [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:25:32.592 [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:25:32.596 [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:25:32.598 [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:25:32.598 [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:25:32.599 [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:25:32.599 [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:25:32.601 [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:25:32.604 [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:25:32.605 [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:25:32.610 [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:25:32.610 [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:25:32.611 [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:25:32.614 [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:25:32.615 [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:25:32.638 [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:25:32,656 |-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:32,682 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:32,683 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:32,691 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:32,708 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:32,710 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:32,713 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:32,719 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@227c5918 - No compression will be used 01:25:32,723 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:32,723 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:32,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:32,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:32,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:32,724 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:32,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:25:32,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:25:32,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:25:32,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:32,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:32,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:32,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:32,725 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:32,726 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:32,726 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:32,726 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:32,726 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:32,726 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:32,727 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6f83d19c - Registering current configuration as safe fallback point 01:25:32.734 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:32.742 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:32.845 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:32.846 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:32.848 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:32.850 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:32.864 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:32.865 [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:32.865 [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:32.869 [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:32.869 [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:32.870 [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:32.870 [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:32.870 [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:32.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:25:32.871 [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:32.871 [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:32.871 [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:32.871 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:32.871 [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:32.872 [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:32.872 [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:32.872 [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:32.872 [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:32.872 [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:32.872 [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:32.872 [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:32.873 [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:32.873 [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:32.873 [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:32.873 [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:32.874 [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:32.874 [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:32.874 [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:32.874 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:32.874 [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:32.874 [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:32.874 [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:32.874 [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:32.875 [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:32.875 [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:32.875 [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:32.875 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:32.875 [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:32.876 [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:32.876 [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:32.876 [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:32.876 [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:32.876 [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:32.876 [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:32.876 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:32.877 [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:32.877 [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:32.877 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:32.877 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:32.878 [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:32.878 [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:32.878 [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:32.878 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:32.878 [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:32.878 [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:32.878 [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:32.878 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:32.878 [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:32.879 [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:32.879 [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:32.879 [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:32.880 [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:32.880 [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:32.880 [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:32.886 [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:32.886 [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:32.887 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:32.887 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:32.889 [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:32.891 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:32.891 [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:25:32.891 [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:25:32.892 [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:32.894 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:32.900 [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:32.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:25:32.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:25:32.902 [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:32.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:25:32.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:25:32.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:25:32.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:25:32.904 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:32.904 [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:32.904 [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:32.904 [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:32.905 [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:32.905 [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:32.905 [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:32.907 [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:32.907 [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:32.907 [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:32.907 [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:32.907 [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:32.907 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:32.908 [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:32.908 [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:32.908 [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:32.909 [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:32.909 [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:32.909 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:32.910 [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:32.910 [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:32.910 [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:32.911 [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:32.911 [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:32.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:32.911 [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:32.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:32.911 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:32.913 [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:32.913 [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:32.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:32.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:25:32.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:25:32.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:32.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:25:32.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:25:32.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:25:32.916 [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:32.916 [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:32.917 [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:25:32.921 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:32.921 [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:32.921 [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:32.922 [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:32.922 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:32.922 [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:32.922 [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:32.923 [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:25:32.924 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:511 - Post processing: creating test bundle 01:25:32.934 [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:25:32.934 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:202 - Automatically creating Manifest for the test bundle 01:25:32.935 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:366 - Using the test class for generating bundle imports 01:25:32.936 [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:25:32.936 [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:25:32.939 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class OsgiAppContextTest 01:25:32.946 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:32.946 [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:25:32.946 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest 01:25:32.950 [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:25:32.950 [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:25:32.950 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:32.951 [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:25:32.952 [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:25:32.952 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:32.953 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:32.953 [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:25:32.953 [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:25:32.953 [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:25:32.954 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:32.954 [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:25:32.954 [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:25:32.954 [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:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:32.955 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 01:25:32.956 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 01:25:32.956 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 01:25:32.956 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 01:25:32.956 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 01:25:32.956 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 01:25:32.956 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:25:32.956 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 01:25:32.961 [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:25:32.962 [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:25:32.964 [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:25:32.964 [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:25:32.964 [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:25:32.964 [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:25:32.964 [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:25:32.965 [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:25:32.965 [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:25:32.965 [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:25:32.965 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:32.966 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:32.967 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:32.967 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:32.968 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:32.968 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:32.968 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:32.969 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:32.969 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:32.970 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:32.970 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:32.970 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:32.970 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:32.971 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:32.972 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:32.972 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:32.973 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:32.973 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:32.974 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:32.974 [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:25:32.974 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextIsTheSame] to OSGi 01:25:32.983 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextIsTheSame] for execution inside OSGi 01:25:32.983 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextIsTheSame] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@359f7cdf 01:25:32.984 [main] INFO o.e.g.b.i.c.OsgiAppContextTest:190 - Loading context for locations: 01:25:32.992 [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 [Fri Apr 26 01:25:32 UTC 2024]; root of context hierarchy 01:25:32.995 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:33.007 [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@6150c3ec: defining beans []; root of factory hierarchy 01:25:33.013 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:33.013 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:33.013 [main] TRACE 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:33.014 [main] TRACE o.e.g.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:33.016 [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:25:33.016 [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:25:33.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:25:33.020 [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 [Fri Apr 26 01:25:32 UTC 2024]; root of context hierarchy] 01:25:33.021 [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:25:33.022 [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:33.049 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:33.050 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextIsTheSame] 01:25:33.050 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextIsTheSame]'s result read 01:25:33.051 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextInjected] to OSGi 01:25:33.052 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextInjected] for execution inside OSGi 01:25:33.052 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextInjected] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5136d012 01:25:33.052 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:33.052 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextInjected] 01:25:33.052 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextInjected]'s result read 01:25:33.053 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:364 - Writing test name [testBundleContextAvailableAsBean] to OSGi 01:25:33.053 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAvailableAsBean] for execution inside OSGi 01:25:33.053 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testBundleContextAvailableAsBean] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5939a379 01:25:33.054 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:33.054 [main] TRACE o.e.g.b.i.c.OsgiAppContextTest:440 - Reading OSGi results for test [testBundleContextAvailableAsBean] 01:25:33.054 [main] DEBUG o.e.g.b.i.c.OsgiAppContextTest:447 - Test[testBundleContextAvailableAsBean]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 sec - in org.eclipse.gemini.blueprint.iandt.context.OsgiAppContextTest 01:25:33.056 [Thread-0] INFO o.e.g.b.i.c.OsgiAppContextTest:471 - Shutting down OSGi platform 01:25:33.056 [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:25:33.057 [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 [Fri Apr 26 01:25:32 UTC 2024]; root of context hierarchy 01:25:33.057 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:33.057 [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 [Fri Apr 26 01:25:32 UTC 2024]; root of context hierarchy] 01:25:33.057 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:33.057 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:33.057 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:33.057 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:33.057 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:33.058 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:33.058 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:33.058 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:33.059 [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:33.059 [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:33.059 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:33.060 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:33,593 |-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:33,673 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:33,675 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:33,688 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:33,710 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:33,711 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:33,715 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:33,720 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:25:33,725 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:33,725 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:33,739 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:33,739 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:33,739 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:33,739 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:33,739 |-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:33,739 |-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:33,739 |-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:33,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:33,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:33,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:33,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:33,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:33,740 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:33,740 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:33,740 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:33,740 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:33,741 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:33,741 |-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:25:33.813 [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:25:33.816 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:85 - Instantiating platform wrapper... 01:25:33.823 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4941780421179296626kf 01:25:33.823 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:215 - About to start Knopflerfish OSGi Platform 01:25:33.889 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:33.891 [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:25:33.892 [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:25:33.893 [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:25:33.893 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:33.956 [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:25:33.966 [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:25:33.970 [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:25:33.971 [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:25:33.976 [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:25:33.982 [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:25:33.983 [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:25:33.986 [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:25:33.989 [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:25:33.993 [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:25:34.004 [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:25:34.006 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:25:34.008 [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:25:34.013 [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:25:34.014 [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:25:34.016 [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:25:34.018 [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:25:34.044 [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:25:34.049 [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:25:34.052 [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:25:34.053 [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:25:34.053 [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:25:34.054 [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:25:34.054 [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:25:34.055 [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:25:34.058 [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:25:34.058 [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:25:34.061 [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:25:34.062 [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:25:34.062 [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:25:34.064 [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:25:34.065 [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:25:34.066 [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:25:34,083 |-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:34,105 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:34,107 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:34,113 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:34,126 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:34,127 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:34,129 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:34,134 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used 01:25:34,136 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:34,136 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:34,138 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:34,138 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:34,138 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:34,138 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:34,139 |-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:34,139 |-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:34,139 |-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:34,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:34,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:34,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:34,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:34,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:34,139 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:34,139 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:34,139 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:34,140 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:34,140 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:34,140 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point 01:25:34.148 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:34.154 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:34.245 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:34.246 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:34.248 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:34.251 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:34.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:34.258 [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:34.258 [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:34.262 [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:34.262 [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:34.263 [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:34.263 [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:34.263 [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:34.263 [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:34.264 [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:34.264 [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:34.264 [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:34.264 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:34.264 [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:34.265 [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:34.265 [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:34.265 [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:34.265 [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:34.265 [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:34.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:25:34.265 [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:34.266 [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:34.266 [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:34.266 [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:34.266 [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:34.267 [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:34.267 [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:34.267 [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:34.267 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:34.267 [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:34.267 [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:34.267 [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:34.267 [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:34.268 [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:34.268 [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:34.268 [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:34.268 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:34.268 [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:34.269 [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:34.269 [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:34.269 [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:34.269 [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:34.269 [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:34.269 [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:34.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:34.270 [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:34.270 [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:34.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:34.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:34.271 [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:34.271 [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:34.271 [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:34.271 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:34.271 [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:34.271 [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:34.271 [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:34.271 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:34.271 [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:34.271 [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:34.272 [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:34.272 [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:34.273 [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:34.273 [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:34.273 [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:34.278 [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:34.278 [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:34.280 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:34.280 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:34.282 [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:34.283 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:34.284 [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:25:34.284 [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:25:34.285 [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:34.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:34.293 [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:34.293 [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:34.294 [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:34.295 [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:34.295 [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:34.296 [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:34.297 [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:34.297 [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:34.297 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:34.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:25:34.297 [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:34.297 [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:34.298 [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:34.298 [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:34.298 [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:34.299 [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:34.300 [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:34.300 [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:34.300 [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:34.300 [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:34.300 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:34.301 [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:34.301 [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:34.301 [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:34.302 [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:34.302 [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:34.302 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:34.302 [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:34.303 [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:34.303 [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:34.304 [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:34.304 [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:34.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:34.304 [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:34.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:34.304 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:34.305 [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:34.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:25:34.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:34.306 [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:34.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:25:34.306 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:34.307 [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:34.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:25:34.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:25:34.309 [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:34.309 [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:34.310 [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:25:34.314 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:34.314 [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:34.314 [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:34.315 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:34.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:25:34.315 [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:34.315 [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:34.316 [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:25:34.316 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:511 - Post processing: creating test bundle 01:25:34.324 [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:25:34.324 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:202 - Automatically creating Manifest for the test bundle 01:25:34.324 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:366 - Using the test class for generating bundle imports 01:25:34.325 [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:25:34.326 [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:25:34.328 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class PublishedInterfacesTest 01:25:34.342 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:34.343 [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:25:34.343 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest 01:25:34.345 [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:25:34.345 [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:25:34.345 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:34.346 [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:25:34.346 [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:25:34.346 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:34.347 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:34.347 [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:25:34.347 [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:25:34.347 [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:25:34.347 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:34.347 [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:25:34.347 [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:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-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:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:34.348 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:34.349 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 01:25:34.349 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 01:25:34.349 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 01:25:34.349 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 01:25:34.349 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 01:25:34.349 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 01:25:34.349 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:25:34.349 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 01:25:34.353 [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:25:34.353 [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:25:34.355 [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:25:34.356 [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:25:34.356 [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:25:34.356 [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:25:34.356 [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:25:34.356 [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:25:34.356 [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:25:34.356 [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:25:34.356 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:34.357 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:34.358 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:34.359 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:34.359 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:34.359 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:34.359 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:34.360 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:34.360 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:34.360 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:34.361 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:34.361 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:34.361 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:34.362 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:34.362 [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:25:34.362 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:34.362 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:34.362 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:34.363 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:34.363 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:34.364 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:364 - Writing test name [testXmlOsgiContext] to OSGi 01:25:34.371 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testXmlOsgiContext] for execution inside OSGi 01:25:34.372 [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:25:34.372 [main] INFO o.e.g.b.i.c.PublishedInterfacesTest:190 - Loading context for locations: 01:25:34.380 [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 [Fri Apr 26 01:25:34 UTC 2024]; root of context hierarchy 01:25:34.383 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:34.395 [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:25:34.401 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:34.401 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:34.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:25:34.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:25:34.404 [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:25:34.404 [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:25:34.406 [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:25:34.408 [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 [Fri Apr 26 01:25:34 UTC 2024]; root of context hierarchy] 01:25:34.409 [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:25:34.410 [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:34.431 [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 [Fri Apr 26 01:25:34 UTC 2024]; root of context hierarchy 01:25:34.431 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:34.437 [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:25:34.457 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:34.457 [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:34.458 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:34.458 [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:34.509 [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:25:34.509 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:34.510 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:34.510 [main] TRACE 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:34.510 [main] TRACE o.e.g.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:34.514 [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:25:34.515 [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:25:34.517 [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:25:34.518 [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 [Fri Apr 26 01:25:34 UTC 2024]; root of context hierarchy] 01:25:34.518 [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:25:34.518 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:25:34.519 [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:25:34.519 [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 [Fri Apr 26 01:25:34 UTC 2024]; root of context hierarchy 01:25:34.519 [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 [Fri Apr 26 01:25:34 UTC 2024]; root of context hierarchy] 01:25:34.521 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:34.521 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:34.521 [main] TRACE o.e.g.b.i.c.PublishedInterfacesTest:440 - Reading OSGi results for test [testXmlOsgiContext] 01:25:34.522 [main] DEBUG o.e.g.b.i.c.PublishedInterfacesTest:447 - Test[testXmlOsgiContext]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 sec - in org.eclipse.gemini.blueprint.iandt.context.PublishedInterfacesTest 01:25:34.525 [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:25:34.525 [Thread-0] INFO o.e.g.b.i.c.PublishedInterfacesTest:471 - Shutting down OSGi platform 01:25:34.525 [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 [Fri Apr 26 01:25:34 UTC 2024]; root of context hierarchy 01:25:34.525 [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 [Fri Apr 26 01:25:34 UTC 2024]; root of context hierarchy] 01:25:34.525 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:34.525 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:34.525 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:34.525 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:34.526 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:34.526 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:34.526 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:34.526 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:34.526 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:34.527 [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:34.527 [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:34.527 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:34.528 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:35,061 |-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:35,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:35,130 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:35,143 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:35,165 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:35,166 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:35,170 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:35,175 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:25:35,180 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:35,180 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:35,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:35,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:35,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:35,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:35,181 |-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:35,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:35,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:35,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:35,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:35,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:35,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:35,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:35,182 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:35,182 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:35,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:35,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:35,183 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:35,183 |-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:25:35.273 [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:25:35.276 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:85 - Instantiating platform wrapper... 01:25:35.283 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4499152746527942934kf 01:25:35.283 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:215 - About to start Knopflerfish OSGi Platform 01:25:35.350 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:35.352 [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:25:35.353 [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:25:35.354 [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:25:35.354 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:35.416 [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:25:35.426 [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:25:35.430 [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:25:35.431 [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:25:35.436 [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:25:35.442 [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:25:35.443 [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:25:35.446 [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:25:35.449 [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:25:35.452 [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:25:35.464 [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:25:35.466 [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:25:35.468 [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:25:35.472 [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:25:35.474 [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:25:35.476 [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:25:35.478 [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:25:35.488 [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:25:35.492 [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:25:35.495 [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:25:35.496 [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:25:35.497 [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:25:35.497 [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:25:35.497 [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:25:35.499 [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:25:35.501 [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:25:35.501 [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:25:35.505 [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:25:35.505 [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:25:35.505 [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:25:35.507 [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:25:35.508 [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:25:35.509 [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:25:35,552 |-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:35,574 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:35,575 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:35,581 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:35,594 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:35,595 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:35,597 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:35,601 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used 01:25:35,604 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:35,604 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:35,605 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:35,605 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:35,605 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:35,605 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:35,606 |-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:35,606 |-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:35,606 |-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:35,606 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:35,606 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:35,606 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:35,606 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:35,606 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:35,606 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:35,606 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:35,607 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:35,607 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:35,607 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:35,607 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point 01:25:35.615 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:35.621 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:35.702 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:35.702 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:35.705 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:35.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:35.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:35.711 [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:35.711 [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:35.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:25:35.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:25:35.712 [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:35.712 [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:35.713 [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:35.713 [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:35.713 [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:35.713 [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:35.714 [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:35.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:35.714 [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:35.714 [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:35.714 [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:35.714 [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:35.715 [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:35.715 [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:35.715 [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:35.715 [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:35.715 [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:35.716 [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:35.716 [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:35.716 [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:35.716 [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:35.716 [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:35.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:25:35.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:35.717 [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:35.717 [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:35.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:25:35.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:25:35.717 [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:35.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:25:35.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:25:35.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:35.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:25:35.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:25:35.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:25:35.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:25:35.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:25:35.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:25:35.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:25:35.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:35.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:25:35.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:25:35.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:35.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:35.720 [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:35.720 [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:35.720 [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:35.720 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:35.720 [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:35.720 [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:35.720 [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:35.721 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:35.721 [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:35.721 [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:35.721 [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:35.721 [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:35.722 [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:35.722 [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:35.722 [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:35.743 [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:35.743 [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:35.744 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:35.745 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:35.747 [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:35.748 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:35.748 [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:25:35.748 [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:25:35.749 [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:35.751 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:35.758 [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:35.758 [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:35.758 [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:35.760 [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:35.760 [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:35.760 [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:35.761 [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:35.761 [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:35.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:35.762 [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:35.762 [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:35.762 [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:35.763 [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:35.763 [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:35.763 [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:35.764 [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:35.764 [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:35.764 [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:35.764 [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:35.764 [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:35.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:35.765 [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:35.765 [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:35.765 [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:35.766 [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:35.766 [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:35.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:35.767 [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:35.767 [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:35.767 [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:35.768 [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:35.768 [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:35.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:35.768 [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:35.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:35.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:35.770 [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:35.770 [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:35.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:35.771 [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:35.771 [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:35.771 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:35.771 [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:35.771 [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:35.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:25:35.774 [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:35.774 [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:35.775 [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:25:35.778 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:35.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:25:35.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:25:35.779 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:35.780 [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:35.783 [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:35.783 [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:35.784 [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:25:35.785 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:511 - Post processing: creating test bundle 01:25:35.792 [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:25:35.793 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:202 - Automatically creating Manifest for the test bundle 01:25:35.793 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:366 - Using the test class for generating bundle imports 01:25:35.794 [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:25:35.794 [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:25:35.797 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest 01:25:35.804 [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:25:35.804 [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:25:35.804 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BundleContextAwareTest$BundleContextAwareHolder 01:25:35.804 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:35.804 [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:25:35.804 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest 01:25:35.806 [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:25:35.807 [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:25:35.807 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:35.808 [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:25:35.808 [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:25:35.808 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:35.808 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:35.809 [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:25:35.809 [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:25:35.809 [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:25:35.809 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:35.809 [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:25:35.809 [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:25:35.809 [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:25:35.809 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/ 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder$AnotherInnerClass.class 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest$BundleContextAwareHolder.class 01:25:35.810 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/BundleContextAwareTest.class 01:25:35.811 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/OsgiAppContextTest.class 01:25:35.811 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/PublishedInterfacesTest.class 01:25:35.811 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:25:35.811 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/context/no-op-context.xml 01:25:35.815 [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:25:35.815 [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:25:35.817 [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:25:35.817 [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:25:35.817 [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:25:35.817 [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:25:35.817 [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:25:35.817 [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:25:35.818 [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:25:35.818 [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:25:35.818 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:35.819 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:35.819 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:35.820 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:35.821 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:35.821 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:35.821 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:35.821 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:35.822 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:35.822 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:35.822 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:35.822 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:35.823 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:35.823 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:35.823 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:35.824 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:35.824 [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:25:35.824 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:35.824 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:35.825 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:35.825 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:364 - Writing test name [testBundleContextAware] to OSGi 01:25:35.843 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleContextAware] for execution inside OSGi 01:25:35.843 [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:25:35.843 [main] INFO o.e.g.b.i.c.BundleContextAwareTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/context/bundleContextAwareTest.xml 01:25:35.850 [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 [Fri Apr 26 01:25:35 UTC 2024]; root of context hierarchy 01:25:35.854 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:35.871 [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:25:35.890 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:35.891 [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:35.891 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:35.892 [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:35.943 [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:25:35.949 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:35.949 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:35.950 [main] TRACE 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:35.950 [main] TRACE o.e.g.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:35.956 [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:25:35.956 [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:25:35.967 [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:25:35.969 [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 [Fri Apr 26 01:25:35 UTC 2024]; root of context hierarchy] 01:25:35.970 [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:25:35.971 [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:35.983 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:35.984 [main] TRACE o.e.g.b.i.c.BundleContextAwareTest:440 - Reading OSGi results for test [testBundleContextAware] 01:25:35.984 [main] DEBUG o.e.g.b.i.c.BundleContextAwareTest:447 - Test[testBundleContextAware]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 sec - in org.eclipse.gemini.blueprint.iandt.context.BundleContextAwareTest 01:25:35.987 [Thread-0] INFO o.e.g.b.i.c.BundleContextAwareTest:471 - Shutting down OSGi platform 01:25:35.987 [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:25:35.988 [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 [Fri Apr 26 01:25:35 UTC 2024]; root of context hierarchy 01:25:35.988 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:35.988 [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 [Fri Apr 26 01:25:35 UTC 2024]; root of context hierarchy] 01:25:35.988 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:35.988 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:35.988 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:35.988 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:35.988 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:35.988 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:35.988 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:35.989 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:35.989 [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:35.989 [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:35.990 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:35.990 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:36,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:25:36,604 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:36,606 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:36,619 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:36,645 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:36,647 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:36,650 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:36,656 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used 01:25:36,660 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:36,660 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:36,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:36,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:36,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:36,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:36,662 |-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:36,662 |-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:36,662 |-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:36,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:36,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:36,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:36,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:36,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:36,662 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:36,663 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:36,663 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:36,663 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:36,663 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:36,664 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest 01:25:36.735 [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:25:36.739 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:85 - Instantiating platform wrapper... 01:25:36.746 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4206730874628337714kf 01:25:36.746 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:215 - About to start Knopflerfish OSGi Platform 01:25:36.811 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:36.813 [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:25:36.814 [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:25:36.815 [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:25:36.815 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:36.879 [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:25:36.889 [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:25:36.892 [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:25:36.894 [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:25:36.899 [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:25:36.905 [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:25:36.906 [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:25:36.909 [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:25:36.912 [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:25:36.916 [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:25:36.928 [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:25:36.929 [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:25:36.932 [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:25:36.941 [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:25:36.943 [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:25:36.946 [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:25:36.948 [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:25:36.958 [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:25:36.963 [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:25:36.966 [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:25:36.967 [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:25:36.967 [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:25:36.968 [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:25:36.968 [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:25:36.969 [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:25:36.972 [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:25:36.972 [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:25:36.975 [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:25:36.976 [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:25:36.976 [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:25:36.978 [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:25:36.979 [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:25:36.981 [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:25:36,997 |-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:37,019 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:37,020 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:37,039 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:37,052 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:37,053 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:37,055 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:37,059 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27b9e400 - No compression will be used 01:25:37,062 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:37,063 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:37,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:37,064 |-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:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:37,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:37,065 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:37,065 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:37,065 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:37,065 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:37,065 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:37,066 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@68cb74d8 - Registering current configuration as safe fallback point 01:25:37.073 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:37.079 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:37.163 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:37.164 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:37.167 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:37.169 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:37.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:37.173 [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:37.173 [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:37.176 [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:37.177 [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:37.177 [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:37.178 [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:37.178 [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:37.178 [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:37.178 [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:37.179 [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:37.179 [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:37.179 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:37.179 [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:37.179 [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:37.179 [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:37.179 [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:37.180 [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:37.180 [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:37.180 [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:37.180 [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:37.181 [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:37.181 [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:37.181 [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:37.181 [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:37.181 [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:37.181 [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:37.181 [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:37.182 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:37.182 [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:37.182 [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:37.182 [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:37.182 [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:37.182 [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:37.183 [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:37.183 [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:37.183 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:37.183 [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:37.183 [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:37.183 [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:37.183 [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:37.184 [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:37.184 [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:37.184 [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:37.184 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:37.184 [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:37.185 [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:37.185 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:37.185 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:37.185 [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:37.185 [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:37.186 [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:37.186 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:37.186 [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:37.186 [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:37.186 [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:37.186 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:37.186 [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:37.186 [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:37.186 [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:37.186 [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: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:25: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:25:37.188 [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:37.193 [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:37.193 [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:37.195 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:37.195 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:37.197 [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:37.198 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:37.199 [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@1edda15c w/ reference null 01:25:37.199 [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@1edda15c w/ reference null 01:25:37.199 [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:37.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:37.208 [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:37.208 [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:37.208 [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:37.210 [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:37.210 [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:37.210 [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:37.211 [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:37.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:25:37.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:37.212 [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:37.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:25:37.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:25:37.213 [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:37.213 [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:37.213 [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:37.214 [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:37.214 [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:37.214 [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:37.215 [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:37.215 [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:37.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:37.215 [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:37.216 [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:37.216 [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:37.216 [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:37.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:25:37.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:37.217 [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:37.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:25:37.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:25:37.218 [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:37.218 [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:37.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:37.219 [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:37.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:37.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:37.220 [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:37.220 [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:37.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:37.221 [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:37.221 [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:37.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:37.221 [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:37.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:25:37.222 [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:37.224 [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:37.224 [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:37.225 [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:25:37.241 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:37.241 [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:37.241 [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:37.241 [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:37.241 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:37.242 [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:37.242 [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:37.243 [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:25:37.244 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:511 - Post processing: creating test bundle 01:25:37.251 [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:25:37.252 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:202 - Automatically creating Manifest for the test bundle 01:25:37.252 [main] INFO o.e.g.b.i.c.ReferenceCycleTest:366 - Using the test class for generating bundle imports 01:25:37.253 [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:25:37.254 [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:25:37.256 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class ReferenceCycleTest 01:25:37.263 [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:25:37.263 [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:25:37.263 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseImporterCycleTest 01:25:37.264 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:37.264 [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:25:37.264 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest 01:25:37.266 [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:25:37.266 [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:25:37.266 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:37.267 [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:25:37.268 [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:25:37.268 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:37.268 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:37.268 [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:25:37.268 [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:25:37.269 [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:25:37.269 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:37.269 [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:25:37.269 [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:25:37.269 [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:25:37.269 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:37.269 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:37.269 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 01:25:37.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 01:25:37.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 01:25:37.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 01:25:37.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 01:25:37.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 01:25:37.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 01:25:37.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 01:25:37.275 [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:25:37.276 [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:25:37.277 [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:25:37.278 [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:25:37.278 [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:25:37.278 [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:25:37.278 [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:25:37.278 [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:25:37.278 [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:25:37.278 [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:25:37.279 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:37.280 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:37.280 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:37.281 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:37.281 [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:25:37.282 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:37.282 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:37.282 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:37.282 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:37.283 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:37.283 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:37.283 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:37.283 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:37.284 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:37.284 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:37.284 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:37.285 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:37.285 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:37.285 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:37.286 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:37.286 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 01:25:37.294 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 01:25:37.295 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenersBetweenThem] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4a94ee4 01:25:37.295 [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:25:37.302 [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 [Fri Apr 26 01:25:37 UTC 2024]; root of context hierarchy 01:25:37.306 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:37.322 [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:25:37.351 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:37.351 [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:37.352 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:37.352 [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:37.394 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:37.395 [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:37.438 [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@7c1e2a9e: defining beans [listenerA,listenerB,importer]; root of factory hierarchy 01:25:37.444 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:37.445 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:37.445 [main] TRACE 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:37.446 [main] TRACE o.e.g.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:37.453 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@41fecb8b] 01:25:37.453 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@120f102b] 01:25:37.472 [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:25:37.472 [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:25:37.473 [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:25:37.474 [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:25:37.474 [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:25:37.476 [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:25:37.476 [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:25:37.477 [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:25:37.478 [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:25:37.478 [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:25:37.479 [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:25:37.479 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:37.483 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:37.488 [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:25:37.488 [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:25:37.489 [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:25:37.489 [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:25:37.489 [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:25:37.492 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:25:37.492 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:25:37.492 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference null 01:25:37.492 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:25:37.493 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference null 01:25:37.493 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference null 01:25:37.493 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:37.493 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:37.494 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.awt.Shape)] 01:25:37.494 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:25:37.494 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference null 01:25:37.494 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:25:37.494 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference null 01:25:37.494 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference null 01:25:37.495 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:25:37.495 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference null 01:25:37.495 [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:25:37.496 [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:25:37.496 [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:25:37.497 [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:25:37.497 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:25:37.498 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference null 01:25:37.498 [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:25:37.498 [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:25:37.500 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@25641d39] 01:25:37.502 [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 [Fri Apr 26 01:25:37 UTC 2024]; root of context hierarchy] 01:25:37.503 [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:25:37.504 [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:37.521 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380] bound to proxy 01:25:37.521 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380] bound to proxy 01:25:37.521 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.521 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@449a4f23, service.id=10} 01:25:37.521 [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:25:37.522 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.522 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.522 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@449a4f23, service.id=10} 01:25:37.522 [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:25:37.522 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.522 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380] bound to proxy 01:25:37.522 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380] bound to proxy 01:25:37.523 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.523 [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:25:37.523 [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:25:37.523 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.523 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.523 [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:25:37.523 [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:25:37.523 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.524 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.524 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@8f2ef19, service.id=10} 01:25:37.524 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.524 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.524 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@8f2ef19, service.id=10} 01:25:37.524 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.524 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380] was unregistered and unbound from the service proxy 01:25:37.525 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380] was unregistered and unbound from the service proxy 01:25:37.525 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.525 [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;@470734c3, service.id=10} 01:25:37.525 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.525 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.525 [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;@470734c3, service.id=10} 01:25:37.525 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380 01:25:37.525 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380] was unregistered and unbound from the service proxy 01:25:37.525 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6e6f2380] was unregistered and unbound from the service proxy 01:25:37.526 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:37.526 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 01:25:37.526 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenersBetweenThem]'s result read 01:25:37.527 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerA] to OSGi 01:25:37.528 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 01:25:37.528 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@17f62e33 01:25:37.528 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8] bound to proxy 01:25:37.528 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8] bound to proxy 01:25:37.529 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.529 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@27406a17, service.id=11} 01:25:37.529 [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:25:37.529 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.529 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.529 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@27406a17, service.id=11} 01:25:37.529 [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:25:37.529 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.529 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8] bound to proxy 01:25:37.530 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8] bound to proxy 01:25:37.530 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.530 [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;@2af004b, service.id=11} 01:25:37.530 [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:25:37.530 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.530 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.530 [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;@2af004b, service.id=11} 01:25:37.531 [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:25:37.531 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.534 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.534 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@28261e8e, service.id=11} 01:25:37.534 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.535 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.535 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@28261e8e, service.id=11} 01:25:37.535 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.535 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8] was unregistered and unbound from the service proxy 01:25:37.535 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8] was unregistered and unbound from the service proxy 01:25:37.535 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.535 [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;@d737b89, service.id=11} 01:25:37.535 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.535 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.536 [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;@d737b89, service.id=11} 01:25:37.536 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8 01:25:37.536 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8] was unregistered and unbound from the service proxy 01:25:37.536 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@76b1e9b8] was unregistered and unbound from the service proxy 01:25:37.536 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:37.536 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerA] 01:25:37.536 [main] DEBUG o.e.g.b.i.c.ReferenceCycleTest:447 - Test[testListenerA]'s result read 01:25:37.536 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:364 - Writing test name [testListenerB] to OSGi 01:25:37.537 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 01:25:37.537 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@8519cb4 01:25:37.538 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb] bound to proxy 01:25:37.538 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb] bound to proxy 01:25:37.539 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.539 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@2d901eb0, service.id=12} 01:25:37.539 [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:25:37.539 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.539 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.539 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@2d901eb0, service.id=12} 01:25:37.539 [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:25:37.539 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.539 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb] bound to proxy 01:25:37.539 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb] bound to proxy 01:25:37.540 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.540 [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;@3ba987b8, service.id=12} 01:25:37.540 [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:25:37.540 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.540 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.540 [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;@3ba987b8, service.id=12} 01:25:37.540 [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:25:37.540 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.540 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.541 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@5f049ea1, service.id=12} 01:25:37.541 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.541 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.541 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@53fe15ff with props={objectClass=[Ljava.lang.String;@5f049ea1, service.id=12} 01:25:37.541 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.541 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb] was unregistered and unbound from the service proxy 01:25:37.541 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb] was unregistered and unbound from the service proxy 01:25:37.541 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.541 [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;@72cc7e6f, service.id=12} 01:25:37.542 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@6fdbe764 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.542 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.542 [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;@72cc7e6f, service.id=12} 01:25:37.542 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@51c668e3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb 01:25:37.542 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb] was unregistered and unbound from the service proxy 01:25:37.542 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35dab4eb] was unregistered and unbound from the service proxy 01:25:37.542 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:37.542 [main] TRACE o.e.g.b.i.c.ReferenceCycleTest:440 - Reading OSGi results for test [testListenerB] 01:25:37.542 [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: 0.81 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ReferenceCycleTest 01:25:37.545 [Thread-0] INFO o.e.g.b.i.c.ReferenceCycleTest:471 - Shutting down OSGi platform 01:25:37.545 [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:25:37.546 [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 [Fri Apr 26 01:25:37 UTC 2024]; root of context hierarchy 01:25:37.546 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:37.546 [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 [Fri Apr 26 01:25:37 UTC 2024]; root of context hierarchy] 01:25:37.546 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:37.546 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:37.546 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:37.546 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:37.546 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:37.546 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:37.546 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:37.547 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:37.547 [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:37.548 [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:37.548 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:37.548 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:38,084 |-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:38,165 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:38,167 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:38,180 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:38,202 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:38,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:38,207 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:38,212 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:25:38,217 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:38,217 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:38,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:38,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:38,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:38,218 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:38,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:25:38,219 |-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:38,219 |-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:38,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:38,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:38,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:38,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:38,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:38,219 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:38,219 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:38,219 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:38,220 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:38,220 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:38,221 |-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:25:38.301 [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:25:38.304 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:85 - Instantiating platform wrapper... 01:25:38.311 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi289045777187081046kf 01:25:38.311 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:215 - About to start Knopflerfish OSGi Platform 01:25:38.377 [main] INFO o.e.g.b.i.c.CollectionCycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:38.379 [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:25:38.380 [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:25:38.381 [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:25:38.381 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:38.443 [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:25:38.453 [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:25:38.457 [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:25:38.458 [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:25:38.463 [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:25:38.469 [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:25:38.470 [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:25:38.473 [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:25:38.476 [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:25:38.480 [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:25:38.491 [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:25:38.493 [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:25:38.495 [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:25:38.499 [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:25:38.501 [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:25:38.503 [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:25:38.505 [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:25:38.515 [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:25:38.520 [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:25:38.539 [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:25:38.541 [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:25:38.541 [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:25:38.541 [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:25:38.542 [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:25:38.543 [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:25:38.546 [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:25:38.546 [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:25:38.552 [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:25:38.552 [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:25:38.553 [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:25:38.556 [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:25:38.558 [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:25:38.560 [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:25:38,577 |-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:38,598 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:38,600 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:38,605 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:38,618 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:38,619 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:38,621 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:38,626 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@284d0ad4 - No compression will be used 01:25:38,628 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:38,628 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:38,629 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:38,629 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:38,629 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:38,629 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:38,630 |-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:38,630 |-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:38,630 |-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:38,630 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:38,630 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:38,630 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:38,630 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:38,630 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:38,630 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:38,630 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:38,630 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:38,631 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:38,631 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:38,631 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@204f6354 - Registering current configuration as safe fallback point 01:25:38.638 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:38.645 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:38.727 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:38.728 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:38.739 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:38.741 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:38.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:38.745 [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:38.745 [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:38.748 [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:38.749 [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:38.750 [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:38.750 [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:38.750 [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:38.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:25:38.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:25:38.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:25:38.751 [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:38.751 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:38.751 [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:38.751 [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:38.751 [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:38.752 [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:38.752 [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:38.752 [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:38.752 [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:38.752 [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:38.753 [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:38.753 [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:38.753 [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:38.753 [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:38.753 [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:38.754 [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:38.754 [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:38.754 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:38.754 [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:38.754 [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:38.754 [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:38.754 [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:38.755 [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:38.755 [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:38.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:25:38.755 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:38.755 [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:38.755 [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:38.755 [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:38.756 [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:38.756 [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:38.756 [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:38.756 [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:38.756 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:38.757 [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:38.757 [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:38.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:38.757 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:38.757 [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:38.758 [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:38.758 [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:38.758 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:38.758 [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:38.758 [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:38.758 [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:38.758 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:38.758 [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:38.758 [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:38.758 [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:38.759 [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:38.759 [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:38.760 [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:38.760 [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:38.765 [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:38.765 [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:38.767 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:38.767 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:38.769 [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:38.770 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:38.771 [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:25:38.771 [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:25:38.771 [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:38.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:38.780 [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:38.780 [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:38.780 [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:38.782 [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:38.782 [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:38.782 [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:38.783 [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:38.783 [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:38.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:38.784 [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:38.784 [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:38.784 [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:38.785 [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:38.785 [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:38.785 [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:38.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:25:38.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:25:38.786 [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:38.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:25:38.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:25:38.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:38.787 [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:38.787 [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:38.788 [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:38.788 [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:38.789 [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:38.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:38.790 [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:38.790 [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:38.790 [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:38.791 [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:38.791 [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:38.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:38.791 [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:38.791 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:38.792 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:38.793 [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:38.793 [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:38.793 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:38.794 [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:38.794 [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:38.794 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:38.794 [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:38.794 [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:38.794 [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:38.797 [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:38.797 [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:38.798 [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:25:38.802 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:38.803 [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:38.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:25:38.803 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:38.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:25:38.804 [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:38.804 [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:38.805 [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:25:38.805 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:511 - Post processing: creating test bundle 01:25:38.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.cycles] 01:25:38.817 [main] INFO o.e.g.b.i.c.CollectionCycleTest:202 - Automatically creating Manifest for the test bundle 01:25:38.817 [main] INFO o.e.g.b.i.c.CollectionCycleTest:366 - Using the test class for generating bundle imports 01:25:38.818 [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:25:38.819 [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:25:38.821 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class CollectionCycleTest 01:25:38.828 [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:25:38.828 [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:25:38.828 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseImporterCycleTest 01:25:38.829 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:38.829 [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:25:38.829 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest 01:25:38.832 [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:25:38.832 [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:25:38.833 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:38.834 [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:25:38.834 [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:25:38.834 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:38.834 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:38.835 [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:25:38.835 [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:25:38.835 [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:25:38.835 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:38.835 [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:25:38.835 [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:25:38.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-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:25:38.835 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:38.835 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:38.836 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:38.836 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:38.836 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:38.836 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:38.838 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:38.838 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:38.838 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:38.838 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:38.839 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 01:25:38.839 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:25:38.839 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 01:25:38.839 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 01:25:38.839 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 01:25:38.839 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 01:25:38.839 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 01:25:38.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 01:25:38.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 01:25:38.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 01:25:38.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 01:25:38.846 [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:25:38.846 [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:25:38.848 [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:25:38.848 [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:25:38.849 [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:25:38.849 [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:25:38.849 [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:25:38.849 [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:25:38.849 [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:25:38.849 [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:25:38.849 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:38.851 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:38.851 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:38.852 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:38.853 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:38.853 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:38.853 [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:25:38.853 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:38.854 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:38.854 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:38.855 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:38.855 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:38.855 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:38.856 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:38.857 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:38.857 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:38.858 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:38.858 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:38.858 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:38.860 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:38.860 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 01:25:38.869 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 01:25:38.869 [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:25:38.869 [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:25:38.877 [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 [Fri Apr 26 01:25:38 UTC 2024]; root of context hierarchy 01:25:38.881 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:38.900 [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:25:38.920 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:38.920 [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:38.922 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:38.922 [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:38.980 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:38.981 [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:39.010 [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:25:39.017 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:39.017 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:39.018 [main] TRACE 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:39.018 [main] TRACE o.e.g.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:39.025 [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:25:39.025 [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:25:39.043 [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:25:39.043 [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:25:39.044 [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:25:39.045 [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:25:39.045 [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:25:39.047 [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:25:39.047 [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:25:39.049 [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:25:39.049 [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:25:39.050 [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:25:39.050 [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:25:39.050 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:39.050 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:39.051 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 01:25:39.051 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:39.051 [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:25:39.051 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:25:39.052 [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:25:39.052 [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:25:39.052 [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:25:39.053 [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:25:39.053 [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:25:39.054 [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:25:39.055 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:25:39.055 [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:25:39.055 [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:25:39.055 [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:25:39.057 [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:25:39.059 [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 [Fri Apr 26 01:25:38 UTC 2024]; root of context hierarchy] 01:25:39.060 [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:25:39.061 [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:39.078 [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:25:39.083 [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:25:39.084 [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:25:39.084 [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:25:39.084 [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:25:39.085 [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:25:39.087 [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:25:39.088 [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:25:39.088 [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:25:39.088 [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:25:39.089 [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:25:39.089 [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:25:39.089 [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:25:39.089 [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:25:39.090 [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:25:39.090 [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:25:39.090 [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:25:39.090 [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:25:39.090 [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:25:39.090 [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:25:39.091 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:39.091 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 01:25:39.092 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenersBetweenThem]'s result read 01:25:39.092 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerA] to OSGi 01:25:39.093 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 01:25:39.093 [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:25:39.094 [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:25:39.094 [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:25:39.094 [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:25:39.094 [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:25:39.094 [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:25:39.094 [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:25:39.095 [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:25:39.095 [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:25:39.095 [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:25:39.098 [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:25:39.098 [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:25:39.098 [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:25:39.098 [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:25:39.098 [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:25:39.098 [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:25:39.099 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:39.099 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerA] 01:25:39.099 [main] DEBUG o.e.g.b.i.c.CollectionCycleTest:447 - Test[testListenerA]'s result read 01:25:39.099 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:364 - Writing test name [testListenerB] to OSGi 01:25:39.099 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 01:25:39.100 [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:25:39.100 [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:25:39.100 [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:25:39.101 [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:25:39.101 [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:25:39.101 [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:25:39.101 [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:25:39.101 [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:25:39.101 [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:25:39.101 [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:25:39.102 [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:25:39.102 [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:25:39.102 [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:25:39.102 [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:25:39.102 [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:25:39.102 [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:25:39.102 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:39.103 [main] TRACE o.e.g.b.i.c.CollectionCycleTest:440 - Reading OSGi results for test [testListenerB] 01:25:39.103 [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: 0.804 sec - in org.eclipse.gemini.blueprint.iandt.cycles.CollectionCycleTest 01:25:39.105 [Thread-0] INFO o.e.g.b.i.c.CollectionCycleTest:471 - Shutting down OSGi platform 01:25:39.106 [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:25:39.106 [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 [Fri Apr 26 01:25:38 UTC 2024]; root of context hierarchy 01:25:39.106 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:39.106 [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 [Fri Apr 26 01:25:38 UTC 2024]; root of context hierarchy] 01:25:39.106 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:39.106 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:39.106 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:39.106 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:39.106 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:39.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:39.107 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:39.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:25:39.108 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:39.108 [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:39.108 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:39.108 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25: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:25:39,594 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:39,596 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:39,609 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:39,630 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:39,631 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:39,635 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:39,642 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:25:39,647 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:39,647 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:39,648 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:39,648 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:39,648 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:39,648 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:39,648 |-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:39,648 |-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:39,648 |-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:39,649 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:39,649 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:39,649 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:39,649 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:39,649 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:39,649 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:39,649 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:39,649 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:39,650 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:39,650 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:39,650 |-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:25:39.721 [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:25:39.724 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:85 - Instantiating platform wrapper... 01:25:39.731 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5054089453655408171kf 01:25:39.731 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:215 - About to start Knopflerfish OSGi Platform 01:25:39.817 [main] INFO o.e.g.b.i.c.ExporterCycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:39.821 [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:25:39.822 [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:25:39.823 [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:25:39.824 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:39.916 [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:25:39.927 [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:25:39.930 [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:25:39.932 [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:25:39.940 [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:25:39.946 [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:25:39.947 [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:25:39.949 [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:25:39.953 [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:25:39.956 [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:25:39.968 [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:25:39.970 [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:25:39.972 [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:25:39.976 [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:25:39.978 [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:25:39.980 [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:25:39.982 [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:25:39.992 [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:25:39.997 [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:25:40.000 [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:25:40.001 [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:25:40.001 [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:25:40.002 [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:25:40.002 [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:25:40.003 [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:25:40.005 [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:25:40.006 [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:25:40.009 [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:25:40.009 [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:25:40.010 [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:25:40.039 [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:25:40.040 [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:25:40.041 [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:25:40,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:25:40,079 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:40,080 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:40,086 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:40,101 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:40,102 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:40,104 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:40,108 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4855fb31 - No compression will be used 01:25:40,111 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:40,111 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:40,112 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:40,112 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:40,112 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:40,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:40,113 |-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:40,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:40,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:40,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:40,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:40,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:40,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:40,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:40,113 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:40,113 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:40,113 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:40,114 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:40,114 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:40,114 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3f796aa4 - Registering current configuration as safe fallback point 01:25:40.122 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:40.127 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:40.211 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:40.212 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:40.214 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:40.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:40.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:40.220 [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:40.220 [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:40.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:25:40.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:25:40.225 [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:40.225 [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:40.225 [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:40.225 [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:40.226 [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:40.226 [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:40.226 [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:40.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:40.226 [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:40.227 [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:40.227 [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:40.227 [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:40.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:25:40.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:25:40.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:25:40.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:25:40.228 [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:40.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:25:40.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:25:40.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:25:40.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:25:40.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:25:40.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:25:40.229 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:40.229 [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:40.229 [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:40.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:25:40.230 [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:40.238 [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:40.238 [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:40.238 [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:40.238 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:40.239 [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:40.239 [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:40.239 [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:40.239 [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:40.240 [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:40.240 [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:40.240 [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:40.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:40.240 [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:40.240 [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:40.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:40.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:40.241 [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:40.241 [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:40.241 [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:40.241 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:40.241 [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:40.241 [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:40.241 [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:40.241 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:40.242 [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:40.242 [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:40.242 [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:40.242 [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:40.243 [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:40.243 [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:40.243 [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:40.249 [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:40.249 [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:40.251 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:40.251 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:40.253 [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:40.254 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:40.254 [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:25:40.255 [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:25:40.255 [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:40.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:40.264 [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:40.264 [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:40.264 [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:40.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:25:40.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:25:40.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:25:40.267 [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:40.267 [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:40.267 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:40.268 [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:40.268 [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:40.268 [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:40.269 [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:40.269 [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:40.269 [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:40.270 [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:40.270 [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:40.270 [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:40.270 [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:40.271 [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:40.271 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:40.271 [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:40.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:25:40.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:25:40.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:25:40.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:25:40.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:40.273 [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:40.273 [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:40.273 [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:40.274 [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:40.274 [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:40.274 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:40.275 [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:40.275 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:40.275 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:40.276 [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:40.276 [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:40.276 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:40.277 [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:40.277 [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:40.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:40.277 [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:40.277 [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:40.277 [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:40.280 [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:40.280 [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:40.280 [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:25:40.284 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:40.285 [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:40.285 [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:40.285 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:40.286 [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:40.286 [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:40.286 [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:40.287 [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:25:40.287 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:511 - Post processing: creating test bundle 01:25:40.295 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.cycles] 01:25:40.295 [main] INFO o.e.g.b.i.c.ExporterCycleTest:202 - Automatically creating Manifest for the test bundle 01:25:40.296 [main] INFO o.e.g.b.i.c.ExporterCycleTest:366 - Using the test class for generating bundle imports 01:25:40.297 [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:25:40.297 [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:25:40.299 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class ExporterCycleTest 01:25:40.306 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:40.306 [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:25:40.306 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest 01:25:40.309 [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:25:40.309 [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:25:40.309 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:40.310 [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:25:40.310 [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:25:40.310 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:40.311 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:40.311 [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:25:40.311 [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:25:40.311 [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:25:40.311 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:40.311 [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:25:40.311 [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:25:40.312 [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:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:40.312 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/BaseImporterCycleTest.class 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/CollectionCycleTest.class 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ExporterCycleTest.class 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/Listener.class 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerA.class 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ListenerB.class 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/ReferenceCycleTest.class 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-collection-importer.xml 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-exporter.xml 01:25:40.313 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/cycles/top-level-reference-importer.xml 01:25:40.318 [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:25:40.318 [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:25:40.320 [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:25:40.320 [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:25:40.320 [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:25:40.320 [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:25:40.320 [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:25:40.321 [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:25:40.321 [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:25:40.321 [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:25:40.321 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:40.322 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:40.322 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:40.323 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:40.324 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:40.324 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:40.324 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:40.324 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:40.325 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:40.325 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:40.325 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:40.325 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:40.326 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:40.326 [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:25:40.326 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:40.326 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:40.327 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:40.327 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:40.327 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:40.328 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:40.328 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenersBetweenThem] to OSGi 01:25:40.343 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenersBetweenThem] for execution inside OSGi 01:25:40.343 [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:25:40.344 [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:25:40.351 [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 [Fri Apr 26 01:25:40 UTC 2024]; root of context hierarchy 01:25:40.355 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:40.372 [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:25:40.391 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:40.392 [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:40.392 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:40.392 [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:40.434 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:40.435 [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:40.461 [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@2b4bac49: defining beans [listenerA,listenerB,exporter]; root of factory hierarchy 01:25:40.467 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:40.467 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:40.468 [main] TRACE 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:40.469 [main] TRACE o.e.g.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:40.476 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@cad498c] 01:25:40.476 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e6454ec] 01:25:40.496 [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:25:40.496 [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:25:40.497 [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:25:40.498 [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:25:40.498 [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:25:40.500 [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:25:40.500 [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:25:40.501 [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:25:40.501 [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:25:40.502 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 01:25:40.503 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporter] depends (transitively) on the following importers:{} 01:25:40.503 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporter] depends on importers:[] 01:25:40.504 [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:25:40.505 [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:25:40.505 [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;@f0da945, service.id=9} 01:25:40.506 [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:25:40.506 [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;@f0da945, service.id=9} 01:25:40.507 [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:25:40.507 [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:25:40.508 [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:25:40.508 [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:25:40.509 [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:25:40.509 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:25:40.510 [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:25:40.510 [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:25:40.511 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@31fa1761] 01:25:40.514 [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 [Fri Apr 26 01:25:40 UTC 2024]; root of context hierarchy] 01:25:40.515 [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:25:40.515 [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:40.530 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:40.530 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenersBetweenThem] 01:25:40.531 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenersBetweenThem]'s result read 01:25:40.531 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerA] to OSGi 01:25:40.532 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerA] for execution inside OSGi 01:25:40.532 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerA] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2d52216b 01:25:40.533 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:40.533 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerA] 01:25:40.533 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenerA]'s result read 01:25:40.533 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:364 - Writing test name [testListenerB] to OSGi 01:25:40.533 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerB] for execution inside OSGi 01:25:40.533 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testListenerB] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@242b836 01:25:40.534 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:40.534 [main] TRACE o.e.g.b.i.c.ExporterCycleTest:440 - Reading OSGi results for test [testListenerB] 01:25:40.534 [main] DEBUG o.e.g.b.i.c.ExporterCycleTest:447 - Test[testListenerB]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 sec - in org.eclipse.gemini.blueprint.iandt.cycles.ExporterCycleTest 01:25:40.537 [Thread-0] INFO o.e.g.b.i.c.ExporterCycleTest:471 - Shutting down OSGi platform 01:25:40.537 [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:25:40.537 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:40.537 [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 [Fri Apr 26 01:25:40 UTC 2024]; root of context hierarchy 01:25:40.537 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:40.538 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:40.538 [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 [Fri Apr 26 01:25:40 UTC 2024]; root of context hierarchy] 01:25:40.538 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:40.538 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:40.538 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:40.538 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:40.538 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:40.538 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 01:25:40.539 [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:40.539 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:40.539 [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:40.539 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:40.540 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:41,079 |-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:41,157 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:41,159 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:41,172 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:41,195 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:41,196 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:41,199 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:41,205 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:25:41,210 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:41,210 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:41,211 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:41,211 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:41,211 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:41,211 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:41,212 |-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:41,212 |-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:41,212 |-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:41,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:41,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:41,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:41,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:41,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:41,212 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:41,212 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:41,213 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:41,213 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:41,213 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:41,214 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest 01:25:41.289 [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:25:41.293 [main] TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 01:25:41.300 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2309158131593789689kf 01:25:41.301 [main] DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Knopflerfish OSGi Platform 01:25:41.371 [main] INFO o.e.g.b.i.d.DependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:41.374 [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:25:41.374 [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:25:41.375 [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:25:41.376 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:41.443 [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:25:41.453 [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:25:41.457 [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:25:41.458 [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:25:41.463 [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:25:41.470 [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:25:41.471 [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:25:41.474 [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:25:41.477 [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:25:41.481 [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:25:41.494 [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:25:41.495 [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:25:41.498 [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:25:41.502 [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:25:41.504 [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:25:41.506 [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:25:41.508 [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:25:41.540 [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:25:41.545 [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:25:41.549 [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:25:41.550 [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:25:41.550 [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:25:41.551 [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:25:41.551 [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:25:41.553 [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:25:41.556 [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:25:41.556 [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:25:41.559 [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:25:41.560 [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:25:41.560 [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:25:41.562 [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:25:41.563 [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:25:41.565 [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:25:41,582 |-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:41,605 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:41,607 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:41,612 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:41,625 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:41,627 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:41,629 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:41,633 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3e84b1a3 - No compression will be used 01:25:41,636 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:41,636 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:41,637 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:41,637 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:41,637 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:41,637 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:41,637 |-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:41,637 |-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:41,637 |-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:41,637 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:41,637 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:41,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:41,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:41,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:41,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:41,638 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:41,638 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:41,638 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:41,638 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:41,639 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@215c76a7 - Registering current configuration as safe fallback point 01:25:41.646 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:41.653 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:41.750 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:41.751 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:41.753 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:41.756 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:41.759 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:41.760 [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:41.760 [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:41.763 [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:41.763 [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:41.764 [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:41.765 [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:41.765 [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:41.765 [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:41.765 [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:41.766 [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:41.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:25:41.766 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:41.766 [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:41.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:25:41.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:25:41.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:25:41.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:25:41.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:25:41.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:25:41.767 [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:41.768 [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:41.768 [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:41.768 [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:41.768 [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:41.768 [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:41.768 [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:41.769 [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:41.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:41.769 [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:41.769 [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:41.769 [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:41.769 [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:41.770 [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:41.770 [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:41.770 [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:41.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:41.770 [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:41.770 [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:41.770 [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:41.771 [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:41.771 [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:41.771 [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:41.771 [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:41.771 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:41.771 [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:41.772 [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:41.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:41.772 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:41.772 [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:41.773 [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:41.773 [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:41.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:41.773 [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:41.773 [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:41.773 [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:41.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:41.773 [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:41.773 [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:41.773 [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:41.774 [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:41.775 [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:41.775 [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:41.775 [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:41.780 [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:41.781 [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:41.782 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:41.782 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:41.785 [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:41.786 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:41.786 [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:25:41.786 [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:25:41.787 [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:41.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:41.796 [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:41.796 [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:41.796 [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:41.798 [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:41.798 [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:41.798 [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:41.799 [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:41.800 [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:41.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:41.800 [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:41.800 [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:41.800 [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:41.801 [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:41.801 [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:41.801 [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:41.802 [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:41.803 [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:41.803 [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:41.803 [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:41.803 [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:41.803 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:41.804 [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:41.804 [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:41.804 [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:41.805 [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:41.805 [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:41.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:41.806 [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:41.806 [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:41.806 [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:41.807 [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:41.807 [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:41.807 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:41.807 [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:41.807 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:41.808 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:41.809 [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:41.809 [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:41.809 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:41.809 [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:41.810 [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:41.810 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:41.810 [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:41.810 [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:41.810 [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:41.813 [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:41.813 [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:41.814 [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:25:41.818 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:41.818 [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:41.818 [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:41.818 [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:41.819 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:41.819 [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:41.819 [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:41.821 [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:25:41.821 [main] DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 01:25:41.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.dependency] 01:25:41.829 [main] INFO o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 01:25:41.829 [main] INFO o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 01:25:41.830 [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:25:41.830 [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:25:41.833 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 01:25:41.845 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:41.845 [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:25:41.845 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 01:25:41.847 [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:25:41.847 [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:25:41.848 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:41.848 [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:25:41.848 [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:25:41.849 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:41.849 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:41.849 [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:25:41.849 [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:25:41.849 [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:25:41.850 [main] TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:41.850 [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:25:41.850 [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:25:41.850 [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:25:41.850 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:41.850 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/ 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest$1.class 01:25:41.851 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.MF 01:25:41.852 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependency/DependencyTest.class 01:25:41.856 [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:25:41.856 [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:25:41.858 [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:25:41.858 [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:25:41.859 [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:25:41.859 [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:25:41.859 [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:25:41.859 [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:25:41.859 [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:25:41.859 [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:25:41.859 [main] DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:41.861 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:41.861 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:41.862 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:41.862 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:41.863 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:41.863 [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:25:41.863 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:41.863 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:41.864 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:41.864 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:41.864 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:41.864 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:41.865 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:41.865 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:41.865 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:41.866 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:41.866 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:41.866 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:41.867 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:41.867 [main] TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 01:25:41.876 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 01:25:41.877 [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:25:41.877 [main] INFO o.e.g.b.i.d.DependencyTest:190 - Loading context for locations: 01:25:41.886 [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 [Fri Apr 26 01:25:41 UTC 2024]; root of context hierarchy 01:25:41.889 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:41.902 [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@6a78afa0: defining beans []; root of factory hierarchy 01:25:41.908 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:41.909 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:41.909 [main] TRACE 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:41.910 [main] TRACE o.e.g.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:41.912 [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:25:41.912 [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:25:41.914 [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:25:41.916 [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 [Fri Apr 26 01:25:41 UTC 2024]; root of context hierarchy] 01:25:41.918 [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:25:41.919 [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:41.941 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] starting dependency test bundle 01:25:41.966 [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:25:41.967 [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:25:41.967 [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:25:41.967 [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:25:41.968 [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:25:41.968 [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:25:41.969 [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:25:41.970 [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:25:41.970 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:25:41.971 [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:25:41.971 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a13f3eb 01:25:41.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:25:41.971 [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:25:41.971 [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:25:41.971 [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:25:41.972 [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 [Fri Apr 26 01:25:41 UTC 2024]; root of context hierarchy 01:25:41.972 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:41.979 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/dependencies.xml] 01:25:42.000 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:42.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:25:42.001 [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:42.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:25:42.046 [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:42.046 [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:42.074 [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@48863640: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy 01:25:42.074 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:42.074 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:42.075 [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:42.075 [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:42.080 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:42.083 [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@48863640: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 01:25:42.083 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:42.083 [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@2fdfd28a 01:25:42.084 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 01:25:42.084 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:42.095 [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:25:42.095 [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:25:42.096 [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:25:42.097 [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:25:42.097 [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:25:42.097 [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:25:42.098 [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:25:42.098 [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:25:42.098 [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:25:42.099 [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:25:42.099 [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:25:42.100 [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:25:42.100 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 3 OSGi service dependencies, 3 unsatisfied (for beans [&simpleService2, &simpleService3, &nested]) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.dependencies, config=osgibundle:/META-INF/spring/*.xml) 01:25:42.100 [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, &simpleService3, &nested]] 01:25:42.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 01:25:42.100 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService2, &simpleService3, &nested] 01:25:42.100 [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:25:42.100 [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:25:42.103 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:25:42.104 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:42.104 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:25:43.966 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:25:43.967 [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:25:43.967 [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:25:43.967 [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:25:43.968 [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:43.968 [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:25:43.968 [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:25:43.968 [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:25:43.968 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:25:43.968 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:25:43.968 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a13f3eb 01:25:43.968 [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:25:43.969 [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:25:43.969 [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:25:43.969 [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 [Fri Apr 26 01:25:43 UTC 2024]; root of context hierarchy 01:25:43.969 [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:25:43.969 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:43.969 [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:25:43.970 [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:43.970 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:43.970 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:25:43.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:43.972 [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:43.973 [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:43.973 [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:43.990 [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:43.990 [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:43.996 [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:43.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:43.998 [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:43.998 [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:43.999 [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:44.010 [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@640d2de8: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:25:44.010 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:44.010 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:44.011 [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:44.011 [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:44.012 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:44.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@640d2de8: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:25:44.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:44.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@2fdfd28a 01:25:44.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:44.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:44.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:25:44.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:44.012 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:44.012 [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:25:44.012 [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:25:44.013 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:44.013 [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:25:44.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@15ec99cd] 01:25:44.014 [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@b9a603d] 01:25:44.021 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:25:44.022 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:25:44.022 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:25:44.023 [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:44.023 [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:44.024 [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:25:44.025 [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:25:44.025 [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:25:44.025 [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:25:44.025 [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:25:44.025 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:25:44.026 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:25:44.026 [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@421dff23] 01:25:44.026 [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 [Fri Apr 26 01:25:43 UTC 2024]; root of context hierarchy] 01:25:44.026 [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:25:44.027 [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:44.027 [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:25:44.027 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:25:44.027 [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:25:44.029 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:25:44.029 [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:25:44.029 [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:25:44.029 [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:25:44.030 [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:25:44.030 [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:25:44.030 [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:25:44.030 [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:25:44.030 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:25:44.030 [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@a13f3eb 01:25:44.030 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:25:44.031 [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:44.031 [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:44.031 [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 [Fri Apr 26 01:25:44 UTC 2024]; root of context hierarchy 01:25:44.031 [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:25:44.031 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:44.031 [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:25:44.031 [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:44.032 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:44.032 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:25:44.032 [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:25:44.034 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:44.034 [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:44.034 [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:44.035 [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:44.045 [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:44.046 [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:44.051 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:25:44.054 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:44.054 [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:44.055 [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:44.055 [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:44.069 [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@237ef26: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:25:44.069 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:44.069 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:44.070 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:25:44.070 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:25:44.071 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:44.071 [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@237ef26: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:25:44.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:44.071 [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@2fdfd28a 01:25:44.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:44.071 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:44.071 [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:44.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:44.072 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:44.072 [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:44.072 [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:44.072 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:44.072 [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:44.073 [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@46db7747] 01:25:44.073 [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@6481c920] 01:25:44.074 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:25:44.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:25:44.075 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:25:44.075 [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:44.075 [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:44.075 [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:25:44.076 [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:25:44.076 [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:25:44.076 [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:25:44.076 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:25:44.077 [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:25:44.077 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:25:44.077 [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@32275201] 01:25:44.077 [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 [Fri Apr 26 01:25:44 UTC 2024]; root of context hierarchy] 01:25:44.077 [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:44.078 [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:44.078 [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:44.078 [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:25:44.078 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:25:44.079 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:25:44.080 [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:25:44.080 [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:25:44.080 [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:25:44.080 [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:25:44.081 [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:25:44.081 [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:25:44.081 [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:25:44.081 [BundleStart #22] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 01:25:44.081 [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@a13f3eb 01:25:44.081 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:25:44.081 [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:44.082 [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:44.082 [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 [Fri Apr 26 01:25:44 UTC 2024]; root of context hierarchy 01:25:44.082 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:44.082 [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:25:44.082 [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:25:44.082 [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:44.083 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:44.083 [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:25:44.083 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:25:44.085 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:44.085 [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:44.086 [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:44.086 [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:44.098 [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:44.099 [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:44.150 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice.xml] 01:25:44.152 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:44.152 [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:44.152 [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:44.153 [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:44.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@17036965: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:25:44.161 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:44.161 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:44.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:25:44.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:25:44.162 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:44.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@17036965: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:25:44.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:44.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@2fdfd28a 01:25:44.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:44.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:44.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:44.162 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:44.163 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:44.163 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:44.163 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:44.163 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:44.163 [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:44.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@6aa75287] 01:25:44.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@f87333c] Delaying for:0 01:25:44.164 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:25:44.164 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:25:44.165 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:25:44.165 [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:44.165 [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:44.165 [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:25:44.165 [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:25:44.165 [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:25:44.166 [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 [Fri Apr 26 01:25:41 UTC 2024]; root of context hierarchy] 01:25:44.166 [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:25:44.166 [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:25:44.166 [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:25:44.166 [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:25:44.166 [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:25:44.166 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:44.166 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:25:44.167 [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@38b4045b] 01:25:44.167 [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 [Fri Apr 26 01:25:44 UTC 2024]; root of context hierarchy] 01:25:44.167 [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:44.167 [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:44.167 [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:44.168 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:25:44.168 [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:25:44.168 [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:25:44.168 [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:25:44.168 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:44.168 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:44.168 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:25:44.172 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:44.217 [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:25:44.217 [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:25:44.218 [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:25:44.218 [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:25:44.218 [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:25:44.220 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:44.238 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:44.238 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:44.238 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:44.240 [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@237d47c9] 01:25:44.240 [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@87c07f3] 01:25:44.241 [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:25:44.241 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@45f96e5f} 01:25:44.242 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@45f96e5f] bound to proxy 01:25:44.242 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@45f96e5f] bound to proxy 01:25:44.242 [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:25:44.242 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:44.243 [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:25:44.243 [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:25:44.243 [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:25:44.244 [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:25:44.244 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:44.244 [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:25:44.245 [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:25:44.245 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:25:44.245 [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:25:44.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=3))] 01:25:44.246 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4b3b14bf} 01:25:44.246 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4b3b14bf] bound to proxy 01:25:44.246 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4b3b14bf] bound to proxy 01:25:44.246 [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:25:44.246 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@e1cc877} 01:25:44.246 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@e1cc877] bound to proxy 01:25:44.246 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@e1cc877] bound to proxy 01:25:44.247 [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:44.247 [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:25:44.247 [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:25:44.250 [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:25:44.250 [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:25:44.250 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 01:25:44.250 [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:44.250 [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@7e02c68c] 01:25:44.251 [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 [Fri Apr 26 01:25:41 UTC 2024]; root of context hierarchy] 01:25:44.251 [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:25:44.251 [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:44.251 [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:25:44.251 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:25:44.251 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:25:44.252 [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:25:44.252 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:44.253 [main] TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 01:25:44.253 [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: 2.967 sec - in org.eclipse.gemini.blueprint.iandt.dependency.DependencyTest 01:25:44.256 [Thread-0] INFO o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 01:25:44.256 [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:25:44.257 [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 [Fri Apr 26 01:25:41 UTC 2024]; root of context hierarchy 01:25:44.257 [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 [Fri Apr 26 01:25:41 UTC 2024]; root of context hierarchy] 01:25:44.257 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:44.257 [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:25:44.258 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:44.263 [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:25:44.264 [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:44.264 [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:25:44.264 [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:44.264 [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:25:44.265 [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:44.265 [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:44.265 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a13f3eb 01:25:44.265 [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:44.265 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:44.265 [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:44.266 [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 [Fri Apr 26 01:25:44 UTC 2024]; root of context hierarchy 01:25:44.266 [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 [Fri Apr 26 01:25:44 UTC 2024]; root of context hierarchy] 01:25:44.266 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:25:44.266 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@e1cc877] was unregistered and unbound from the service proxy 01:25:44.266 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@e1cc877] was unregistered and unbound from the service proxy 01:25:44.266 [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:25:44.267 [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:25:44.267 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@d62e59e] 01:25:44.267 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@e1cc877] 01:25:44.267 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:44.268 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 01:25:44.268 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@a13f3eb 01:25:44.268 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:25:44.268 [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:25:44.268 [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:25:44.268 [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@a13f3eb 01:25:44.268 [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:25:44.268 [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:25:44.268 [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:25:44.268 [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 [Fri Apr 26 01:25:43 UTC 2024]; root of context hierarchy 01:25:44.268 [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 [Fri Apr 26 01:25:43 UTC 2024]; root of context hierarchy] 01:25:44.269 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:25:44.269 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4b3b14bf] was unregistered and unbound from the service proxy 01:25:44.269 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4b3b14bf] was unregistered and unbound from the service proxy 01:25:44.269 [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:25:44.269 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4b3b14bf] 01:25:44.269 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:44.269 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:25:44.269 [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@a13f3eb 01:25:44.270 [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:25:44.270 [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:44.270 [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:44.270 [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@a13f3eb 01:25:44.270 [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:44.270 [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:44.270 [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:44.270 [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 [Fri Apr 26 01:25:44 UTC 2024]; root of context hierarchy 01:25:44.270 [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 [Fri Apr 26 01:25:44 UTC 2024]; root of context hierarchy] 01:25:44.270 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:25:44.270 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@45f96e5f] was unregistered and unbound from the service proxy 01:25:44.270 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@45f96e5f] was unregistered and unbound from the service proxy 01:25:44.271 [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:25:44.271 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@45f96e5f] 01:25:44.271 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:44.271 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:25:44.271 [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@a13f3eb 01:25:44.271 [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:44.271 [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:25:44.271 [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:25:44.271 [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@a13f3eb 01:25:44.271 [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:25:44.271 [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:25:44.271 [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:25:44.271 [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:25:44.271 [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 [Fri Apr 26 01:25:41 UTC 2024]; root of context hierarchy 01:25:44.271 [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 [Fri Apr 26 01:25:41 UTC 2024]; root of context hierarchy] 01:25:44.272 [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:44.272 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:44.272 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:25:44.272 [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@a13f3eb 01:25:44.272 [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:25:44.272 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:44.272 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:44.272 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:44.272 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:44.272 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:44.272 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:44.273 [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@2b0359ba 01:25:44.273 [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@25c4b2aa 01:25:44.273 [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@21fb32ca 01:25:44.273 [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@64f9b891 01:25:44.273 [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:44.274 [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:44.274 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:44.274 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:44,842 |-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:44,913 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:44,915 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:44,942 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:44,964 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:44,966 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:44,969 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:44,975 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:25:44,980 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:44,980 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:44,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:44,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:44,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:44,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:44,981 |-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:44,981 |-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:44,981 |-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:44,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:44,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:44,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:44,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:44,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:44,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:44,982 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:44,982 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:44,983 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:44,983 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:44,983 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest 01:25:45.073 [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:25:45.076 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:85 - Instantiating platform wrapper... 01:25:45.084 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5851062219365000516kf 01:25:45.084 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:215 - About to start Knopflerfish OSGi Platform 01:25:45.153 [main] INFO o.e.g.b.i.d.DuplicateClassTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:45.156 [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:25:45.156 [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:25:45.157 [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:25:45.158 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:45.221 [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:25:45.231 [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:25:45.234 [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:25:45.236 [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:25:45.241 [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:25:45.247 [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:25:45.248 [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:25:45.251 [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:25:45.254 [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:25:45.257 [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:25:45.269 [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:25:45.271 [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:25:45.273 [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:25:45.278 [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:25:45.279 [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:25:45.282 [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:25:45.284 [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:25:45.294 [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:25:45.299 [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:25:45.302 [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:25:45.303 [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:25:45.303 [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:25:45.304 [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:25:45.304 [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:25:45.306 [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:25:45.308 [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:25:45.308 [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:25:45.311 [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:25:45.312 [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:25:45.312 [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:25:45.314 [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:25:45.315 [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:25:45.339 [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:25:45,355 |-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:45,377 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:45,378 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:45,384 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:45,397 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:45,398 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:45,400 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:45,405 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fdb3dc9 - No compression will be used 01:25:45,407 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:45,407 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:45,408 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:45,408 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:45,408 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:45,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:45,409 |-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:45,409 |-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:45,409 |-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:45,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:45,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:45,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:45,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:45,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:45,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:45,409 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:45,409 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:45,410 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:45,410 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:45,410 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4e1812bb - Registering current configuration as safe fallback point 01:25:45.417 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:45.424 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:45.511 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:45.511 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:45.514 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:45.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:45.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:45.520 [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:45.520 [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:45.523 [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:45.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:25:45.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:25:45.525 [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:45.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:25:45.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:25:45.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:25:45.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:25:45.526 [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:45.526 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:45.526 [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:45.526 [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:45.527 [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:45.527 [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:45.527 [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:45.527 [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:45.527 [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:45.527 [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:45.528 [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:45.528 [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:45.528 [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:45.528 [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:45.528 [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:45.529 [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:45.529 [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:45.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:45.529 [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:45.529 [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:45.529 [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:45.529 [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:45.530 [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:45.530 [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:45.530 [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:45.538 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:45.538 [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:45.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:25:45.539 [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:45.539 [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:45.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:25:45.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:25:45.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:25:45.539 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:45.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:25:45.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:25:45.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:45.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:45.540 [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:45.541 [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:45.541 [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:45.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:45.541 [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:45.541 [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:45.541 [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:45.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:45.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:25:45.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:25:45.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:25:45.542 [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:45.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:25:45.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:25:45.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:25:45.548 [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:45.548 [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:45.550 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:45.550 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:45.552 [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:45.553 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:45.554 [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@66604a95 w/ reference null 01:25:45.554 [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@66604a95 w/ reference null 01:25:45.555 [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:45.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:45.563 [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:45.563 [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:45.563 [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:45.565 [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:45.565 [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:45.566 [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:45.567 [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:45.567 [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:45.567 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:45.567 [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:45.568 [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:45.568 [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:45.568 [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:45.569 [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:45.569 [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:45.570 [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:45.570 [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:45.570 [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:45.571 [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:45.571 [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:45.571 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:45.571 [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:45.572 [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:45.572 [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:45.572 [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:45.572 [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:45.573 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:45.573 [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:45.574 [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:45.574 [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:45.574 [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:45.575 [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:45.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:45.575 [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:45.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:45.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:45.576 [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:45.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:25:45.577 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:45.577 [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:45.577 [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:45.577 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:45.578 [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:45.578 [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:45.578 [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:45.580 [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:45.580 [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:45.581 [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:25:45.585 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:45.585 [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:45.585 [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:45.585 [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:45.586 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:45.586 [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:45.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:25:45.587 [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:25:45.588 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:511 - Post processing: creating test bundle 01:25:45.588 [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:25:45.595 [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:25:45.595 [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:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:45.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:45.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/ 01:25:45.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.MF 01:25:45.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/duplicateClass/DuplicateClassTest.class 01:25:45.601 [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:25:45.601 [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:25:45.603 [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:25:45.603 [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:25:45.603 [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:25:45.603 [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:25:45.603 [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:25:45.603 [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:25:45.603 [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:25:45.604 [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:25:45.604 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:45.605 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:45.605 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:45.606 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:45.607 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:45.607 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:45.607 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:45.608 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:45.608 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:45.608 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:45.609 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:45.609 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:45.609 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:45.610 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:45.610 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:45.610 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:45.610 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.springframework.osgi.iandt.duplicateClass.functional] does not trigger a context creation. 01:25:45.611 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:45.611 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:45.612 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:45.612 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:364 - Writing test name [testDependencies] to OSGi 01:25:45.619 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 01:25:45.620 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDependencies] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@f5ac9e4 01:25:45.620 [main] INFO o.e.g.b.i.d.DuplicateClassTest:190 - Loading context for locations: 01:25:45.628 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:589 - Refreshing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy 01:25:45.631 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:45.643 [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@3754a4bf: defining beans []; root of factory hierarchy 01:25:45.648 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:45.648 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:45.649 [main] TRACE 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:45.649 [main] TRACE o.e.g.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:45.651 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@b2c9a9c] 01:25:45.652 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4c178a76] 01:25:45.653 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@77f1baf5] 01:25:45.655 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy] 01:25:45.656 [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:25:45.657 [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:45.676 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:45.686 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:25:45.686 [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:25:45.686 [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:25:45.686 [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:25:45.687 [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:25:45.688 [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:25:45.688 [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:25:45.690 [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:25:45.690 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:25:45.690 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:25:45.690 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4f8cf1a8 01:25:45.690 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:25:45.691 [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:45.691 [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:25:45.691 [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:25:45.691 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy 01:25:45.691 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:45.691 [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:45.692 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:45.692 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:25:45.698 [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:25:45.718 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:45.718 [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:45.718 [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:45.719 [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:45.760 [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:45.761 [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:45.783 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/simpleservice.xml] 01:25:45.785 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:45.786 [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:45.786 [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:45.786 [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:45.803 [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@33f58fcd: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:25:45.803 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:45.803 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:45.804 [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:45.804 [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:45.809 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:45.811 [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@33f58fcd: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:25:45.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:45.812 [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@2118a5ae 01:25:45.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:45.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:45.812 [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:45.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:45.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:45.812 [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:45.812 [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:45.813 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:45.813 [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:45.813 [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@1fff2477] 01:25:45.814 [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@2de0d5c8] Delaying for:0 01:25:45.841 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:25:45.842 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:25:45.842 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:25:45.842 [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:45.843 [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:45.843 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:25:45.844 [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@52ec4ce6] 01:25:45.844 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy] 01:25:45.844 [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:45.845 [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:45.845 [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:45.845 [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:25:45.847 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:25:45.852 [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:25:45.852 [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:25:45.852 [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:25:45.852 [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:25:45.853 [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:25:45.853 [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:25:45.853 [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:25:45.853 [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:25:45.853 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:25:45.853 [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:25:45.853 [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@4f8cf1a8 01:25:45.853 [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:25:45.854 [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:25:45.854 [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:25:45.854 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy 01:25:45.854 [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:25:45.854 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:45.854 [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:25:45.854 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:45.854 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 01:25:45.855 [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:25:45.857 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:45.857 [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:45.857 [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:45.857 [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:45.869 [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:45.869 [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:45.874 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:25:45.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:45.876 [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:45.876 [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:45.876 [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:45.887 [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@73a8dc58: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy 01:25:45.887 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:45.887 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:45.887 [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:45.887 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:25:45.888 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:45.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@73a8dc58: defining beans [simpleServiceOsgiIdentical,simpleService]; root of factory hierarchy] 01:25:45.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:45.888 [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@2118a5ae 01:25:45.888 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical, config=osgibundle:/META-INF/spring/*.xml) 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@215b1d09] 01:25:45.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3d4afedb] 01:25:45.890 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 01:25:45.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 01:25:45.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 01:25:45.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:25:45.891 [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:45.891 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 01:25:45.891 [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@5915a08f] 01:25:45.892 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy] 01:25:45.892 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice.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:25:45.892 [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:45.892 [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:25:45.893 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 01:25:45.893 [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:25:45.893 [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:25:45.894 [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:25:45.894 [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:25:45.894 [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:25:45.895 [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:25:45.896 [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:25:45.896 [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@4f8cf1a8 01:25:45.896 [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:25:45.896 [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:25:45.897 [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:25:45.897 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy 01:25:45.897 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy] 01:25:45.898 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 01:25:45.898 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@205f52d8] 01:25:45.899 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:45.899 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:25:45.899 [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@4f8cf1a8 01:25:45.899 [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:25:45.900 [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@d24f40c 01:25:45.900 [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:45.901 [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:45.901 [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:25:45.901 [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:45.901 [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@4f8cf1a8 01:25:45.901 [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:45.901 [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:45.902 [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:45.902 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy 01:25:45.902 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy] 01:25:45.902 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:25:45.902 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@415836ec] 01:25:45.902 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:45.903 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:25:45.903 [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@4f8cf1a8 01:25:45.903 [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:45.903 [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@3e31bd8 01:25:45.942 [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:25:45.942 [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:25:45.943 [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:25:45.943 [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:25:45.943 [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:25:45.943 [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:25:45.943 [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:25:45.943 [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:25:45.943 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:25:45.943 [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:25:45.943 [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@4f8cf1a8 01:25:45.944 [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:25:45.944 [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:25:45.944 [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:25:45.944 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy 01:25:45.944 [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:25:45.944 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:45.944 [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:25:45.944 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:45.944 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 01:25:45.945 [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:45.946 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:45.947 [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:45.947 [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:45.947 [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:45.957 [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:45.959 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:45.959 [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:45.959 [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:45.959 [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: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:25:45.968 [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:45.972 [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@500b38c2: defining beans [simpleService,simpleServiceOsgiIdentical]; root of factory hierarchy 01:25:45.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:45.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:45.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:25:45.973 [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:45.973 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:45.973 [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@500b38c2: defining beans [simpleService,simpleServiceOsgiIdentical]; root of factory hierarchy] 01:25:45.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:45.974 [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@2118a5ae 01:25:45.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:45.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:45.974 [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:25:45.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:45.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:45.974 [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:25:45.974 [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:25:45.974 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:45.974 [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:25:45.974 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@74436311] 01:25:45.975 [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@51e89295] 01:25:45.976 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgiIdentical] is being tracked for dependencies 01:25:45.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgiIdentical] depends (transitively) on the following importers:{} 01:25:45.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgiIdentical] depends on importers:[] 01:25:45.976 [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:45.976 [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:45.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgiIdentical] started; all its dependencies are satisfied 01:25:45.976 [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@300f626f] 01:25:45.977 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy] 01:25:45.977 [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:25:45.977 [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:45.977 [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:25:45.977 [main] DEBUG o.e.g.b.i.d.DuplicateClassTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice.identical 01:25:45.978 [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:25:45.978 [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:25:45.978 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:45.978 [main] TRACE o.e.g.b.i.d.DuplicateClassTest:440 - Reading OSGi results for test [testDependencies] 01:25:45.979 [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: 0.91 sec - in org.eclipse.gemini.blueprint.iandt.duplicateClass.DuplicateClassTest 01:25:45.982 [Thread-0] INFO o.e.g.b.i.d.DuplicateClassTest:471 - Shutting down OSGi platform 01:25:45.982 [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:25:45.982 [Thread-3] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:989 - Closing AbstractOptionalDependencyInjectionTests.EmptyOsgiApplicationContext(bundle=org.springframework.osgi.iandt.duplicateClass.functional, config=): startup date [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy 01:25:45.982 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy] 01:25:45.982 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:45.982 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:45.982 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=21]] 01:25:45.989 [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:25:45.989 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21]] 01:25:45.989 [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:25:45.989 [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:25:45.990 [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@4f8cf1a8 01:25:45.990 [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:25:45.990 [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:25:45.990 [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:25:45.990 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy 01:25:45.990 [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 [Fri Apr 26 01:25:45 UTC 2024]; root of context hierarchy] 01:25:45.990 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgiIdentical] 01:25:45.990 [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:25:45.990 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5fbbd962] 01:25:45.991 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:45.991 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:25:45.991 [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@4f8cf1a8 01:25:45.991 [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:25:45.991 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:45.991 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:45.991 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:45.991 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:45.991 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:45.991 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:45.992 [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@7dc9f7c 01:25:45.992 [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:45.992 [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:45.992 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:45.993 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:46,524 |-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:46,602 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:46,604 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:46,616 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:46,639 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:46,640 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:46,643 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:46,649 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:25:46,653 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:46,654 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:46,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:46,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:46,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:46,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:46,655 |-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:46,655 |-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:46,655 |-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:46,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:46,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:46,655 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:46,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:46,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:46,656 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:46,656 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:46,656 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:46,656 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:46,656 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:46,657 |-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:25:46.727 [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:25:46.730 [main] TRACE o.e.g.b.i.e.ExportImportTest:85 - Instantiating platform wrapper... 01:25:46.737 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7565149742417519844kf 01:25:46.737 [main] DEBUG o.e.g.b.i.e.ExportImportTest:215 - About to start Knopflerfish OSGi Platform 01:25:46.810 [main] INFO o.e.g.b.i.e.ExportImportTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:46.812 [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:25:46.813 [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:25:46.814 [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:25:46.814 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:46.878 [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:25:46.888 [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:25:46.892 [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:25:46.893 [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:25:46.898 [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:25:46.905 [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:25:46.906 [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:25:46.908 [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:25:46.911 [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:25:46.915 [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:25:46.926 [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:25:46.928 [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:25:46.939 [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:25:46.943 [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:25:46.945 [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:25:46.947 [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:25:46.949 [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:25:46.959 [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:25:46.964 [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:25:46.966 [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:25:46.967 [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:25:46.968 [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:25:46.968 [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:25:46.968 [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:25:46.970 [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:25:46.972 [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:25:46.972 [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:25:46.976 [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:25:46.976 [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:25:46.976 [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:25:46.979 [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:25:46.980 [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:25:46.981 [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:25:46,997 |-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:47,019 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:47,021 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:47,026 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:47,051 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:47,052 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:47,054 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:47,058 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3580c2e5 - No compression will be used 01:25:47,061 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:47,061 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:47,062 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:47,062 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:47,062 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:47,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:47,063 |-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:47,063 |-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:47,063 |-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:47,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:47,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:47,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:47,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:47,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:47,063 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:47,063 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:47,063 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:47,064 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:47,064 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:47,064 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ae2e1d1 - Registering current configuration as safe fallback point 01:25:47.071 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:47.077 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:47.164 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:47.165 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:47.168 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:47.170 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:47.173 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:47.174 [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:47.174 [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:47.177 [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:47.178 [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:47.179 [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:47.179 [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:47.179 [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:47.179 [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:47.179 [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:47.180 [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:47.180 [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:47.180 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:47.180 [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:47.180 [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:47.180 [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:47.180 [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:47.181 [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:47.181 [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:47.181 [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:47.181 [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:47.182 [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:47.182 [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:47.182 [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:47.182 [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:47.182 [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:47.182 [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:47.182 [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:47.183 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:47.183 [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:47.183 [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:47.183 [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:47.183 [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:47.183 [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:47.184 [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:47.184 [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:47.184 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:47.184 [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:47.184 [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:47.184 [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:47.184 [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:47.185 [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:47.185 [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:47.185 [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:47.185 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:47.185 [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:47.185 [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:47.186 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:47.186 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:47.186 [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:47.186 [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:47.186 [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:47.187 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:47.187 [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:47.187 [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:47.187 [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:47.187 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:47.187 [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:47.187 [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:47.187 [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:47.187 [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:47.188 [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:47.189 [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:47.189 [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:47.194 [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:47.194 [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:47.196 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:47.196 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:47.198 [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:47.199 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:47.200 [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@42764495 w/ reference null 01:25:47.200 [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@42764495 w/ reference null 01:25:47.200 [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:47.203 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:47.209 [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:47.209 [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:47.209 [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:47.211 [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:47.211 [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:47.211 [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:47.212 [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:47.213 [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:47.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:47.213 [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:47.213 [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:47.213 [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:47.214 [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:47.214 [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:47.214 [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:47.215 [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:47.215 [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:47.216 [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:47.216 [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:47.216 [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:47.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:47.217 [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:47.217 [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:47.217 [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:47.217 [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:47.218 [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:47.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:47.218 [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:47.219 [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:47.219 [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:47.219 [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:47.220 [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:47.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:47.220 [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:47.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:47.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:47.222 [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:47.222 [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:47.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:47.222 [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:47.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:25:47.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:47.223 [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:47.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:25:47.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:25:47.225 [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:47.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:25:47.226 [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:25:47.229 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:47.230 [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:47.230 [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:47.230 [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:47.230 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:47.231 [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:47.231 [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:47.232 [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:25:47.232 [main] DEBUG o.e.g.b.i.e.ExportImportTest:511 - Post processing: creating test bundle 01:25:47.241 [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:25:47.241 [main] INFO o.e.g.b.i.e.ExportImportTest:202 - Automatically creating Manifest for the test bundle 01:25:47.242 [main] INFO o.e.g.b.i.e.ExportImportTest:366 - Using the test class for generating bundle imports 01:25:47.243 [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:25:47.243 [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:25:47.245 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class ExportImportTest 01:25:47.252 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:47.252 [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:25:47.252 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest 01:25:47.254 [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:25:47.255 [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:25:47.255 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:47.256 [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:25:47.256 [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:25:47.256 [main] TRACE o.e.g.b.i.e.ExportImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:47.256 [main] TRACE o.e.g.b.i.e.ExportImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:47.256 [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:25:47.256 [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:25:47.257 [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:25:47.257 [main] TRACE o.e.g.b.i.e.ExportImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:47.257 [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:25:47.257 [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:25:47.257 [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:25:47.257 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:47.257 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:47.257 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/ExportImportTest.class 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/Listener.class 01:25:47.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 01:25:47.262 [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:25:47.262 [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:25:47.264 [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:25:47.264 [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:25:47.264 [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:25:47.264 [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:25:47.264 [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:25:47.265 [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:25:47.265 [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:25:47.265 [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:25:47.265 [main] DEBUG o.e.g.b.i.e.ExportImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:47.266 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:47.267 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:47.267 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:47.268 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:47.268 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:47.268 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:47.269 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:47.269 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:47.269 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:47.270 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:47.270 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:47.270 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:47.270 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:47.271 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:47.271 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:47.271 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:47.271 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:47.272 [main] TRACE o.e.g.b.i.e.ExportImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:47.272 [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:25:47.273 [main] TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testExportNA] to OSGi 01:25:47.280 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportNA] for execution inside OSGi 01:25:47.280 [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:25:47.281 [main] INFO o.e.g.b.i.e.ExportImportTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/exportimport/export-import.xml 01:25:47.288 [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 [Fri Apr 26 01:25:47 UTC 2024]; root of context hierarchy 01:25:47.292 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:47.309 [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:25:47.328 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:47.328 [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:47.329 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:47.329 [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:47.372 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:47.372 [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:47.402 [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@740773a3: defining beans [map,export1,export2,list,na,export-na]; root of factory hierarchy 01:25:47.408 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:47.408 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:47.409 [main] TRACE 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:47.410 [main] TRACE o.e.g.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:47.417 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@27ff5d15] 01:25:47.417 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4e096385] 01:25:47.440 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export1] is being tracked for dependencies 01:25:47.440 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export1] depends (transitively) on the following importers:{} 01:25:47.441 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export1] depends on importers:[] 01:25:47.442 [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:25:47.442 [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:25:47.443 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export1] started; all its dependencies are satisfied 01:25:47.444 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export2] is being tracked for dependencies 01:25:47.444 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export2] depends (transitively) on the following importers:{} 01:25:47.444 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export2] depends on importers:[] 01:25:47.444 [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:25:47.445 [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:25:47.445 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export2] started; all its dependencies are satisfied 01:25:47.447 [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:25:47.448 [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:25:47.449 [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:25:47.449 [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:25:47.450 [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:25:47.451 [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:25:47.452 [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:25:47.452 [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:25:47.453 [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:25:47.453 [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:25:47.453 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:47.453 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:47.453 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.io.Serializable)] 01:25:47.454 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@32502377, org.knopflerfish.framework.ServiceReferenceImpl@4dbb42b7} 01:25:47.455 [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:25:47.460 [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:25:47.461 [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:25:47.461 [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:25:47.461 [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:25:47.462 [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:25:47.463 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1a942c18 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@32502377 01:25:47.463 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@55a147cc 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;@71ba6d4e, service.id=9} 01:25:47.464 [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 1436633036 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;@71ba6d4e, service.id=9} 01:25:47.464 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1a942c18 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@32502377 01:25:47.464 [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:25:47.465 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1a942c18 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4dbb42b7 01:25:47.465 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy8@d86a6f 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;@2892d68, service.id=10} 01:25:47.465 [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 14183023 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;@2892d68, service.id=10} 01:25:47.465 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@1a942c18 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4dbb42b7 01:25:47.467 [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:25:47.467 [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:25:47.468 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:47.470 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:47.473 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Queue)] 01:25:47.473 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:25:47.474 [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:25:47.475 [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:25:47.475 [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:25:47.476 [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:25:47.476 [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:25:47.477 [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:25:47.477 [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:25:47.477 [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:25:47.478 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export-na] is being tracked for dependencies 01:25:47.478 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export-na] depends (transitively) on the following importers:{&na} 01:25:47.478 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export-na] depends on importers:[&na] 01:25:47.481 [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:25:47.481 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [export-na] not started; there are still unsatisfied dependencies [&na] 01:25:47.481 [main] TRACE o.e.g.b.c.i.a.OsgiServiceRegistrationListenerAdapter:178 - Invoking unregistered method with props=null 01:25:47.482 [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:25:47.483 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4c60d6e9] 01:25:47.485 [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 [Fri Apr 26 01:25:47 UTC 2024]; root of context hierarchy] 01:25:47.486 [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:25:47.486 [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:25:47.498 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:47.498 [main] TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testExportNA] 01:25:47.499 [main] DEBUG o.e.g.b.i.e.ExportImportTest:447 - Test[testExportNA]'s result read 01:25:47.499 [main] TRACE o.e.g.b.i.e.ExportImportTest:364 - Writing test name [testCollectionSize] to OSGi 01:25:47.500 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCollectionSize] for execution inside OSGi 01:25:47.500 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCollectionSize] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7ce69770 01:25:47.500 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:47.500 [main] TRACE o.e.g.b.i.e.ExportImportTest:440 - Reading OSGi results for test [testCollectionSize] 01:25:47.500 [main] DEBUG o.e.g.b.i.e.ExportImportTest:447 - Test[testCollectionSize]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 sec - in org.eclipse.gemini.blueprint.iandt.exportimport.ExportImportTest 01:25:47.503 [Thread-0] INFO o.e.g.b.i.e.ExportImportTest:471 - Shutting down OSGi platform 01:25:47.503 [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:25:47.503 [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 [Fri Apr 26 01:25:47 UTC 2024]; root of context hierarchy 01:25:47.503 [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 [Fri Apr 26 01:25:47 UTC 2024]; root of context hierarchy] 01:25:47.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:47.505 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export-na] 01:25:47.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:25:47.505 [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:47.506 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:47.506 [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@1a942c18 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@32502377 01:25:47.506 [Thread-3] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@55a147cc 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;@42ba6fe1, service.id=9} 01:25:47.506 [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 1436633036 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;@42ba6fe1, service.id=9} 01:25:47.506 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:47.506 [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@1a942c18 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@32502377 01:25:47.507 [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@1a942c18 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4dbb42b7 01:25:47.507 [Thread-3] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy8@d86a6f 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;@712fa8e6, service.id=10} 01:25:47.507 [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 14183023 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;@712fa8e6, service.id=10} 01:25:47.507 [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@1a942c18 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@4dbb42b7 01:25:47.507 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export2] 01:25:47.507 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export1] 01:25:47.508 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:48,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:25:48,125 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:48,127 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:48,140 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:48,161 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:48,163 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:48,166 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:48,172 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:25:48,176 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:48,176 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:48,177 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:48,177 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:48,177 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:48,177 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:48,178 |-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:48,178 |-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:48,178 |-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:48,178 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:48,178 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:48,178 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:48,178 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:48,178 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:48,178 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:48,178 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:48,178 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:48,179 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:48,179 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:48,179 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest 01:25:48.264 [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:25:48.267 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:85 - Instantiating platform wrapper... 01:25:48.274 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6113682879341967478kf 01:25:48.275 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:215 - About to start Knopflerfish OSGi Platform 01:25:48.340 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:48.343 [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:25:48.343 [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:25:48.344 [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:25:48.345 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:48.411 [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:25:48.420 [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:25:48.424 [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:25:48.425 [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:25:48.430 [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:25:48.436 [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:25:48.439 [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:25:48.442 [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:25:48.445 [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:25:48.455 [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:25:48.460 [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:25:48.461 [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:25:48.464 [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:25:48.468 [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:25:48.469 [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:25:48.472 [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:25:48.474 [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:25:48.475 [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:25:48.485 [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:25:48.490 [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:25:48.492 [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:25:48.494 [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:25:48.494 [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:25:48.494 [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:25:48.495 [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:25:48.496 [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:25:48.498 [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:25:48.499 [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:25:48.502 [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:25:48.502 [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:25:48.502 [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:25:48.505 [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:25:48.506 [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:25:48.507 [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:25:48,542 |-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:48,565 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:48,566 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:48,572 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:48,585 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:48,586 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:48,588 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:48,592 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610db2fa - No compression will be used 01:25:48,595 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:48,595 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:48,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:48,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:48,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:48,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:48,596 |-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:48,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:48,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:48,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:48,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:48,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:48,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:48,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:48,597 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:48,597 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:48,597 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:48,597 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:48,597 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:48,598 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@37eef49f - Registering current configuration as safe fallback point 01:25:48.605 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:48.611 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:48.706 [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 [Fri Apr 26 01:25:48 UTC 2024]; root of context hierarchy 01:25:48.710 [BundleStart #16] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:48.729 [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:25:48.751 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:48.752 [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:25:48.752 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:48.753 [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:25:48.794 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:48.794 [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:25:48.802 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-util.xsd 01:25:48.802 [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:25:48.804 [BundleStart #16] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:25:48.804 [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:25:48.825 [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:25:48.831 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:48.831 [BundleStart #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:48.832 [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:25:48.833 [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:25:48.844 [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:25:48.846 [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:25:48.863 [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:25:48.864 [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:25:48.865 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:48.869 [BundleStart #16] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:48.876 [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:25:48.876 [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:25:48.879 [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:25:48.880 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@c540f5a} 01:25:48.881 [BundleStart #16] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c540f5a] bound to proxy 01:25:48.881 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c540f5a] bound to proxy 01:25:48.883 [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:25:48.883 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.899 [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:25:48.899 [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:25:48.899 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.907 [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:25:48.908 [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:25:48.908 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.918 [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:25:48.918 [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:25:48.918 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.920 [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:25:48.931 [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:25:48.931 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.933 [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:25:48.947 [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:25:48.947 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.957 [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:25:48.957 [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:25:48.958 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.973 [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:25:48.974 [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:25:48.974 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.980 [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:25:48.982 [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:25:48.983 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.983 [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:25:48.990 [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:25:48.990 [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:25:48.991 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:48.993 [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:25:48.998 [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:25:48.999 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:49.001 [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:25:49.007 [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:25:49.007 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:49.009 [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:25:49.014 [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:25:49.015 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 'taskExecutor' 01:25:49.016 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 'shutdownTaskExecutor' 01:25:49.018 [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:25:49.018 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:49.020 [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:25:49.026 [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:25:49.038 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:49.039 [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:25:49.045 [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:25:49.045 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:49.046 [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:25:49.053 [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:25:49.053 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:49.055 [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:25:49.067 [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:25:49.068 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:49.070 [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:25:49.075 [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:25:49.075 [BundleStart #16] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [5.0.0], checking providing bundles 01:25:49.077 [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:25:49.086 [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:25:49.088 [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 [Fri Apr 26 01:25:48 UTC 2024]; root of context hierarchy] 01:25:49.090 [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-202404260124} 01:25:49.091 [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:25:49.093 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:49.095 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:49.097 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:49.098 [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:49.098 [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:49.098 [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:49.098 [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:49.099 [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:49.099 [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:49.099 [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:49.099 [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:49.099 [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:49.100 [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:49.100 [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:49.100 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:49.100 [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:49.100 [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:49.100 [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:49.100 [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:49.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:25:49.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:25:49.101 [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:49.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:25:49.101 [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:49.101 [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:49.101 [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:49.101 [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:49.101 [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:49.102 [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:49.102 [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:49.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:49.102 [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:49.102 [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:49.102 [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:49.102 [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:49.103 [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:49.103 [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:49.103 [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:49.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:49.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:25:49.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:25:49.103 [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:49.103 [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:49.104 [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:49.104 [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:49.104 [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:49.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:49.104 [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:49.104 [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:49.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:49.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:49.105 [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:49.105 [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:49.105 [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:49.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:49.105 [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:49.105 [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:49.105 [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:49.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:49.105 [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:49.106 [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:49.106 [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:49.106 [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:49.107 [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:49.107 [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:49.107 [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:49.108 [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:49.108 [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:49.109 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:49.109 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:49.111 [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:49.111 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:49.111 [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:25:49.111 [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:25:49.111 [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:49.113 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:49.115 [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:49.116 [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:49.116 [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:49.117 [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:49.117 [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:49.117 [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:49.118 [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:49.118 [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:49.118 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:49.119 [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:49.119 [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:49.119 [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:49.119 [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:49.120 [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:49.120 [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:49.120 [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:49.121 [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:49.121 [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:49.121 [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:49.121 [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:49.121 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:49.122 [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:49.122 [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:49.122 [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:49.122 [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:49.122 [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:49.122 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:49.123 [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:49.123 [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:49.123 [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:49.124 [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:49.124 [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:49.124 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:49.124 [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:49.124 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:49.125 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:49.125 [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:49.126 [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:49.126 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:49.126 [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:49.126 [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:49.126 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:49.127 [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:49.127 [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:49.127 [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:49.129 [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:49.129 [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:49.129 [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:25:49.131 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:49.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:25:49.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:25:49.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:25:49.132 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:49.133 [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:49.133 [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:49.133 [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:25:49.134 [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:25:49.134 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:511 - Post processing: creating test bundle 01:25:49.141 [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:25:49.141 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:202 - Automatically creating Manifest for the test bundle 01:25:49.142 [main] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:366 - Using the test class for generating bundle imports 01:25:49.143 [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:25:49.143 [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:25:49.145 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class ExtenderConfigurationTest 01:25:49.153 [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:25:49.153 [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:25:49.153 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest 01:25:49.155 [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:25:49.155 [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:25:49.155 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:49.156 [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:25:49.156 [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:25:49.156 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:49.157 [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:25:49.157 [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:25:49.157 [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:25:49.157 [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:25:49.157 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:49.157 [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:25:49.157 [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:25:49.158 [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:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:49.158 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 01:25:49.159 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 01:25:49.159 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 01:25:49.159 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 01:25:49.162 [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:25:49.163 [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:25:49.164 [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:25:49.164 [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:25:49.164 [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:25:49.164 [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:25:49.165 [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:25:49.165 [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:25:49.165 [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:25:49.165 [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:25:49.165 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:49.166 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:49.167 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:49.167 [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:25:49.168 [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:25:49.168 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:49.168 [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:25:49.168 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:49.169 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:49.169 [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:25:49.169 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:49.170 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:49.170 [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:25:49.170 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:49.170 [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:25:49.171 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:49.171 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:49.171 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:49.171 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:49.172 [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:25:49.172 [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:25:49.172 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testCustomProperties] to OSGi 01:25:49.180 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testCustomProperties] for execution inside OSGi 01:25:49.180 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testCustomProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2e005c4b 01:25:49.181 [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:25:49.181 [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 [Fri Apr 26 01:25:49 UTC 2024]; root of context hierarchy 01:25:49.181 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:49.182 [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:25:49.184 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:49.184 [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:49.185 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:49.185 [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:49.199 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:49.199 [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:49.204 [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@5876a9af: defining beans [appCtx]; root of factory hierarchy 01:25:49.204 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:49.205 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:49.205 [main] TRACE 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:49.205 [main] TRACE o.e.g.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:49.205 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2a798d51] 01:25:49.205 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@6d763516] 01:25:49.207 [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:25:49.207 [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:25:49.207 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:49.207 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:49.207 [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:25:49.208 [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:25:49.208 [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:25:49.208 [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:25:49.209 [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:25:49.212 [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:25:49.213 [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:25:49.213 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@719c8429} 01:25:49.214 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@719c8429] bound to proxy 01:25:49.214 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@719c8429] bound to proxy 01:25:49.214 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6c64cb25] 01:25:49.214 [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 [Fri Apr 26 01:25:49 UTC 2024]; root of context hierarchy] 01:25:49.214 [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:25:49.215 [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:49.244 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:49.245 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testCustomProperties] 01:25:49.245 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testCustomProperties]'s result read 01:25:49.246 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testExtenderConfigAppCtxPublished] to OSGi 01:25:49.246 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExtenderConfigAppCtxPublished] for execution inside OSGi 01:25:49.247 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExtenderConfigAppCtxPublished] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3c19aaa5 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-202404260124,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:25:49.247 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:49.247 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testExtenderConfigAppCtxPublished] 01:25:49.247 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testExtenderConfigAppCtxPublished]'s result read 01:25:49.247 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testShutdownTaskExecutor] to OSGi 01:25:49.248 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShutdownTaskExecutor] for execution inside OSGi 01:25:49.248 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testShutdownTaskExecutor] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3349e9bb 01:25:49.248 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:49.248 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testShutdownTaskExecutor] 01:25:49.248 [main] DEBUG o.e.g.b.i.e.c.ExtenderConfigurationTest:447 - Test[testShutdownTaskExecutor]'s result read 01:25:49.249 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:364 - Writing test name [testTaskExecutor] to OSGi 01:25:49.249 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTaskExecutor] for execution inside OSGi 01:25:49.249 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTaskExecutor] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@409bf450 01:25:49.249 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:49.249 [main] TRACE o.e.g.b.i.e.c.ExtenderConfigurationTest:440 - Reading OSGi results for test [testTaskExecutor] 01:25:49.249 [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: 0.988 sec - in org.eclipse.gemini.blueprint.iandt.extender.configuration.ExtenderConfigurationTest 01:25:49.251 [Thread-0] INFO o.e.g.b.i.e.c.ExtenderConfigurationTest:471 - Shutting down OSGi platform 01:25:49.252 [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:25:49.252 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:49.252 [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 [Fri Apr 26 01:25:49 UTC 2024]; root of context hierarchy 01:25:49.252 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:49.252 [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 [Fri Apr 26 01:25:49 UTC 2024]; root of context hierarchy] 01:25:49.252 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:49.252 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:49.252 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:49.252 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:49.253 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:49.253 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:49.253 [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:25:49.253 [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:25:49.253 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:49.253 [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:25:49.254 [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:49.254 [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:25:49.254 [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 [Fri Apr 26 01:25:48 UTC 2024]; root of context hierarchy 01:25:49.254 [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 [Fri Apr 26 01:25:48 UTC 2024]; root of context hierarchy] 01:25:49.254 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'shutdownTaskExecutor' 01:25:49.255 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 'taskExecutor' 01:25:49.255 [BundleStop #16] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c540f5a] was unregistered and unbound from the service proxy 01:25:49.255 [BundleStop #16] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c540f5a] was unregistered and unbound from the service proxy 01:25:49.255 [BundleStop #16] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:49.255 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:49,514 |-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:49,598 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:49,600 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:49,613 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:49,634 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:49,636 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:49,639 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:49,645 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:25:49,649 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:49,649 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:49,650 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:49,650 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:49,650 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:49,650 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:49,651 |-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:49,651 |-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:49,651 |-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:49,651 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:49,651 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:49,651 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:49,651 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:49,651 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:49,651 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:49,651 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:49,652 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:49,652 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:49,652 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:49,653 |-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:25:49.723 [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:25:49.726 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:85 - Instantiating platform wrapper... 01:25:49.733 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4698139241077428840kf 01:25:49.733 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:215 - About to start Knopflerfish OSGi Platform 01:25:49.798 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:49.800 [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:25:49.801 [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:25:49.802 [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:25:49.802 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:49.865 [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:25:49.875 [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:25:49.878 [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:25:49.879 [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:25:49.885 [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:25:49.891 [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:25:49.892 [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:25:49.895 [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:25:49.898 [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:25:49.901 [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:25:49.913 [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:25:49.914 [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:25:49.917 [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:25:49.921 [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:25:49.922 [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:25:49.925 [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:25:49.927 [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:25:49.947 [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:25:49.952 [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:25:49.955 [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:25:49.956 [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:25:49.956 [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:25:49.956 [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:25:49.957 [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:25:49.958 [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:25:49.961 [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:25:49.961 [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:25:49.964 [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:25:49.965 [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:25:49.965 [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:25:49.967 [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:25:49.968 [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:25:49.970 [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:25:49,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:25:50,008 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:50,010 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:50,015 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:50,040 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:50,041 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:50,043 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:50,047 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3580c2e5 - No compression will be used 01:25:50,050 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:50,050 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:50,051 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:50,051 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:50,051 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:50,051 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:50,051 |-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:50,051 |-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:50,052 |-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:50,052 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:50,052 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:50,052 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:50,052 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:50,052 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:50,052 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:50,052 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:50,052 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:50,053 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:50,053 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:50,053 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ae2e1d1 - Registering current configuration as safe fallback point 01:25:50.060 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:50.066 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:50.154 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:50.155 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:50.157 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:50.160 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:50.163 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:50.163 [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:50.164 [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:50.167 [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:50.168 [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:50.168 [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:50.169 [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:50.169 [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:50.169 [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:50.169 [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:50.170 [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:50.170 [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:50.170 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:50.170 [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:50.170 [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:50.170 [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:50.171 [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:50.171 [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:50.171 [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:50.171 [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:50.171 [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:50.172 [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:50.172 [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:50.172 [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:50.172 [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:50.173 [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:50.173 [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:50.173 [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:50.173 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:50.173 [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:50.173 [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:50.173 [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:50.174 [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:50.174 [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:50.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:25:50.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:25:50.174 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:50.175 [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:50.175 [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:50.175 [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:50.175 [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:50.175 [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:50.176 [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:50.176 [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:50.176 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:50.176 [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:50.176 [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:50.176 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:50.176 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:50.177 [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:50.177 [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:50.177 [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:50.177 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:50.177 [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:50.177 [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:50.177 [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:50.178 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:50.178 [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:50.178 [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:50.178 [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:50.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:25:50.179 [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:50.179 [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:50.179 [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:50.185 [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:50.185 [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:50.186 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:50.187 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:50.189 [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:50.190 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:50.190 [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@42764495 w/ reference null 01:25:50.191 [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@42764495 w/ reference null 01:25:50.191 [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:50.193 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:50.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:25:50.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:25:50.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:25:50.202 [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:50.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:25:50.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:25:50.203 [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:50.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:25:50.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:50.204 [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:50.204 [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:50.204 [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:50.205 [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:50.205 [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:50.205 [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:50.206 [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:50.206 [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:50.207 [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:50.207 [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:50.207 [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:50.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:50.208 [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:50.208 [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:50.208 [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:50.208 [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:50.209 [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:50.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:50.209 [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:50.210 [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:50.210 [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:50.210 [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:50.211 [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:50.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:50.211 [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:50.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:50.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:50.212 [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:50.213 [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:50.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:50.213 [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:50.213 [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:50.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:50.214 [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:50.214 [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:50.214 [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:50.216 [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:50.216 [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:50.217 [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:25:50.221 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:50.221 [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:50.221 [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:50.221 [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:50.221 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:50.222 [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:50.222 [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:50.223 [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:25:50.223 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:511 - Post processing: creating test bundle 01:25:50.240 [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:25:50.240 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:202 - Automatically creating Manifest for the test bundle 01:25:50.240 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:366 - Using the test class for generating bundle imports 01:25:50.241 [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:25:50.242 [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:25:50.244 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class ExtenderVersionTest 01:25:50.251 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:50.251 [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:25:50.252 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest 01:25:50.254 [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:25:50.254 [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:25:50.254 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:50.255 [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:25:50.255 [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:25:50.255 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:50.256 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:50.256 [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:25:50.256 [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:25:50.256 [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:25:50.256 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:50.256 [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:25:50.257 [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:25:50.257 [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:25:50.257 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:50.257 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:50.257 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:50.257 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:50.257 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:50.257 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 01:25:50.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 01:25:50.262 [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:25:50.263 [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:25:50.264 [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:25:50.265 [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:25:50.265 [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:25:50.265 [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:25:50.265 [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:25:50.265 [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:25:50.265 [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:25:50.265 [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:25:50.266 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:50.267 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:50.267 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:50.268 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:50.268 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:50.269 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:50.269 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:50.269 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:50.270 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:50.270 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:50.270 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:50.270 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:50.271 [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:25:50.271 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:50.271 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:50.272 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:50.272 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:50.272 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:50.272 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:50.273 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:50.274 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:364 - Writing test name [testBundleIgnoredBasedOnSpringExtenderVersion] to OSGi 01:25:50.281 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleIgnoredBasedOnSpringExtenderVersion] for execution inside OSGi 01:25:50.281 [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:25:50.282 [main] INFO o.e.g.b.i.e.ExtenderVersionTest:190 - Loading context for locations: 01:25:50.289 [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 [Fri Apr 26 01:25:50 UTC 2024]; root of context hierarchy 01:25:50.293 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:50.304 [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:25:50.309 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:50.310 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:50.311 [main] TRACE 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:50.311 [main] TRACE o.e.g.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:50.313 [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:25:50.313 [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:25:50.315 [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:25:50.317 [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 [Fri Apr 26 01:25:50 UTC 2024]; root of context hierarchy] 01:25:50.318 [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:25:50.319 [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:50.338 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:50.346 [BundleChanged #19] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 01:25:50.347 [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-202404260124]; skipping bundle analysis... 01:25:50.347 [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:25:50.347 [BundleStart #19] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 01:25:50.347 [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-202404260124]; skipping bundle analysis... 01:25:50.347 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Extender Version (org.eclipse.gemini.blueprint.iandt.extenderversion)] 01:25:50.348 [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:25:50.348 [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:25:50.348 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:50.349 [main] TRACE o.e.g.b.i.e.ExtenderVersionTest:440 - Reading OSGi results for test [testBundleIgnoredBasedOnSpringExtenderVersion] 01:25:50.349 [main] DEBUG o.e.g.b.i.e.ExtenderVersionTest:447 - Test[testBundleIgnoredBasedOnSpringExtenderVersion]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.63 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderVersionTest 01:25:50.352 [Thread-0] INFO o.e.g.b.i.e.ExtenderVersionTest:471 - Shutting down OSGi platform 01:25:50.352 [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:25:50.352 [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 [Fri Apr 26 01:25:50 UTC 2024]; root of context hierarchy 01:25:50.352 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:50.352 [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 [Fri Apr 26 01:25:50 UTC 2024]; root of context hierarchy] 01:25:50.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:50.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:50.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:50.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:50.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:50.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:50.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:50.354 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:50.354 [BundleChanged #19] TRACE o.e.g.b.e.s.internal.ConfigUtils:119 - discovered SpringExtender-Version header w/ value=19.99.98.not-existing 01:25:50.354 [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-202404260124]; skipping bundle analysis... 01:25:50.354 [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:25:50.354 [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:25:50.355 [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:50.355 [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:50.355 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:50.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-202404260124] 01:25:50,883 |-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:50,955 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:50,957 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:50,970 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:50,991 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:50,992 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:50,995 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:51,001 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:25:51,006 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:51,006 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:51,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:51,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:51,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:51,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:51,007 |-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:51,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:25:51,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:25:51,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:51,007 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:51,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:51,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:51,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:51,008 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:51,008 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:51,008 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:51,008 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:51,008 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:51,009 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest 01:25:51.085 [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:25:51.089 [main] TRACE o.e.g.b.i.extender.ExtenderTest:85 - Instantiating platform wrapper... 01:25:51.095 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3681955368752365498kf 01:25:51.096 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:215 - About to start Knopflerfish OSGi Platform 01:25:51.160 [main] INFO o.e.g.b.i.extender.ExtenderTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:51.163 [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:25:51.163 [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:25:51.164 [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:25:51.165 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:51.228 [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:25:51.237 [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:25:51.241 [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:25:51.242 [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:25:51.247 [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:25:51.253 [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:25:51.254 [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:25:51.257 [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:25:51.260 [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:25:51.263 [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:25:51.275 [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:25:51.276 [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:25:51.279 [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:25:51.283 [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:25:51.284 [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:25:51.287 [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:25:51.289 [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:25:51.297 [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:25:51.302 [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:25:51.305 [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:25:51.306 [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:25:51.307 [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:25:51.307 [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:25:51.308 [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:25:51.309 [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:25:51.339 [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:25:51.340 [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:25:51.343 [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:25:51.343 [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:25:51.344 [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:25:51.346 [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:25:51.347 [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:25:51.348 [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:25:51,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:25:51,385 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:51,386 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:51,393 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:51,406 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:51,408 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:51,410 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:51,414 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3f21ee2a - No compression will be used 01:25:51,417 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:51,417 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:51,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:51,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:51,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:51,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:51,418 |-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:51,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:51,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:51,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:51,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:51,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:51,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:51,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:51,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:51,419 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:51,419 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:51,419 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:51,419 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:51,420 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@74703584 - Registering current configuration as safe fallback point 01:25:51.428 [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:25:51.430 [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:25:51.430 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:511 - Post processing: creating test bundle 01:25:51.437 [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:25:51.438 [main] INFO o.e.g.b.i.extender.ExtenderTest:202 - Automatically creating Manifest for the test bundle 01:25:51.438 [main] INFO o.e.g.b.i.extender.ExtenderTest:366 - Using the test class for generating bundle imports 01:25:51.439 [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:25:51.440 [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:25:51.445 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class ExtenderTest 01:25:51.453 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:51.453 [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:25:51.454 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest 01:25:51.455 [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:25:51.455 [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:25:51.456 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:51.456 [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:25:51.457 [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:25:51.457 [main] TRACE o.e.g.b.i.extender.ExtenderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:51.457 [main] TRACE o.e.g.b.i.extender.ExtenderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:51.457 [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:25:51.457 [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:25:51.458 [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:25:51.458 [main] TRACE o.e.g.b.i.extender.ExtenderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:51.458 [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:25:51.458 [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:25:51.458 [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:25:51.458 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:51.458 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderTest.class 01:25:51.459 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/ExtenderVersionTest.class 01:25:51.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ 01:25:51.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/ExtenderConfigurationTest.class 01:25:51.460 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/extender/configuration/config.xml 01:25:51.464 [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:25:51.464 [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:25:51.466 [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:25:51.466 [main] TRACE o.e.g.b.i.extender.ExtenderTest:364 - Writing test name [testLifecycle] to OSGi 01:25:51.481 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 01:25:51.483 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testLifecycle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@223191a6 01:25:51.485 [main] INFO o.e.g.b.i.extender.ExtenderTest:190 - Loading context for locations: 01:25:51.501 [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 [Fri Apr 26 01:25:51 UTC 2024]; root of context hierarchy 01:25:51.505 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:51.518 [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@3af9c5b7: defining beans []; root of factory hierarchy 01:25:51.525 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:51.525 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:51.528 [main] TRACE 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:51.529 [main] TRACE o.e.g.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:51.533 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1649b0e6] 01:25:51.534 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@140c9f39] 01:25:51.536 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6b8ca3c8] 01:25:51.538 [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 [Fri Apr 26 01:25:51 UTC 2024]; root of context hierarchy] 01:25:51.540 [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:25:51.542 [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:51.584 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:51.596 [BundleStart #19] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:51.596 [BundleStart #19] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:51.644 [BundleStart #19] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:51.645 [BundleStart #19] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:51.646 [BundleStart #19] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:51.648 [BundleStart #19] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:51.650 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:51.651 [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:25:51.651 [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:25:51.651 [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:25:51.651 [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:25:51.652 [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:25:51.652 [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:25:51.653 [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:25:51.653 [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:25:51.653 [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:25:51.653 [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:25:51.653 [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:25:51.654 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:51.654 [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:25:51.654 [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:25:51.654 [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:25:51.654 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:25:51.654 [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:25:51.654 [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:25:51.655 [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:25:51.655 [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:25:51.655 [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:25:51.655 [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:25:51.655 [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:25:51.656 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:51.656 [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:25:51.656 [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:25:51.656 [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:25:51.656 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:25:51.656 [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:25:51.657 [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:25:51.657 [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:25:51.657 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:51.657 [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:25:51.657 [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:25:51.657 [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:25:51.657 [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:25:51.657 [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:25:51.658 [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:25:51.658 [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:25:51.658 [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:25:51.658 [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:25:51.658 [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:25:51.658 [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:25:51.658 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:51.659 [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:25:51.659 [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:25:51.659 [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:25:51.659 [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:25:51.659 [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:25:51.659 [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:25:51.659 [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:25:51.660 [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:25:51.660 [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:25:51.660 [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:25:51.660 [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:25:51.661 [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:25:51.661 [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:25:51.661 [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:25:51.663 [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:25:51.663 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:25:51.664 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:51.664 [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@7c6ce8e4 01:25:51.664 [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:25:51.664 [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:25:51.664 [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:25:51.664 [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:25:51.664 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:51.664 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:51.664 [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 [Fri Apr 26 01:25:51 UTC 2024]; root of context hierarchy 01:25:51.665 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:51.665 [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:25:51.665 [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:25:51.665 [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:25:51.665 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:51.665 [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:25:51.665 [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:25:51.665 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:25:51.665 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:51.665 [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:25:51.665 [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:25:51.666 [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:25:51.666 [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:25:51.667 [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:25:51.667 [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:25:51.667 [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:25:51.669 [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:25:51.669 [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:25:51.670 [BundleStart #19] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:51.671 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:51.672 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://17/META-INF/spring/lifecycle.xml] 01:25:51.673 [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:25:51.674 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:51.674 [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@610a231 w/ reference null 01:25:51.674 [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@610a231 w/ reference null 01:25:51.675 [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:25:51.677 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:51.679 [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:25:51.679 [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:25:51.679 [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:25:51.681 [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:25:51.681 [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:25:51.681 [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:25:51.682 [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:25:51.682 [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:25:51.682 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:51.683 [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:25:51.683 [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:25:51.683 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:25:51.683 [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:25:51.684 [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:25:51.684 [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:25:51.685 [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:25:51.685 [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:25:51.685 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:51.686 [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:25:51.686 [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:25:51.686 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:25:51.686 [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:25:51.687 [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:25:51.687 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:51.687 [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:25:51.687 [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:25:51.687 [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:25:51.687 [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:25:51.688 [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:25:51.688 [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:25:51.688 [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:25:51.688 [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:25:51.688 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:51.689 [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:25:51.689 [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:25:51.689 [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:25:51.690 [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:25:51.690 [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:25:51.690 [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:25:51.691 [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:25:51.691 [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:25:51.691 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:51.691 [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:25:51.691 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:51.692 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:51.693 [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:25:51.693 [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:25:51.693 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:51.693 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:51.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:25:51.693 [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:25:51.693 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:25:51.694 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:51.694 [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:25:51.694 [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:25:51.694 [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:51.694 [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:25:51.694 [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:51.697 [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:25:51.697 [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:25:51.775 [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@f59631b: defining beans [guinea-pig]; root of factory hierarchy 01:25:51.776 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:51.776 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:51.776 [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:51.776 [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:51.781 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:25:51.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@f59631b: defining beans [guinea-pig]; root of factory hierarchy] 01:25:51.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:25:51.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@33d5d1e0 01:25:51.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:25:51.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:25:51.784 [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:25:51.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:25:51.784 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:25:51.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.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:25:51.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.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:25:51.784 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:25:51.785 [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:25:51.785 [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@24bafccc] 01:25:51.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@11a62251] 01:25:51.788 [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@a3d5916] 01:25:51.788 [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 [Fri Apr 26 01:25:51 UTC 2024]; root of context hierarchy] 01:25:51.789 [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:25:51.789 [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:51.790 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:51.790 [main] TRACE o.e.g.b.i.extender.ExtenderTest:440 - Reading OSGi results for test [testLifecycle] 01:25:51.791 [main] DEBUG o.e.g.b.i.extender.ExtenderTest:447 - Test[testLifecycle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 sec - in org.eclipse.gemini.blueprint.iandt.extender.ExtenderTest 01:25:51.792 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=17] 01:25:51.793 [Thread-0] INFO o.e.g.b.i.extender.ExtenderTest:471 - Shutting down OSGi platform 01:25:51.794 [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:25:51.794 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:51.794 [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 [Fri Apr 26 01:25:51 UTC 2024]; root of context hierarchy 01:25:51.794 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:51.794 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:51.794 [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 [Fri Apr 26 01:25:51 UTC 2024]; root of context hierarchy] 01:25:51.794 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:51.794 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:51.795 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=17]] 01:25:51.796 [Thread-1] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:51.800 [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:25:51.801 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=17]] 01:25:51.802 [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:25:51.802 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:25:51.802 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@7c6ce8e4 01:25:51.802 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:25:51.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.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:25:51.802 [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:25:51.803 [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 [Fri Apr 26 01:25:51 UTC 2024]; root of context hierarchy 01:25:51.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.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 [Fri Apr 26 01:25:51 UTC 2024]; root of context hierarchy] 01:25:51.803 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:51.804 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:25:51.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@7c6ce8e4 01:25:51.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.lifecycle, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:25:51.804 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:51.804 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:51.805 [BundleStop #19] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:51.805 [BundleStop #19] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:52,342 |-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,410 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:52,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:52,425 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:52,448 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:52,450 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:52,453 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:52,459 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:25:52,463 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:52,463 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:52,464 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:52,464 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:52,464 |-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,464 |-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,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:25:52,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:25:52,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:25:52,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:52,465 |-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,465 |-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,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:52,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:52,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:52,465 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:52,465 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:52,466 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:52,466 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:52,467 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.importer.CollectionTest 01:25:52.537 [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:25:52.540 [main] TRACE o.e.g.b.i.i.CollectionTest:85 - Instantiating platform wrapper... 01:25:52.547 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8357700444291418661kf 01:25:52.548 [main] DEBUG o.e.g.b.i.i.CollectionTest:215 - About to start Knopflerfish OSGi Platform 01:25:52.614 [main] INFO o.e.g.b.i.i.CollectionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:52.616 [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:25:52.617 [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:25:52.617 [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:25:52.618 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:52.682 [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:25:52.692 [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:25:52.695 [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:25:52.697 [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:25:52.702 [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:25:52.708 [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:25:52.709 [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:25:52.711 [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:25:52.715 [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:25:52.724 [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:25:52.730 [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:25:52.731 [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:25:52.740 [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:25:52.744 [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:25:52.745 [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:25:52.748 [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:25:52.750 [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:25:52.760 [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:25:52.764 [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:25:52.767 [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:25:52.768 [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:25:52.769 [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:25:52.769 [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:25:52.769 [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:25:52.771 [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:25:52.773 [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:25:52.773 [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:25:52.776 [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:25:52.777 [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:25:52.777 [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:25:52.779 [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:25:52.780 [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:25:52.781 [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:25:52,798 |-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,820 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:52,822 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:52,841 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:52,854 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:52,855 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:52,857 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:52,862 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@19011b30 - No compression will be used 01:25:52,864 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:52,864 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:52,865 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:52,865 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:52,865 |-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,865 |-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,866 |-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,866 |-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,866 |-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,866 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:52,866 |-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,866 |-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,866 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:52,866 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:52,866 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:52,866 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:52,866 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:52,867 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:52,867 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:52,867 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7fde57e3 - Registering current configuration as safe fallback point 01:25:52.874 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:52.880 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:52.963 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:52.963 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:52.966 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:52.968 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:52.971 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:52.972 [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:52.972 [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:52.975 [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:52.976 [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:52.977 [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:52.977 [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:52.977 [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:52.977 [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:52.978 [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:52.978 [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:52.978 [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:52.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:52.978 [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:52.978 [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:52.978 [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:52.979 [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:52.979 [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:52.979 [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:52.979 [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:52.979 [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:52.980 [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:52.980 [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:52.980 [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:52.980 [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:52.980 [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:52.980 [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:52.981 [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:52.981 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:52.981 [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:52.981 [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:52.981 [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:52.981 [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:52.982 [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:52.982 [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:52.982 [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:52.982 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:52.982 [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:52.982 [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:52.982 [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:52.983 [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:52.983 [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:52.983 [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:52.983 [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:52.983 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:52.984 [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:52.984 [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:52.984 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:52.984 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:52.985 [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:52.985 [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:52.985 [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:52.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:52.985 [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:52.985 [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:52.985 [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:52.985 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:52.986 [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:52.986 [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:52.986 [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:52.986 [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:52.987 [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:52.987 [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:52.987 [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:52.994 [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:52.994 [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:52.996 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:52.996 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:52.998 [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.000 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:53.000 [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:25:53.000 [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:25:53.001 [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.003 [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.010 [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.010 [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.010 [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.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:25:53.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:25:53.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:25:53.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:25:53.014 [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.014 [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.014 [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.014 [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.014 [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.015 [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.015 [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.015 [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.016 [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.017 [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.017 [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.017 [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.017 [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.017 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:53.018 [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.018 [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.018 [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.019 [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.019 [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.019 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:53.020 [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.020 [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.020 [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.021 [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.021 [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.021 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:53.021 [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.022 [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.022 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:53.023 [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.023 [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.023 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:53.024 [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.024 [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.024 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:53.024 [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.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:25:53.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:25:53.027 [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.027 [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.028 [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:25:53.041 [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.042 [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.042 [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.042 [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.042 [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.043 [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.043 [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.044 [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:25:53.044 [main] DEBUG o.e.g.b.i.i.CollectionTest:511 - Post processing: creating test bundle 01:25:53.052 [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:25:53.052 [main] INFO o.e.g.b.i.i.CollectionTest:202 - Automatically creating Manifest for the test bundle 01:25:53.052 [main] INFO o.e.g.b.i.i.CollectionTest:366 - Using the test class for generating bundle imports 01:25:53.053 [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:25:53.054 [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:25:53.056 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class CollectionTest 01:25:53.063 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:53.063 [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:25:53.063 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest 01:25:53.065 [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:25:53.066 [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:25:53.066 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:53.067 [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:25:53.067 [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:25:53.067 [main] TRACE o.e.g.b.i.i.CollectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:53.067 [main] TRACE o.e.g.b.i.i.CollectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:53.067 [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:25:53.068 [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:25:53.068 [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:25:53.068 [main] TRACE o.e.g.b.i.i.CollectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:53.068 [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:25:53.068 [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:25:53.068 [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:25:53.068 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 01:25:53.069 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 01:25:53.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 01:25:53.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 01:25:53.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 01:25:53.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 01:25:53.070 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 01:25:53.074 [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:25:53.074 [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:25:53.076 [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:25:53.077 [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:25:53.077 [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:25:53.077 [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:25:53.077 [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:25:53.077 [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:25:53.077 [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:25:53.077 [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:25:53.077 [main] DEBUG o.e.g.b.i.i.CollectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:53.079 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:53.079 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:53.080 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:53.080 [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:25:53.080 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:53.081 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:53.081 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:53.081 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:53.082 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:53.082 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:53.082 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:53.082 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:53.083 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:53.083 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:53.083 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:53.084 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:53.084 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:53.084 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:53.085 [main] TRACE o.e.g.b.i.i.CollectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:53.085 [main] TRACE o.e.g.b.i.i.CollectionTest:364 - Writing test name [testServiceReferenceCollection] to OSGi 01:25:53.093 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceCollection] for execution inside OSGi 01:25:53.093 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceCollection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@a514af7 01:25:53.093 [main] INFO o.e.g.b.i.i.CollectionTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/importer/collection.xml 01:25:53.101 [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 [Fri Apr 26 01:25:53 UTC 2024]; root of context hierarchy 01:25:53.104 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:53.121 [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:25:53.140 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:53.140 [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:53.141 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:25:53.142 [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:53.183 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:25:53.183 [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:53.209 [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@17a7f733: defining beans [reference-list,listener]; root of factory hierarchy 01:25:53.215 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:53.215 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:53.216 [main] TRACE 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.216 [main] TRACE o.e.g.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.238 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@44821a96] 01:25:53.238 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@a3d8174] 01:25:53.256 [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:25:53.257 [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:25:53.257 [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:25:53.258 [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:25:53.258 [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:25:53.260 [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:25:53.260 [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:25:53.260 [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:25:53.261 [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:25:53.262 [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:25:53.262 [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:25:53.263 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:53.263 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:53.263 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.awt.Shape)] 01:25:53.263 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:53.263 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:65 - Calling unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@58d75e99 w/ reference null 01:25:53.264 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:25:53.264 [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:25:53.264 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:72 - Called unbind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@58d75e99 w/ reference null 01:25:53.265 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@e15b7e8] 01:25:53.267 [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 [Fri Apr 26 01:25:53 UTC 2024]; root of context hierarchy] 01:25:53.269 [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:25:53.270 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:25:53.284 [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:25:53.289 [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:25:53.289 [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:25:53.289 [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:25:53.290 [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:25:53.290 [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:25:53.295 [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:25:53.295 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:44 - Calling bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@58d75e99 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@290222c1 01:25:53.295 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@15bb5034 with props={objectClass=[Ljava.lang.String;@4b741d6d, service.id=10} 01:25:53.296 [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 364597300 w/ props {objectClass=[Ljava.lang.String;@4b741d6d, service.id=10} 01:25:53.296 [main] DEBUG o.e.g.b.s.i.s.i.u.OsgiServiceBindingUtils:51 - Called bind on org.eclipse.gemini.blueprint.config.internal.adapter.OsgiServiceLifecycleListenerAdapter@58d75e99 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@290222c1 List is [org.knopflerfish.framework.ServiceReferenceImpl@290222c1] 01:25:53.296 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:53.296 [main] TRACE o.e.g.b.i.i.CollectionTest:440 - Reading OSGi results for test [testServiceReferenceCollection] 01:25:53.297 [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: 0.764 sec - in org.eclipse.gemini.blueprint.iandt.importer.CollectionTest 01:25:53.300 [Thread-0] INFO o.e.g.b.i.i.CollectionTest:471 - Shutting down OSGi platform 01:25:53.300 [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:25:53.300 [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 [Fri Apr 26 01:25:53 UTC 2024]; root of context hierarchy 01:25:53.300 [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 [Fri Apr 26 01:25:53 UTC 2024]; root of context hierarchy] 01:25:53.300 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:53.301 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:53.301 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:53.301 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:53.301 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:53.301 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:53.301 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:53.301 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:53.302 [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:53.302 [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:53.302 [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@58d75e99 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@290222c1 01:25:53.302 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:53.303 [Thread-3] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service com.sun.proxy.$Proxy7@15bb5034 with props={objectClass=[Ljava.lang.String;@1fdd0362, service.id=10} 01:25:53.303 [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 364597300 w/ props {objectClass=[Ljava.lang.String;@1fdd0362, service.id=10} 01:25:53.303 [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@58d75e99 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@290222c1 01:25:53.303 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:53.304 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:53,846 |-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,914 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:53,916 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:53,929 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:53,951 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:53,952 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:53,956 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:53,962 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:25:53,966 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:53,966 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:53,967 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:53,967 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:53,967 |-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,967 |-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,967 |-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,967 |-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,968 |-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,968 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:53,968 |-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,968 |-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,968 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:53,968 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:53,968 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:53,968 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:53,968 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:53,969 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:53,969 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:53,969 |-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:25:54.041 [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:25:54.044 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:85 - Instantiating platform wrapper... 01:25:54.051 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6484507208735360040kf 01:25:54.051 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:215 - About to start Knopflerfish OSGi Platform 01:25:54.128 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:54.130 [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:25:54.131 [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:25:54.132 [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:25:54.132 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:54.201 [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:25:54.211 [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:25:54.215 [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:25:54.217 [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:25:54.224 [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:25:54.233 [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:25:54.235 [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:25:54.238 [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:25:54.242 [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:25:54.247 [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:25:54.258 [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:25:54.260 [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:25:54.262 [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:25:54.266 [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:25:54.267 [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:25:54.270 [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:25:54.272 [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:25:54.282 [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:25:54.287 [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:25:54.290 [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:25:54.291 [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:25:54.291 [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:25:54.291 [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:25:54.292 [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:25:54.293 [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:25:54.295 [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:25:54.296 [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:25:54.299 [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:25:54.299 [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:25:54.300 [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:25:54.302 [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:25:54.303 [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:25:54.304 [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:25:54,339 |-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:54,361 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:54,363 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:54,368 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:54,381 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:54,382 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:54,384 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:54,388 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@797e8c5b - No compression will be used 01:25:54,391 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:54,391 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:54,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:54,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:54,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:54,392 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:54,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:25:54,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:54,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:54,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:54,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:54,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:54,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:54,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:54,393 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:54,393 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:54,393 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:54,394 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:54,394 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:54,394 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52ef0dff - Registering current configuration as safe fallback point 01:25:54.401 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:54.408 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:54.493 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:54.494 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:54.496 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:54.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:54.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:54.502 [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:54.503 [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:54.506 [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:54.506 [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:54.507 [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:54.507 [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:54.508 [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:54.508 [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:54.508 [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:54.508 [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:54.509 [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:54.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:54.509 [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:54.509 [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:54.509 [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:54.509 [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:54.510 [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:54.510 [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:54.510 [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:54.510 [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:54.511 [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:54.511 [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:54.511 [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:54.511 [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:54.511 [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:54.511 [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:54.511 [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:54.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:54.512 [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:54.512 [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:54.512 [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:54.512 [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:54.512 [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:54.512 [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:54.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:25:54.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:54.513 [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:54.513 [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:54.513 [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:54.513 [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:54.514 [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:54.514 [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:54.514 [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:54.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:54.514 [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:54.514 [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:54.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:54.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:54.515 [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:54.515 [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:54.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:25:54.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:54.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:25:54.516 [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:54.516 [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:54.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:54.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:25:54.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:25:54.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:25:54.516 [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:54.517 [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:54.517 [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:54.517 [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:54.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:25:54.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:25:54.524 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:54.525 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:54.527 [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:54.528 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:54.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@777e226a w/ reference null 01:25:54.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@777e226a w/ reference null 01:25:54.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:25:54.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:54.540 [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:54.541 [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:54.541 [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:54.542 [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:54.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:25:54.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:25:54.544 [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:54.544 [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:54.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:54.545 [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:54.545 [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:54.545 [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:54.545 [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:54.546 [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:54.546 [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:54.547 [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:54.547 [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:54.547 [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:54.547 [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:54.547 [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:54.548 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:54.548 [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:54.548 [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:54.548 [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:54.549 [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:54.549 [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:54.549 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:54.550 [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:54.550 [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:54.550 [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:54.551 [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:54.551 [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:54.551 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:54.551 [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:54.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:54.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:54.553 [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:54.553 [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:54.553 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:54.553 [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:54.554 [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:54.554 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:54.554 [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:54.554 [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:54.554 [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:54.556 [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:54.556 [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:54.557 [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:25:54.561 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:54.561 [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:54.561 [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:54.561 [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:54.561 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:54.562 [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:54.562 [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:54.563 [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:25:54.564 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:511 - Post processing: creating test bundle 01:25:54.575 [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:25:54.575 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:202 - Automatically creating Manifest for the test bundle 01:25:54.576 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:366 - Using the test class for generating bundle imports 01:25:54.578 [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:25:54.578 [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:25:54.580 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest 01:25:54.589 [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:25:54.589 [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:25:54.589 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$TestBean 01:25:54.590 [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:25:54.590 [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:25:54.590 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyClass 01:25:54.591 [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:25:54.591 [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:25:54.591 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class ServiceComparatorTest$MyInterface 01:25:54.591 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:54.591 [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:25:54.592 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest 01:25:54.594 [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:25:54.594 [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:25:54.594 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:54.595 [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:25:54.596 [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:25:54.596 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:54.597 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:54.597 [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:25:54.597 [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:25:54.597 [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:25:54.598 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:54.598 [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:25:54.598 [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:25:54.598 [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:25:54.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:54.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:54.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:54.598 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:54.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:54.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:54.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:54.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:54.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:54.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:54.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ 01:25:54.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/CollectionTest.class 01:25:54.599 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/Listener.class 01:25:54.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyClass.class 01:25:54.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$MyInterface.class 01:25:54.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest$TestBean.class 01:25:54.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/ServiceComparatorTest.class 01:25:54.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/collection.xml 01:25:54.600 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/importer/importer-ordering.xml 01:25:54.605 [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:25:54.605 [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:25:54.607 [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:25:54.607 [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:25:54.608 [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:25:54.608 [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:25:54.608 [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:25:54.608 [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:25:54.608 [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:25:54.608 [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:25:54.608 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:54.610 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:54.610 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:54.611 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:54.611 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:54.611 [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:25:54.612 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:54.612 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:54.613 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:54.613 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:54.614 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:54.614 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:54.615 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:54.615 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:54.616 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:54.616 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:54.617 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:54.617 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:54.617 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:54.619 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:54.619 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testReferenceInjection] to OSGi 01:25:54.627 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceInjection] for execution inside OSGi 01:25:54.627 [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:25:54.628 [main] INFO o.e.g.b.i.i.ServiceComparatorTest:190 - Loading context for locations: 01:25:54.636 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.640 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:54.652 [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:25:54.657 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:54.657 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:54.658 [main] TRACE 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.658 [main] TRACE o.e.g.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.660 [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:25:54.660 [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:25:54.662 [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:25:54.665 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy] 01:25:54.666 [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:25:54.667 [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:54.692 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.693 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:54.699 [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:25:54.721 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:54.721 [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.722 [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.722 [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.773 [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.774 [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.802 [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:25:54.802 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:54.802 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:54.803 [main] TRACE 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.803 [main] TRACE o.e.g.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.808 [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:25:54.808 [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:25:54.821 [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:25:54.821 [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:25:54.822 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:54.823 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:54.825 [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:25:54.825 [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:25:54.828 [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:25:54.836 [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:25:54.837 [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:25:54.837 [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:25:54.838 [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:25:54.838 [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:25:54.841 [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:25:54.845 [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:25:54.850 [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:25:54.850 [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:25:54.851 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:54.853 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:54.854 [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:25:54.854 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e} 01:25:54.854 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] bound to proxy 01:25:54.855 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@236e3f4e] bound to proxy 01:25:54.856 [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:25:54.856 [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:25:54.856 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:54.856 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:54.856 [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:25:54.857 [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:25:54.857 [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:25:54.858 [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:25:54.859 [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:25:54.859 [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:25:54.860 [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:25:54.860 [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:25:54.862 [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:25:54.862 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy] 01:25:54.862 [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:25:54.862 [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.864 [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:25:54.864 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.864 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy] 01:25:54.866 [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:25:54.866 [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:25:54.867 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:54.867 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:54.867 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testReferenceInjection] 01:25:54.868 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testReferenceInjection]'s result read 01:25:54.869 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testComparableImportedObjects] to OSGi 01:25:54.869 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComparableImportedObjects] for execution inside OSGi 01:25:54.870 [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:25:54.870 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.870 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:54.871 [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:25:54.873 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:54.873 [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.873 [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.874 [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.891 [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.891 [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.899 [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:25:54.899 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:54.899 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:54.900 [main] TRACE 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.900 [main] TRACE o.e.g.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.900 [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:25:54.901 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4681c175] 01:25:54.902 [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:25:54.902 [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:25:54.902 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:54.902 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:54.902 [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:25:54.903 [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:25:54.903 [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:25:54.903 [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:25:54.904 [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:25:54.904 [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:25:54.904 [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:25:54.905 [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:25:54.906 [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:25:54.907 [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:25:54.908 [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:25:54.908 [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:25:54.908 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:54.908 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:54.909 [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:25:54.909 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@8519cb4} 01:25:54.909 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@8519cb4] bound to proxy 01:25:54.909 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@8519cb4] bound to proxy 01:25:54.910 [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:25:54.910 [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:25:54.910 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:54.911 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:54.911 [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:25:54.911 [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:25:54.911 [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:25:54.912 [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:25:54.913 [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:25:54.913 [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:25:54.914 [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:25:54.914 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy] 01:25:54.915 [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:25:54.938 [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:25:54.940 [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:25:54.940 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.940 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy] 01:25:54.941 [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:25:54.941 [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:25:54.942 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:54.942 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:54.942 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testComparableImportedObjects] 01:25:54.943 [main] DEBUG o.e.g.b.i.i.ServiceComparatorTest:447 - Test[testComparableImportedObjects]'s result read 01:25:54.943 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:364 - Writing test name [testServiceReferenceOrderingOnImportedObjects] to OSGi 01:25:54.944 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceOrderingOnImportedObjects] for execution inside OSGi 01:25:54.944 [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:25:54.944 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.945 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:25:54.945 [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:25:54.948 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:25:54.949 [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.949 [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.950 [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.964 [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.964 [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.971 [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:25:54.972 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:54.972 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:25:54.972 [main] TRACE 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.972 [main] TRACE o.e.g.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.973 [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:25:54.973 [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:25:54.974 [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:25:54.975 [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:25:54.975 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:54.975 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:54.975 [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:25:54.975 [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:25:54.976 [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:25:54.976 [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:25:54.976 [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:25:54.977 [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:25:54.980 [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:25:54.980 [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:25:54.982 [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:25:54.983 [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:25:54.985 [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:25:54.985 [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:25:54.985 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:25:54.985 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:25:54.985 [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:25:54.986 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@7e057f43} 01:25:54.986 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7e057f43] bound to proxy 01:25:54.986 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7e057f43] bound to proxy 01:25:54.987 [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:25:54.987 [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:25:54.987 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:54.988 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:54.988 [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:25:54.988 [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:25:54.988 [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:25:54.989 [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:25:54.990 [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:25:54.990 [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:25:54.991 [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:25:54.991 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy] 01:25:54.992 [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:25:54.992 [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.993 [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:25:54.993 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.993 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy] 01:25:54.994 [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:25:54.994 [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:25:54.994 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:25:54.994 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:54.994 [main] TRACE o.e.g.b.i.i.ServiceComparatorTest:440 - Reading OSGi results for test [testServiceReferenceOrderingOnImportedObjects] 01:25:54.995 [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: 0.958 sec - in org.eclipse.gemini.blueprint.iandt.importer.ServiceComparatorTest 01:25:54.997 [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:25:54.998 [Thread-0] INFO o.e.g.b.i.i.ServiceComparatorTest:471 - Shutting down OSGi platform 01:25:54.998 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy 01:25:54.998 [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 [Fri Apr 26 01:25:54 UTC 2024]; root of context hierarchy] 01:25:54.998 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:54.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:54.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:54.998 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:54.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:54.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:54.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:54.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:54.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:55.000 [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.000 [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.000 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:55.000 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:55,568 |-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:55,653 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:55,655 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:55,668 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:55,690 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:55,692 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:55,695 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:55,701 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:25:55,705 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:55,705 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:55,707 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:55,707 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:55,707 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:55,707 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:55,707 |-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:55,707 |-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:55,707 |-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:55,707 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:55,707 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:55,707 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:55,708 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:55,708 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:55,708 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:55,708 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:55,708 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:55,708 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:55,709 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:55,709 |-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:25:55.801 [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:25:55.804 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:85 - Instantiating platform wrapper... 01:25:55.811 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3877294953597541242kf 01:25:55.811 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:215 - About to start Knopflerfish OSGi Platform 01:25:55.878 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:55.881 [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:25:55.881 [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:25:55.882 [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:25:55.883 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:55.946 [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:25:55.957 [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:25:55.960 [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:25:55.962 [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:25:55.967 [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:25:55.973 [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:25:55.974 [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:25:55.977 [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:25:55.980 [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:25:55.984 [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:25:55.996 [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:25:55.998 [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:25:56.000 [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:25:56.005 [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:25:56.006 [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:25:56.008 [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:25:56.010 [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:25:56.039 [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:25:56.044 [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:25:56.047 [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:25:56.048 [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:25:56.048 [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:25:56.049 [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:25:56.049 [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:25:56.051 [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:25:56.053 [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:25:56.053 [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:25:56.057 [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:25:56.057 [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:25:56.057 [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:25:56.059 [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:25:56.060 [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:25:56.061 [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:25:56,078 |-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,100 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:56,101 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:56,107 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:56,120 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:56,122 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:56,123 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:56,127 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@797e8c5b - No compression will be used 01:25:56,130 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:56,130 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:56,131 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:56,131 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:56,132 |-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,132 |-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,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:25:56,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:25:56,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:25:56,132 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:56,132 |-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,132 |-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,132 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:56,132 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:56,132 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:56,133 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:56,133 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:56,133 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:56,133 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:56,134 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52ef0dff - Registering current configuration as safe fallback point 01:25:56.141 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:56.147 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:56.238 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:56.239 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:56.241 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:56.243 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:56.246 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:56.247 [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:56.248 [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:56.251 [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:56.251 [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:56.252 [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:56.252 [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:56.253 [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:56.253 [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:56.253 [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:56.253 [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:56.254 [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:56.254 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:56.254 [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:56.254 [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:56.254 [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:56.254 [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:56.255 [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:56.255 [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:56.255 [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:56.255 [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:56.256 [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:56.256 [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:56.256 [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:56.256 [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:56.256 [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:56.256 [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:56.256 [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:56.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:56.257 [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:56.257 [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:56.257 [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:56.257 [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:56.257 [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:56.258 [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:56.258 [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:56.258 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:56.258 [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:56.258 [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:56.258 [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:56.258 [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:56.259 [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:56.259 [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:56.259 [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:56.259 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:56.259 [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:56.259 [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:56.259 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:56.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:56.260 [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:56.260 [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:56.260 [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:56.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:56.261 [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:56.261 [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:56.261 [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:56.261 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:56.261 [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:56.261 [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:56.261 [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:56.261 [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:56.262 [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:56.262 [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:56.263 [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:56.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:25:56.268 [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:56.270 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:56.270 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:56.272 [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:56.273 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:56.274 [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:25:56.274 [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:25:56.274 [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:56.277 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:56.283 [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:56.283 [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:56.283 [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:56.285 [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:56.285 [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:56.285 [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:56.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:25:56.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:25:56.287 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:56.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:25:56.287 [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:56.287 [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:56.288 [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:56.288 [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:56.288 [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:56.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:25:56.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:25:56.289 [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:56.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:25:56.290 [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:56.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:56.290 [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:56.291 [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:56.291 [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:56.291 [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:56.291 [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:56.292 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:56.292 [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:56.292 [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:56.292 [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:56.293 [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:56.293 [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:56.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:56.294 [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:56.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:56.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:56.295 [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:56.295 [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:56.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:56.296 [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:56.296 [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:56.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:56.296 [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:56.296 [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:56.297 [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:56.299 [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:56.299 [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:56.300 [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:25:56.303 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:56.304 [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:56.304 [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:56.304 [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:56.304 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:56.305 [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:56.305 [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:56.306 [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:25:56.306 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:511 - Post processing: creating test bundle 01:25:56.315 [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:25:56.315 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:202 - Automatically creating Manifest for the test bundle 01:25:56.316 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:366 - Using the test class for generating bundle imports 01:25:56.317 [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:25:56.317 [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:25:56.319 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class InvalidLocationsTest 01:25:56.327 [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:25:56.327 [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:25:56.327 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIoTest 01:25:56.329 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:56.329 [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:25:56.329 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest 01:25:56.330 [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:25:56.330 [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:25:56.331 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:25:56.331 [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:25:56.331 [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:25:56.332 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:25:56.338 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:25:56.338 [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:25:56.338 [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:25:56.338 [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:25:56.339 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:25:56.339 [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:25:56.339 [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:25:56.339 [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:25:56.339 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:56.339 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:56.339 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:56.339 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:56.339 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:25:56.340 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:25:56.341 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:25:56.347 [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:25:56.347 [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:25:56.349 [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:25:56.349 [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:25:56.349 [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:25:56.349 [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:25:56.349 [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:25:56.350 [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:25:56.350 [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:25:56.350 [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:25:56.350 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:56.351 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:56.352 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:56.352 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:56.353 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:56.353 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:56.353 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:56.353 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:56.354 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:56.354 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:56.354 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:56.355 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:56.355 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:56.355 [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:25:56.355 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:56.356 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:56.356 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:56.356 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:56.356 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:56.357 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:56.357 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultClassLoader] to OSGi 01:25:56.365 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultClassLoader] for execution inside OSGi 01:25:56.365 [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:25:56.366 [main] INFO o.e.g.b.i.i.InvalidLocationsTest:190 - Loading context for locations: 01:25:56.373 [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 [Fri Apr 26 01:25:56 UTC 2024]; root of context hierarchy 01:25:56.377 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:56.388 [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:25:56.394 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:56.394 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:56.395 [main] TRACE 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:56.395 [main] TRACE o.e.g.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:56.397 [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:25:56.397 [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:25:56.399 [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:25:56.400 [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 [Fri Apr 26 01:25:56 UTC 2024]; root of context hierarchy] 01:25:56.402 [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:25:56.403 [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:56.424 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.424 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultClassLoader] 01:25:56.425 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultClassLoader]'s result read 01:25:56.425 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testPatternResourceLoader] to OSGi 01:25:56.426 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testPatternResourceLoader] for execution inside OSGi 01:25:56.426 [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:25:56.427 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.427 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testPatternResourceLoader] 01:25:56.427 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testPatternResourceLoader]'s result read 01:25:56.427 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testDefaultPatternResourceLoader] to OSGi 01:25:56.427 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDefaultPatternResourceLoader] for execution inside OSGi 01:25:56.427 [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:25:56.428 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.428 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testDefaultPatternResourceLoader] 01:25:56.428 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testDefaultPatternResourceLoader]'s result read 01:25:56.428 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:364 - Writing test name [testOsgiResourceLoader] to OSGi 01:25:56.429 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiResourceLoader] for execution inside OSGi 01:25:56.429 [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:25:56.429 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:56.429 [main] TRACE o.e.g.b.i.i.InvalidLocationsTest:440 - Reading OSGi results for test [testOsgiResourceLoader] 01:25:56.429 [main] DEBUG o.e.g.b.i.i.InvalidLocationsTest:447 - Test[testOsgiResourceLoader]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.632 sec - in org.eclipse.gemini.blueprint.iandt.io.InvalidLocationsTest 01:25:56.431 [Thread-0] INFO o.e.g.b.i.i.InvalidLocationsTest:471 - Shutting down OSGi platform 01:25:56.432 [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:25:56.432 [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 [Fri Apr 26 01:25:56 UTC 2024]; root of context hierarchy 01:25:56.432 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:56.432 [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 [Fri Apr 26 01:25:56 UTC 2024]; root of context hierarchy] 01:25:56.432 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:56.432 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:56.433 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:56.433 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:56.433 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:56.433 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:56.433 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:56.433 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:56.434 [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:56.434 [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:56.434 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:56.435 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:56,966 |-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,053 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:57,055 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:57,069 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:57,092 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:57,093 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:57,097 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:57,103 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:25:57,107 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:57,107 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:57,108 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:57,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:57,109 |-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,109 |-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,109 |-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,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:57,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:57,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:57,109 |-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,109 |-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,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:57,109 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:57,110 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:57,110 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:57,110 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:57,110 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:57,110 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:57,111 |-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:25:57.192 [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:25:57.196 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:85 - Instantiating platform wrapper... 01:25:57.203 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5553558531998126725kf 01:25:57.203 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:215 - About to start Knopflerfish OSGi Platform 01:25:57.269 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:57.271 [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:25:57.272 [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:25:57.273 [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:25:57.273 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:57.342 [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:25:57.352 [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:25:57.355 [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:25:57.357 [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:25:57.362 [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:25:57.368 [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:25:57.369 [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:25:57.372 [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:25:57.375 [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:25:57.384 [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:25:57.390 [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:25:57.391 [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:25:57.394 [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:25:57.398 [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:25:57.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:25:57.402 [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:25:57.404 [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:25:57.405 [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:25:57.407 [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:25:57.438 [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:25:57.443 [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:25:57.446 [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:25:57.447 [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:25:57.447 [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:25:57.447 [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:25:57.448 [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:25:57.449 [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:25:57.451 [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:25:57.452 [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:25:57.455 [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:25:57.455 [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:25:57.456 [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:25:57.458 [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:25:57.459 [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:25:57.460 [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:25:57,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:25:57,500 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:57,501 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:57,507 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:57,521 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:57,522 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:57,524 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:57,528 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1a08b62a - No compression will be used 01:25:57,531 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:57,531 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:57,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:57,532 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:57,533 |-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,533 |-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,533 |-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,533 |-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,533 |-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,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:57,533 |-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,533 |-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,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:57,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:57,533 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:57,533 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:57,534 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:57,534 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:57,534 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:57,535 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@17e3b1a - Registering current configuration as safe fallback point 01:25:57.543 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:57.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-202404260124] 01:25:57.640 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:57.644 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:57.647 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:57.649 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:57.652 [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.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:25:57.654 [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.654 [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.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:25:57.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:25:57.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:25:57.655 [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.655 [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.656 [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.656 [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.656 [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.656 [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.656 [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.656 [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.656 [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.657 [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.657 [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.657 [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.657 [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.657 [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.658 [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.658 [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.658 [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.658 [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.659 [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.659 [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.659 [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.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:57.659 [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.659 [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.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=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:25:57.660 [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.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.660 [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.661 [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.661 [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.661 [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.661 [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.661 [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.661 [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.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:57.662 [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.662 [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.662 [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.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:57.663 [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.663 [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.663 [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.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:57.663 [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.663 [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.663 [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.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:57.663 [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.663 [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.664 [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.664 [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.665 [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.665 [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.665 [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.671 [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.671 [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.672 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:57.673 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:57.675 [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.676 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:57.677 [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@6c025ae2 w/ reference null 01:25:57.677 [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@6c025ae2 w/ reference null 01:25:57.677 [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.680 [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.686 [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.686 [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.687 [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.688 [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.688 [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.689 [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.690 [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.690 [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.690 [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.690 [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.690 [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.690 [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.691 [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.691 [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.691 [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.692 [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.693 [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.693 [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.693 [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.693 [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.693 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:57.694 [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.694 [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.694 [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.695 [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.695 [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.695 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:57.696 [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.696 [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.696 [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.697 [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.697 [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.697 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:57.697 [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.697 [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.697 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:57.699 [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.699 [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.699 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:57.699 [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.699 [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.700 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:57.700 [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.700 [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.700 [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.702 [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.702 [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.703 [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:25:57.707 [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.707 [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.707 [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.707 [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.707 [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.708 [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.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:25:57.708 [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:25:57.709 [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:25:57.710 [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:25:57.710 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:511 - Post processing: creating test bundle 01:25:57.710 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 01:25:57.720 [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:25:57.720 [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:25:57.720 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:57.720 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:25:57.721 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:25:57.722 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:25:57.723 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:25:57.723 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:25:57.723 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:25:57.723 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:25:57.729 [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:25:57.729 [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:25:57.739 [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:25:57.739 [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:25:57.740 [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:25:57.740 [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:25:57.740 [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:25:57.740 [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:25:57.740 [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:25:57.740 [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:25:57.741 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:57.742 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:57.742 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:57.743 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:57.743 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:57.744 [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:25:57.744 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:57.744 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:57.744 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:57.745 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:57.745 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:57.745 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:57.745 [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:25:57.746 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:57.746 [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:25:57.746 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:57.746 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:57.747 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:57.747 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:57.747 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:57.747 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:57.748 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:57.748 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testMetaInfFolder] to OSGi 01:25:57.757 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMetaInfFolder] for execution inside OSGi 01:25:57.757 [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:25:57.757 [main] INFO o.e.g.b.iandt.io.ClassSpaceTest:190 - Loading context for locations: 01:25:57.765 [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 [Fri Apr 26 01:25:57 UTC 2024]; root of context hierarchy 01:25:57.769 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:57.781 [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:25:57.787 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:57.787 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:57.788 [main] TRACE 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:57.788 [main] TRACE o.e.g.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:57.790 [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:25:57.791 [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:25:57.792 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f4a47c7] 01:25:57.794 [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 [Fri Apr 26 01:25:57 UTC 2024]; root of context hierarchy] 01:25:57.796 [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:25:57.797 [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:57.819 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:57.820 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testMetaInfFolder] 01:25:57.821 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testMetaInfFolder]'s result read 01:25:57.821 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testClass] to OSGi 01:25:57.822 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClass] for execution inside OSGi 01:25:57.822 [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:25:57.822 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:57.823 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testClass] 01:25:57.823 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testClass]'s result read 01:25:57.823 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:364 - Writing test name [testFolder] to OSGi 01:25:57.823 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFolder] for execution inside OSGi 01:25:57.823 [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:25:57.824 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:57.824 [main] TRACE o.e.g.b.iandt.io.ClassSpaceTest:440 - Reading OSGi results for test [testFolder] 01:25:57.824 [main] DEBUG o.e.g.b.iandt.io.ClassSpaceTest:447 - Test[testFolder]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceTest 01:25:57.826 [Thread-0] INFO o.e.g.b.iandt.io.ClassSpaceTest:471 - Shutting down OSGi platform 01:25:57.827 [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:25:57.827 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:57.827 [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 [Fri Apr 26 01:25:57 UTC 2024]; root of context hierarchy 01:25:57.827 [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 [Fri Apr 26 01:25:57 UTC 2024]; root of context hierarchy] 01:25:57.827 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:57.828 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:57.828 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:57.828 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:57.828 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:57.828 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:57.828 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:57.829 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:57.829 [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:57.829 [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:57.830 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:57.830 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:58,367 |-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:58,451 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:58,453 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:58,466 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:58,489 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:58,491 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:58,494 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:58,500 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:25:58,504 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:58,504 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:58,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:58,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:58,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:58,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:58,506 |-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:58,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:25:58,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:25:58,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:58,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:58,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:58,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:58,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:58,506 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:58,507 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:58,507 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:58,507 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:58,507 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:58,508 |-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:25:58.596 [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:25:58.599 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:85 - Instantiating platform wrapper... 01:25:58.606 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6534897797974743245kf 01:25:58.606 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:215 - About to start Knopflerfish OSGi Platform 01:25:58.671 [main] INFO o.e.g.b.iandt.io.BundleJarTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:58.673 [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:25:58.674 [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:25:58.675 [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:25:58.675 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:58.742 [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:25:58.752 [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:25:58.755 [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:25:58.756 [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:25:58.761 [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:25:58.768 [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:25:58.769 [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:25:58.771 [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:25:58.774 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-core/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-core-5.0.4.RELEASE_1.jar] 01:25:58.784 [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:25:58.789 [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:25:58.791 [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:25:58.793 [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:25:58.798 [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:25:58.799 [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:25:58.801 [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:25:58.803 [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:25:58.805 [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:25:58.807 [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:25:58.839 [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:25:58.843 [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:25:58.846 [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:25:58.847 [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:25:58.848 [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:25:58.848 [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:25:58.848 [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:25:58.850 [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:25:58.852 [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:25:58.852 [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:25:58.855 [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:25:58.856 [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:25:58.856 [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:25:58.858 [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:25:58.859 [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:25:58.861 [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:25:58,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:25:58,899 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:58,900 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:58,906 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:58,919 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:58,920 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:58,922 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:58,926 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2d22c42 - No compression will be used 01:25:58,929 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:58,929 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:58,930 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:58,930 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:58,930 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:58,930 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:58,930 |-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:58,930 |-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:58,930 |-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:58,930 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:58,931 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:58,931 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:58,931 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:58,931 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:58,931 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:58,931 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:58,931 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:58,931 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:58,931 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:58,932 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@f68c68d - Registering current configuration as safe fallback point 01:25:58.942 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:25:58.948 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:59.033 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:59.036 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:25:59.039 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:25:59.041 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:25:59.044 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:59.045 [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:59.046 [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:59.046 [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:59.046 [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:59.047 [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:59.047 [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:59.047 [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:59.047 [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:59.048 [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:59.048 [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:59.048 [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:59.048 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:59.048 [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:59.048 [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:59.049 [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:59.049 [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:59.049 [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:59.049 [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:59.049 [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:59.049 [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:59.050 [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:59.050 [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:59.050 [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:59.050 [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:59.050 [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:59.051 [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:59.051 [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:59.051 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:59.051 [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:59.051 [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:59.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:25:59.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:25:59.052 [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:59.052 [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:59.052 [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:59.052 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:59.053 [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:59.053 [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:59.053 [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:59.053 [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:59.053 [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:59.053 [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:59.053 [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:59.054 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:59.054 [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:59.054 [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:59.054 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:59.054 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:59.055 [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:59.055 [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:59.055 [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:59.055 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:59.055 [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:59.055 [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:59.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:25:59.055 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:59.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:25:59.056 [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:59.056 [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:59.056 [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:59.057 [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:59.057 [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:59.057 [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:59.062 [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:59.063 [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:59.064 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:25:59.064 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:25:59.066 [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:59.068 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:25:59.068 [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@34ce58a0 w/ reference null 01:25:59.068 [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@34ce58a0 w/ reference null 01:25:59.069 [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:59.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:25:59.078 [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:59.078 [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:59.078 [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:59.080 [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:59.080 [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:59.080 [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:59.081 [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:59.081 [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:59.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:25:59.082 [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:59.082 [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:59.082 [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:59.083 [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:59.083 [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:59.083 [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:59.084 [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:59.084 [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:59.084 [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:59.085 [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:59.085 [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:59.085 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:25:59.085 [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:59.085 [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:59.086 [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:59.086 [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:59.086 [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:59.086 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:25:59.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:25:59.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:25:59.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:25:59.088 [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:59.088 [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:59.088 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:25:59.089 [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:59.089 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:25:59.089 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:25:59.090 [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:59.090 [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:59.090 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:25:59.091 [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:59.091 [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:59.091 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:25:59.091 [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:59.091 [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:59.091 [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:59.093 [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:59.094 [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:59.094 [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:25:59.098 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:59.099 [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:59.099 [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:59.099 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:25:59.099 [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:59.099 [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:59.099 [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:59.099 [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:25:59.100 [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:25:59.101 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:25:59.101 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:511 - Post processing: creating test bundle 01:25:59.101 [main] INFO o.e.g.b.iandt.io.BundleJarTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 01:25:59.111 [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:25:59.111 [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:25:59.111 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:25:59.111 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:25:59.111 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:25:59.111 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:25:59.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:25:59.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:25:59.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:25:59.119 [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:25:59.119 [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:25:59.123 [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:25:59.123 [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:25:59.123 [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:25:59.124 [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:25:59.124 [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:25:59.124 [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:25:59.124 [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:25:59.124 [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:25:59.124 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:25:59.125 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:25:59.126 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:25:59.126 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:25:59.127 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:25:59.127 [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:25:59.127 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:25:59.127 [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:25:59.128 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:25:59.128 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:25:59.128 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:25:59.129 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:25:59.129 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:25:59.129 [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:25:59.129 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:25:59.130 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:25:59.130 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:25:59.130 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:25:59.131 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:25:59.131 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:25:59.131 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:25:59.138 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:25:59.139 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnlyWithFolderLevelWildcard] to OSGi 01:25:59.147 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnlyWithFolderLevelWildcard] for execution inside OSGi 01:25:59.147 [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:25:59.147 [main] INFO o.e.g.b.iandt.io.BundleJarTest:190 - Loading context for locations: 01:25:59.155 [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 [Fri Apr 26 01:25:59 UTC 2024]; root of context hierarchy 01:25:59.159 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:25:59.171 [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:25:59.176 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:25:59.176 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:25:59.177 [main] TRACE 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:59.177 [main] TRACE o.e.g.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:59.179 [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:25:59.180 [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:25:59.181 [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:25:59.183 [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 [Fri Apr 26 01:25:59 UTC 2024]; root of context hierarchy] 01:25:59.184 [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:25:59.185 [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:59.208 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:59.208 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnlyWithFolderLevelWildcard] 01:25:59.209 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnlyWithFolderLevelWildcard]'s result read 01:25:59.209 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourcesFromWildCardWithAndWithoutLeadingSlash] to OSGi 01:25:59.210 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourcesFromWildCardWithAndWithoutLeadingSlash] for execution inside OSGi 01:25:59.210 [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:25:59.212 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:59.212 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourcesFromWildCardWithAndWithoutLeadingSlash] 01:25:59.212 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourcesFromWildCardWithAndWithoutLeadingSlash]'s result read 01:25:59.213 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromJarOnly] to OSGi 01:25:59.213 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromJarOnly] for execution inside OSGi 01:25:59.213 [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:25:59.214 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:59.214 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromJarOnly] 01:25:59.214 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromJarOnly]'s result read 01:25:59.214 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] to OSGi 01:25:59.214 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] for execution inside OSGi 01:25:59.215 [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:25:59.215 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:59.215 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFolderLevelFromFragmentsIgnored] 01:25:59.216 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFolderLevelFromFragmentsIgnored]'s result read 01:25:59.216 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testLastModifiedWhileUsingJustTheOSGiAPI] to OSGi 01:25:59.216 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLastModifiedWhileUsingJustTheOSGiAPI] for execution inside OSGi 01:25:59.216 [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:25:59.217 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:59.217 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testLastModifiedWhileUsingJustTheOSGiAPI] 01:25:59.217 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testLastModifiedWhileUsingJustTheOSGiAPI]'s result read 01:25:59.217 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] to OSGi 01:25:59.217 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] for execution inside OSGi 01:25:59.217 [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:25:59.218 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:59.218 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceWithWildcardAtFileLevelFromFragmentsIgnored] 01:25:59.218 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceWithWildcardAtFileLevelFromFragmentsIgnored]'s result read 01:25:59.218 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:364 - Writing test name [testResourceFromFragmentsIgnored] to OSGi 01:25:59.219 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceFromFragmentsIgnored] for execution inside OSGi 01:25:59.219 [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:25:59.219 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:25:59.219 [main] TRACE o.e.g.b.iandt.io.BundleJarTest:440 - Reading OSGi results for test [testResourceFromFragmentsIgnored] 01:25:59.219 [main] DEBUG o.e.g.b.iandt.io.BundleJarTest:447 - Test[testResourceFromFragmentsIgnored]'s result read Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleJarTest 01:25:59.222 [Thread-0] INFO o.e.g.b.iandt.io.BundleJarTest:471 - Shutting down OSGi platform 01:25:59.222 [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:25:59.222 [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 [Fri Apr 26 01:25:59 UTC 2024]; root of context hierarchy 01:25:59.222 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:59.222 [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 [Fri Apr 26 01:25:59 UTC 2024]; root of context hierarchy] 01:25:59.223 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:59.223 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:59.223 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:59.223 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:25:59.223 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:25:59.223 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:25:59.223 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:25:59.224 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:25:59.224 [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.224 [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.225 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:25:59.225 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:25:59,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:25:59,600 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:25:59,602 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:25:59,615 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:59,649 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:25:59,651 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:25:59,654 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:25:59,660 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:25:59,664 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:25:59,664 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:25:59,665 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:25:59,665 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:25:59,665 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:25:59,666 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:25:59,666 |-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:59,666 |-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:59,666 |-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:59,666 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:25:59,666 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:25:59,666 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:25:59,666 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:25:59,666 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:25:59,666 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:25:59,666 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:25:59,666 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:25:59,667 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:25:59,667 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:25:59,668 |-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:25:59.747 [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:25:59.751 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:25:59.758 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8151616443284938711kf 01:25:59.759 [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:25:59.759 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:25:59.759 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3635514173998594462kf 01:25:59.759 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:215 - About to start Knopflerfish OSGi Platform 01:25:59.825 [main] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:25:59.827 [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:25:59.828 [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:25:59.829 [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:25:59.830 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:25:59.898 [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:25:59.908 [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:25:59.912 [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:25:59.913 [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:25:59.918 [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:25:59.924 [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:25:59.925 [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:25:59.928 [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:25:59.938 [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:25:59.948 [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:25:59.953 [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:25:59.954 [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:25:59.957 [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:25:59.961 [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:25:59.962 [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:25:59.965 [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:25:59.967 [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:25:59.968 [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:25:59.970 [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:25:59.979 [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:25:59.983 [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:25:59.986 [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:25:59.987 [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:25:59.988 [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:25:59.988 [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:25:59.988 [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:25:59.990 [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:25:59.992 [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:25:59.992 [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:25:59.995 [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:25:59.996 [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:25:59.996 [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:25:59.998 [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:25:59.999 [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:00.000 [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:00,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:26:00,053 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:00,054 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:00,060 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:00,073 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:00,074 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:00,076 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:00,080 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@61754197 - No compression will be used 01:26:00,083 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:00,083 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:00,084 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:00,084 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:00,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:00,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:00,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:00,085 |-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,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:00,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:00,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:00,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:00,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:00,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:00,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:00,085 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:00,085 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:00,086 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:00,086 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:00,086 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@bdd9870 - Registering current configuration as safe fallback point 01:26:00.094 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:00.100 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:00.185 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:00.185 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:00.188 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:00.190 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:00.193 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:00.194 [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:00.194 [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:00.194 [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:00.194 [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:00.195 [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:00.195 [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:00.195 [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:00.196 [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:00.196 [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:00.196 [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:00.196 [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:00.197 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:00.197 [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:00.197 [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:00.197 [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:00.197 [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:00.198 [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:00.198 [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:00.198 [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:00.198 [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:00.199 [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:00.199 [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:00.199 [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:00.199 [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:00.199 [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:00.199 [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:00.199 [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:00.199 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:00.200 [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:00.200 [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:00.200 [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:00.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:00.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:00.200 [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:00.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:00.201 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:00.201 [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:00.201 [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:00.201 [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:00.201 [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:00.202 [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:00.202 [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:00.202 [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:00.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:00.202 [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:00.202 [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:00.202 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:00.203 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:00.203 [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:00.203 [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:00.203 [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:00.203 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:00.203 [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:00.204 [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:00.204 [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:00.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:00.204 [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:00.204 [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:00.204 [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:00.204 [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:00.205 [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:00.205 [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:00.205 [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:00.211 [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:00.211 [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:00.213 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:00.213 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:00.215 [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:00.216 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:00.217 [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@7f4cd456 w/ reference null 01:26:00.217 [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@7f4cd456 w/ reference null 01:26:00.217 [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:00.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:00.226 [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:00.226 [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:00.226 [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:00.228 [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:00.228 [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:00.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:26:00.229 [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:00.229 [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:00.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:00.230 [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:00.230 [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:00.230 [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:00.231 [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:00.238 [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:00.238 [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:00.239 [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:00.240 [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:00.240 [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:00.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:26:00.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:26:00.240 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:00.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:26:00.241 [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:00.241 [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:00.242 [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:00.242 [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:00.242 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:00.243 [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:00.243 [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:00.243 [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:00.244 [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:00.244 [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:00.244 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:00.244 [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:00.245 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:00.245 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:00.246 [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:00.246 [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:00.246 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:00.247 [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:00.247 [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:00.247 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:00.247 [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:00.251 [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:00.251 [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:00.253 [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:00.253 [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:00.254 [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:00.258 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:00.258 [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:00.258 [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:00.258 [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:00.259 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:00.259 [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:00.259 [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:00.260 [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:00.260 [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:00.261 [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:00.261 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:511 - Post processing: creating test bundle 01:26:00.261 [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:00.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.io] 01:26:00.271 [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:00.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:00.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:00.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:00.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:00.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:00.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:00.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:00.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:00.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:26:00.272 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:26:00.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:00.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:26:00.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:26:00.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:26:00.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:26:00.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:26:00.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:26:00.273 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:26:00.278 [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:00.279 [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:00.282 [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:00.282 [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:00.283 [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:00.283 [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:00.283 [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:00.283 [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:00.283 [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:00.283 [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:00.284 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:00.285 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:00.285 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:00.286 [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:00.286 [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:00.287 [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:00.287 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:00.287 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:00.287 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:00.288 [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:00.288 [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:00.288 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:00.288 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:00.289 [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:00.289 [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:00.289 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:00.290 [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:00.290 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:00.290 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:00.290 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:00.290 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:00.291 [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:00.292 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWildcardAtFolderLevel] to OSGi 01:26:00.300 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWildcardAtFolderLevel] for execution inside OSGi 01:26:00.300 [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:00.300 [main] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:190 - Loading context for locations: 01:26:00.308 [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 [Fri Apr 26 01:26:00 UTC 2024]; root of context hierarchy 01:26:00.311 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:00.323 [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:00.328 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:00.328 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:00.329 [main] TRACE 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:00.329 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:00.331 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@55b0dcab] 01:26:00.332 [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:00.333 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f4a47c7] 01:26:00.335 [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 [Fri Apr 26 01:26:00 UTC 2024]; root of context hierarchy] 01:26:00.336 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=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:00.337 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:00.365 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:00.366 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWildcardAtFolderLevel] 01:26:00.367 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWildcardAtFolderLevel]'s result read 01:26:00.367 [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:00.367 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:00.368 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi971845038240151877kf 01:26:00.368 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfFolders] to OSGi 01:26:00.369 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfFolders] for execution inside OSGi 01:26:00.369 [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:01.049 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:01.050 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfFolders] 01:26:01.050 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfFolders]'s result read 01:26:01.050 [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:01.050 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:01.051 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1563572765151767244kf 01:26:01.051 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWildcard] to OSGi 01:26:01.051 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWildcard] for execution inside OSGi 01:26:01.052 [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:01.328 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:01.328 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWildcard] 01:26:01.329 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWildcard]'s result read 01:26:01.329 [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:01.329 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:01.330 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3406167987412806083kf 01:26:01.330 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testBundleClassPath] to OSGi 01:26:01.330 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBundleClassPath] for execution inside OSGi 01:26:01.330 [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:01.338 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:01.338 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testBundleClassPath] 01:26:01.338 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testBundleClassPath]'s result read 01:26:01.338 [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:01.339 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:01.339 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi451598583436140097kf 01:26:01.339 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testClassPathRootWildcard] to OSGi 01:26:01.339 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathRootWildcard] for execution inside OSGi 01:26:01.340 [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:01.549 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:01.549 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testClassPathRootWildcard] 01:26:01.549 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testClassPathRootWildcard]'s result read 01:26:01.550 [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:01.550 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:01.550 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi992733857255867198kf 01:26:01.551 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtFolderLevel] to OSGi 01:26:01.551 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtFolderLevel] for execution inside OSGi 01:26:01.551 [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:01.553 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:01.553 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtFolderLevel] 01:26:01.553 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtFolderLevel]'s result read 01:26:01.554 [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:01.554 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:01.554 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8374159524205406103kf 01:26:01.554 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testWildcardAtRootFileLevel] to OSGi 01:26:01.555 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testWildcardAtRootFileLevel] for execution inside OSGi 01:26:01.555 [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:01.556 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:01.556 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testWildcardAtRootFileLevel] 01:26:01.556 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testWildcardAtRootFileLevel]'s result read 01:26:01.557 [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:01.557 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:01.557 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5792448498335202920kf 01:26:01.557 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathRootWithWildcard] to OSGi 01:26:01.558 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathRootWithWildcard] for execution inside OSGi 01:26:01.558 [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:01.750 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:01.750 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathRootWithWildcard] 01:26:01.750 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathRootWithWildcard]'s result read 01:26:01.750 [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:01.750 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:01.751 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4688933870658869531kf 01:26:01.751 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingALotOfClasses] to OSGi 01:26:01.751 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingALotOfClasses] for execution inside OSGi 01:26:01.751 [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:26:02.039 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:02.040 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingALotOfClasses] 01:26:02.040 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingALotOfClasses]'s result read 01:26:02.040 [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:02.040 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:02.041 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2122477371222163772kf 01:26:02.041 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testSingleClassWithWildcardAtFileLevel] to OSGi 01:26:02.042 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSingleClassWithWildcardAtFileLevel] for execution inside OSGi 01:26:02.042 [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:26:02.044 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:02.044 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testSingleClassWithWildcardAtFileLevel] 01:26:02.045 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testSingleClassWithWildcardAtFileLevel]'s result read 01:26:02.045 [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:02.045 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:02.045 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3448557246775739803kf 01:26:02.045 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWOWildcardAtFolderLevel] to OSGi 01:26:02.046 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWOWildcardAtFolderLevel] for execution inside OSGi 01:26:02.046 [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:26:02.047 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:02.047 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWOWildcardAtFolderLevel] 01:26:02.047 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWOWildcardAtFolderLevel]'s result read 01:26:02.047 [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:02.047 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:02.048 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5657783523705105515kf 01:26:02.048 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingAHugeSetOfResources] to OSGi 01:26:02.048 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingAHugeSetOfResources] for execution inside OSGi 01:26:02.048 [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:26:02.256 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:02.256 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingAHugeSetOfResources] 01:26:02.256 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingAHugeSetOfResources]'s result read 01:26:02.256 [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:02.256 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:02.257 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi333577751713321556kf 01:26:02.257 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testMatchingABulkOfResources] to OSGi 01:26:02.257 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testMatchingABulkOfResources] for execution inside OSGi 01:26:02.257 [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:26:02.672 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:02.672 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testMatchingABulkOfResources] 01:26:02.672 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testMatchingABulkOfResources]'s result read 01:26:02.672 [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:02.672 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:02.673 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1542190872509568936kf 01:26:02.673 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWildcardAtFileLevel] to OSGi 01:26:02.673 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWildcardAtFileLevel] for execution inside OSGi 01:26:02.673 [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:26:02.675 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:02.675 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWildcardAtFileLevel] 01:26:02.675 [main] DEBUG o.e.g.b.i.i.ClassSpaceWildcardTest:447 - Test[testAllClassPathWithWildcardAtFileLevel]'s result read 01:26:02.676 [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:02.676 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:85 - Instantiating platform wrapper... 01:26:02.676 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4129108567336945970kf 01:26:02.677 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:364 - Writing test name [testAllClassPathWithWithWildcardAtFileLevel] to OSGi 01:26:02.677 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathWithWithWildcardAtFileLevel] for execution inside OSGi 01:26:02.677 [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:26:02.678 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:02.678 [main] TRACE o.e.g.b.i.i.ClassSpaceWildcardTest:440 - Reading OSGi results for test [testAllClassPathWithWithWildcardAtFileLevel] 01:26:02.679 [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: 2.934 sec - in org.eclipse.gemini.blueprint.iandt.io.ClassSpaceWildcardTest 01:26:02.681 [Thread-0] INFO o.e.g.b.i.i.ClassSpaceWildcardTest:471 - Shutting down OSGi platform 01:26:02.682 [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:02.682 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:02.682 [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 [Fri Apr 26 01:26:00 UTC 2024]; root of context hierarchy 01:26:02.682 [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 [Fri Apr 26 01:26:00 UTC 2024]; root of context hierarchy] 01:26:02.682 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:02.683 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:02.683 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:02.683 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:02.683 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:02.683 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:02.683 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:02.684 [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:02.684 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:02.684 [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.685 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:02.685 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:03,251 |-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,321 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:03,339 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:03,352 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:03,374 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:03,375 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:03,379 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:03,385 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used 01:26:03,389 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:03,389 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:03,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:03,390 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:03,390 |-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,391 |-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,391 |-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,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:03,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:03,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:03,391 |-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,391 |-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,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:03,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:03,391 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:03,391 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:03,392 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:03,392 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:03,392 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:03,393 |-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:26:03.487 [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:26:03.490 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:85 - Instantiating platform wrapper... 01:26:03.497 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3740855898481012160kf 01:26:03.497 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:215 - About to start Knopflerfish OSGi Platform 01:26:03.564 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:03.565 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:62 - Installing no root cp bundle... 01:26:03.578 [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:26:03.578 [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:26:03.579 [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:26:03.580 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:03.649 [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:26:03.653 [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:26:03.657 [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:26:03.658 [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:26:03.663 [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:26:03.669 [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:26:03.670 [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:26:03.673 [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:26:03.682 [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:26:03.685 [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:26:03.692 [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:26:03.693 [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:26:03.696 [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:26:03.701 [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:26:03.703 [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:26:03.705 [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:26:03.707 [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:26:03.709 [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:26:03.738 [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:26:03.748 [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:26:03.749 [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:26:03.752 [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:26:03.753 [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:26:03.753 [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:26:03.754 [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:26:03.754 [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:26:03.756 [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:26:03.758 [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:26:03.758 [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:26:03.762 [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:26:03.762 [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:26:03.763 [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:26:03.765 [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:26:03.766 [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:26:03.767 [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:26:03,784 |-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,805 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:03,807 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:03,812 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:03,825 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:03,826 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:03,828 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:03,832 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7f2a26fe - No compression will be used 01:26:03,840 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:03,840 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:03,841 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:03,841 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:03,841 |-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,841 |-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,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:26:03,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:26:03,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:26:03,841 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:03,842 |-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,842 |-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,842 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:03,842 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:03,842 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:03,842 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:03,842 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:03,843 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:03,843 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:03,843 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@39ad6841 - Registering current configuration as safe fallback point 01:26:03.851 [BundleStart #17] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:03.860 [BundleStart #17] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:03.947 [BundleStart #17] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:03.948 [BundleStart #17] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:03.950 [BundleStart #17] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:03.953 [BundleStart #17] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:03.955 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:03.956 [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:26:03.957 [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:26:03.957 [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:26:03.957 [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:26:03.958 [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:26:03.958 [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:26:03.958 [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:26:03.958 [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:26:03.959 [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:26:03.959 [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:26:03.959 [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:26:03.959 [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:26:03.960 [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:26:03.960 [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:26:03.960 [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:26:03.960 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:03.960 [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:26:03.960 [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:26:03.960 [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:26:03.960 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:03.961 [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:26:03.961 [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:26:03.961 [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:26:03.961 [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:26:03.962 [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:26:03.962 [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:26:03.962 [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:26:03.962 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:03.962 [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:26:03.962 [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:26:03.963 [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:26:03.963 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:03.963 [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:26:03.963 [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:26:03.963 [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:26:03.963 [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:26:03.964 [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:26:03.964 [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:26:03.964 [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:26:03.964 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:03.964 [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:26:03.964 [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:26:03.964 [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:26:03.965 [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:26:03.965 [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:26:03.965 [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:26:03.965 [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:26:03.965 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:03.965 [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:26:03.966 [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:26:03.966 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:03.966 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:03.966 [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:26:03.966 [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:26:03.967 [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:26:03.967 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:03.967 [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:26:03.967 [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:26:03.967 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:03.967 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:03.967 [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:26:03.967 [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:26:03.967 [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:26:03.967 [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:26:03.968 [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:26:03.969 [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:26:03.969 [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:26:03.974 [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:26:03.974 [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:26:03.976 [BundleStart #17] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:03.976 [BundleStart #17] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:03.978 [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:26:03.979 [BundleStart #17] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:03.980 [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@6f7cae1d w/ reference null 01:26:03.980 [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@6f7cae1d w/ reference null 01:26:03.980 [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:26:03.983 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:03.989 [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:26:03.989 [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:26:03.989 [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:26:03.991 [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:26:03.991 [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:26:03.991 [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:26:03.991 [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:26:03.992 [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:26:03.992 [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:26:03.993 [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:26:03.993 [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:26:03.993 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:03.993 [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:26:03.994 [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:26:03.994 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:03.994 [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:26:03.994 [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:26:03.995 [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:26:03.996 [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:26:03.996 [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:26:03.996 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:03.996 [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:26:03.996 [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:26:03.996 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:03.997 [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:26:03.997 [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:26:03.997 [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:26:03.998 [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:26:03.998 [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:26:03.998 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:03.999 [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:26:03.999 [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:26:03.999 [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:26:04.000 [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:26:04.000 [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:26:04.000 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:04.000 [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:26:04.000 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:04.001 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:04.001 [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:26:04.002 [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:26:04.002 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:04.002 [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:26:04.002 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:04.002 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:04.003 [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:26:04.003 [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:26:04.003 [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:26:04.005 [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:26:04.005 [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:26:04.006 [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:26:04.010 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:04.010 [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:26:04.011 [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:26:04.011 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:04.011 [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:26:04.011 [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:26:04.011 [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:26:04.011 [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:26:04.012 [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:26:04.013 [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:26:04.013 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:511 - Post processing: creating test bundle 01:26:04.013 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:177 - Using Manifest from specified location=[org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF] 01:26:04.024 [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:04.025 [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:26:04.025 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:04.025 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:04.025 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 01:26:04.025 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 01:26:04.025 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 01:26:04.025 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 01:26:04.025 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 01:26:04.025 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 01:26:04.026 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 01:26:04.026 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 01:26:04.026 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:26:04.026 [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:04.026 [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:04.026 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 01:26:04.026 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:04.026 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:04.026 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:04.026 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:04.026 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:26:04.027 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:26:04.028 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:26:04.028 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:26:04.028 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:04.028 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:26:04.028 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:26:04.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:26:04.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:26:04.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:26:04.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:26:04.038 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:26:04.047 [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:26:04.047 [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:26:04.052 [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:26:04.052 [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:26:04.052 [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:26:04.052 [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:26:04.053 [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:26:04.053 [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:26:04.053 [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:26:04.053 [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:26:04.053 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:04.054 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:04.055 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:04.055 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:04.056 [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:26:04.056 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:04.056 [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:26:04.056 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:04.057 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:04.057 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:04.058 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:04.058 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:04.058 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:04.058 [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:26:04.058 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:04.059 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:04.059 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:04.059 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:04.060 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:04.060 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:04.060 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:04.061 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:04.061 [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:26:04.061 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] to OSGi 01:26:04.071 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] for execution inside OSGi 01:26:04.071 [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:26:04.071 [main] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:190 - Loading context for locations: 01:26:04.080 [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 [Fri Apr 26 01:26:04 UTC 2024]; root of context hierarchy 01:26:04.084 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:04.096 [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:26:04.102 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:04.102 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:04.103 [main] TRACE 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.103 [main] TRACE o.e.g.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.105 [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:26:04.105 [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:26:04.107 [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:26:04.109 [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 [Fri Apr 26 01:26:04 UTC 2024]; root of context hierarchy] 01:26:04.111 [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.112 [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:26:04.147 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.148 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath] 01:26:04.148 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnPathsOnlyInsideFolderClasspath]'s result read 01:26:04.149 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testAllClassPathFilesOnBundleClassPath] to OSGi 01:26:04.150 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAllClassPathFilesOnBundleClassPath] for execution inside OSGi 01:26:04.150 [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:26:04.397 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.397 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testAllClassPathFilesOnBundleClassPath] 01:26:04.398 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testAllClassPathFilesOnBundleClassPath]'s result read 01:26:04.398 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableWithPatternOnlyInsideFolderClasspath] to OSGi 01:26:04.398 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] for execution inside OSGi 01:26:04.399 [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:26:04.403 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.403 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableWithPatternOnlyInsideFolderClasspath] 01:26:04.403 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableWithPatternOnlyInsideFolderClasspath]'s result read 01:26:04.404 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] to OSGi 01:26:04.404 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] for execution inside OSGi 01:26:04.404 [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:26:04.406 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.406 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder] 01:26:04.406 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatchingWithSpecifiedFolder]'s result read 01:26:04.406 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFound] to OSGi 01:26:04.406 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFound] for execution inside OSGi 01:26:04.406 [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:26:04.407 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.407 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFound] 01:26:04.407 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInRootNotFound]'s result read 01:26:04.407 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInPkgInClassPathFound] to OSGi 01:26:04.407 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] for execution inside OSGi 01:26:04.408 [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:26:04.409 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.409 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInPkgInClassPathFound] 01:26:04.409 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInPkgInClassPathFound]'s result read 01:26:04.409 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testClassPathFilesOnBundleClassPath] to OSGi 01:26:04.409 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClassPathFilesOnBundleClassPath] for execution inside OSGi 01:26:04.410 [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:26:04.639 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.639 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testClassPathFilesOnBundleClassPath] 01:26:04.640 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testClassPathFilesOnBundleClassPath]'s result read 01:26:04.640 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourcePatternMatching] to OSGi 01:26:04.641 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourcePatternMatching] for execution inside OSGi 01:26:04.641 [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:26:04.644 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.644 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourcePatternMatching] 01:26:04.644 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourcePatternMatching]'s result read 01:26:04.645 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideFolderClasspath] to OSGi 01:26:04.645 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideFolderClasspath] for execution inside OSGi 01:26:04.645 [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:26:04.647 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.647 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideFolderClasspath] 01:26:04.648 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideFolderClasspath]'s result read 01:26:04.648 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceNestedInClassPathFound] to OSGi 01:26:04.648 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceNestedInClassPathFound] for execution inside OSGi 01:26:04.648 [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:26:04.650 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.650 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceNestedInClassPathFound] 01:26:04.650 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceNestedInClassPathFound]'s result read 01:26:04.650 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInClassPathFound] to OSGi 01:26:04.650 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInClassPathFound] for execution inside OSGi 01:26:04.650 [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:26:04.652 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.652 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInClassPathFound] 01:26:04.652 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInClassPathFound]'s result read 01:26:04.652 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] to OSGi 01:26:04.653 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] for execution inside OSGi 01:26:04.653 [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:26:04.654 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.654 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRootsSpecifiedFolder] 01:26:04.655 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRootsSpecifiedFolder]'s result read 01:26:04.655 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testURLConnectionToJarInsideBundle] to OSGi 01:26:04.655 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testURLConnectionToJarInsideBundle] for execution inside OSGi 01:26:04.655 [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_cache2827079048675424032.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:26:04.659 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.659 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testURLConnectionToJarInsideBundle] 01:26:04.659 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testURLConnectionToJarInsideBundle]'s result read 01:26:04.660 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testResourceAvailableOnlyInsideJarClasspath] to OSGi 01:26:04.660 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testResourceAvailableOnlyInsideJarClasspath] for execution inside OSGi 01:26:04.660 [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:26:04.662 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.662 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testResourceAvailableOnlyInsideJarClasspath] 01:26:04.663 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testResourceAvailableOnlyInsideJarClasspath]'s result read 01:26:04.663 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnBundleClassPath] to OSGi 01:26:04.663 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnBundleClassPath] for execution inside OSGi 01:26:04.663 [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:26:04.666 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.666 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnBundleClassPath] 01:26:04.666 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnBundleClassPath]'s result read 01:26:04.667 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceMultipleRoots] to OSGi 01:26:04.668 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceMultipleRoots] for execution inside OSGi 01:26:04.668 [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:26:04.671 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.671 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceMultipleRoots] 01:26:04.671 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceMultipleRoots]'s result read 01:26:04.671 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testRootFileOnAllBundleClassPath] to OSGi 01:26:04.671 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testRootFileOnAllBundleClassPath] for execution inside OSGi 01:26:04.672 [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:26:04.674 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.674 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testRootFileOnAllBundleClassPath] 01:26:04.674 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testRootFileOnAllBundleClassPath]'s result read 01:26:04.674 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:364 - Writing test name [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] to OSGi 01:26:04.675 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] for execution inside OSGi 01:26:04.675 [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:26:04.676 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:04.676 [main] TRACE o.e.g.b.i.i.BundleClassPathWildcardTest:440 - Reading OSGi results for test [testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths] 01:26:04.676 [main] DEBUG o.e.g.b.i.i.BundleClassPathWildcardTest:447 - Test[testNoRootCpBundleResourceInRootNotFoundOnAllClasspaths]'s result read Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.193 sec - in org.eclipse.gemini.blueprint.iandt.io.BundleClassPathWildcardTest 01:26:04.679 [Thread-0] INFO o.e.g.b.i.i.BundleClassPathWildcardTest:471 - Shutting down OSGi platform 01:26:04.679 [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.679 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:04.680 [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 [Fri Apr 26 01:26:04 UTC 2024]; root of context hierarchy 01:26:04.680 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:04.680 [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 [Fri Apr 26 01:26:04 UTC 2024]; root of context hierarchy] 01:26:04.680 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:04.680 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:04.680 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:04.680 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:04.680 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:04.680 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:04.681 [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:26:04.681 [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.682 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:04.682 [BundleStop #17] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:04.682 [BundleStop #17] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:05,220 |-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,303 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:05,305 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:05,319 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:05,352 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:05,354 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:05,357 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:05,363 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3a5ed7a6 - No compression will be used 01:26:05,368 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:05,368 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:05,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:05,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:05,369 |-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,369 |-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,369 |-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,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:05,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:26:05,369 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:05,369 |-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,370 |-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,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:05,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:05,370 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:05,370 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:05,370 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:05,370 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:05,370 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:05,371 |-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:26:05.457 [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:26:05.460 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:85 - Instantiating platform wrapper... 01:26:05.467 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi363772819220114675kf 01:26:05.467 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:215 - About to start Knopflerfish OSGi Platform 01:26:05.533 [main] INFO o.e.g.b.iandt.io.OSGI799Test:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:05.534 [main] INFO o.e.g.b.iandt.io.OSGI799Test:60 - Installing custom bundles... 01:26:05.549 [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:26:05.550 [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:26:05.551 [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:26:05.551 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:05.615 [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:26:05.620 [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:26:05.622 [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:26:05.624 [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:26:05.628 [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:26:05.635 [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:26:05.636 [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:26:05.638 [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:26:05.641 [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:26:05.651 [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:26:05.657 [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:26:05.658 [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:26:05.661 [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:26:05.665 [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:26:05.666 [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:26:05.669 [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:26:05.671 [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:26:05.681 [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:26:05.682 [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:26:05.684 [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:26:05.685 [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:26:05.686 [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:26:05.686 [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:26:05.687 [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:26:05.688 [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:26:05.690 [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:26:05.690 [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:26:05.693 [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:26:05.694 [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:26:05.694 [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:26:05.696 [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:26:05.697 [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:26:05.699 [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:26:05,715 |-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,759 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:05,761 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:05,767 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:05,780 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:05,781 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:05,783 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:05,787 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@688f505d - No compression will be used 01:26:05,790 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:05,790 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:05,791 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:05,791 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:05,791 |-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,791 |-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,791 |-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,791 |-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,791 |-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,791 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:05,792 |-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,792 |-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,792 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:05,792 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:05,792 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:05,792 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:05,792 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:05,792 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:05,792 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:05,793 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1b09532a - Registering current configuration as safe fallback point 01:26:05.800 [BundleStart #18] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:05.806 [BundleStart #18] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:05.891 [BundleStart #18] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:05.891 [BundleStart #18] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:05.894 [BundleStart #18] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:05.896 [BundleStart #18] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:05.902 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:05.903 [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:26:05.904 [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:26:05.904 [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:26:05.904 [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:26:05.905 [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:26:05.905 [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:26:05.905 [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:26:05.905 [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:26:05.905 [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:26:05.906 [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:26:05.906 [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:26:05.906 [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:26:05.906 [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:26:05.907 [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:26:05.907 [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:26:05.907 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:05.907 [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:26:05.907 [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:26:05.907 [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:26:05.907 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:05.908 [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:26:05.908 [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:26:05.908 [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:26:05.908 [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:26:05.909 [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:26:05.909 [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:26:05.909 [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:26:05.909 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:05.909 [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:26:05.909 [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:26:05.909 [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:26:05.909 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:05.910 [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:26:05.910 [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:26:05.910 [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:26:05.910 [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:26:05.911 [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:26:05.911 [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:26:05.911 [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:26:05.911 [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:26:05.911 [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:26:05.911 [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:26:05.911 [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:26:05.911 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:05.912 [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:26:05.912 [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:26:05.912 [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:26:05.912 [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:26:05.912 [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:26:05.912 [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:26:05.913 [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:26:05.913 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:05.913 [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:26:05.913 [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:26:05.913 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:05.913 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:05.914 [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:26:05.914 [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:26:05.914 [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:26:05.914 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:05.914 [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:26:05.914 [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:26:05.914 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:05.914 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:05.915 [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:26:05.915 [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:26:05.915 [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:26:05.915 [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:26:05.916 [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:26:05.916 [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:26:05.916 [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:26:05.922 [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:26:05.922 [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:26:05.923 [BundleStart #18] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:05.923 [BundleStart #18] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:05.926 [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:26:05.927 [BundleStart #18] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:05.938 [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:26:05.938 [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:26:05.939 [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:26:05.941 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:05.948 [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:26:05.948 [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:26:05.948 [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:26:05.950 [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:26:05.950 [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:26:05.950 [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:26:05.950 [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:26:05.951 [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:26:05.951 [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:26:05.952 [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:26:05.952 [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:26:05.952 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:05.952 [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:26:05.952 [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:26:05.953 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:05.953 [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:26:05.953 [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:26:05.954 [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:26:05.955 [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:26:05.955 [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:26:05.955 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:05.955 [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:26:05.955 [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:26:05.956 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:05.956 [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:26:05.956 [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:26:05.956 [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:26:05.957 [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:26:05.957 [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:26:05.957 [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:26:05.957 [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:26:05.957 [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:26:05.958 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:05.958 [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:26:05.958 [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:26:05.959 [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:26:05.959 [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:26:05.960 [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:26:05.960 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:05.960 [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:26:05.960 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:05.960 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:05.961 [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:26:05.961 [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:26:05.962 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:05.962 [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:26:05.962 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:05.962 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:05.963 [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:26:05.963 [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:26:05.963 [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:26:05.965 [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:26:05.965 [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:26:05.965 [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:26:05.969 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:05.970 [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:05.970 [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:05.970 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:05.970 [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:05.970 [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:05.970 [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:05.971 [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:26:05.972 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:511 - Post processing: creating test bundle 01:26:05.982 [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:05.982 [main] INFO o.e.g.b.iandt.io.OSGI799Test:202 - Automatically creating Manifest for the test bundle 01:26:05.983 [main] INFO o.e.g.b.iandt.io.OSGI799Test:366 - Using the test class for generating bundle imports 01:26:05.984 [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:26:05.984 [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:26:05.986 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class OSGI799Test 01:26:05.994 [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:26:05.994 [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:26:05.995 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIoTest 01:26:05.996 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:05.996 [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:26:05.996 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest 01:26:05.998 [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:26:05.998 [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:26:05.998 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:05.999 [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:26:05.999 [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:26:05.999 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:05.999 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:05.999 [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:26:05.999 [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:26:06.000 [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:26:06.000 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:06.000 [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:26:06.000 [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:26:06.000 [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:26:06.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:06.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:06.000 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/ 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/ 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/ 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/ 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/ 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/ 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/ 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/ 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/folder/org/eclipse/gemini/blueprint/iandt/compliance/io/ 01:26:06.001 [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.001 [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.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /bundleclasspath/simple.jar 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:06.001 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:26:06.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:26:06.003 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:26:06.004 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:26:06.009 [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:26:06.010 [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:26:06.011 [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:26:06.012 [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:26:06.012 [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:26:06.012 [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:26:06.012 [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:26:06.012 [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:26:06.012 [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:26:06.012 [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:26:06.012 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:06.014 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:06.014 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:06.015 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:06.015 [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:26:06.015 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:06.015 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:06.016 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:06.016 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:06.017 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:06.017 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:06.017 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:06.017 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:06.017 [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:26:06.018 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:06.018 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:06.018 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:06.019 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:06.019 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:06.019 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:06.020 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:06.020 [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:26:06.020 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomPatternFoldersCP] to OSGi 01:26:06.028 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomPatternFoldersCP] for execution inside OSGi 01:26:06.028 [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:26:06.029 [main] INFO o.e.g.b.iandt.io.OSGI799Test:190 - Loading context for locations: 01:26:06.041 [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 [Fri Apr 26 01:26:06 UTC 2024]; root of context hierarchy 01:26:06.045 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:06.056 [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:26:06.062 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:06.062 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:06.063 [main] TRACE 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.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:06.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@4961f6af] 01:26:06.065 [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:26:06.067 [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:26:06.069 [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 [Fri Apr 26 01:26:06 UTC 2024]; root of context hierarchy] 01:26:06.070 [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:26:06.071 [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:26:06.098 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.099 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomPatternFoldersCP] 01:26:06.099 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomPatternFoldersCP]'s result read 01:26:06.100 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomPatternFoldersCP] to OSGi 01:26:06.100 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomPatternFoldersCP] for execution inside OSGi 01:26:06.100 [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:26:06.105 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.105 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomPatternFoldersCP] 01:26:06.105 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomPatternFoldersCP]'s result read 01:26:06.106 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImportedCustomCP] to OSGi 01:26:06.106 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportedCustomCP] for execution inside OSGi 01:26:06.106 [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:26:06.110 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.110 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImportedCustomCP] 01:26:06.110 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImportedCustomCP]'s result read 01:26:06.110 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testImporterCustomFoldersCP] to OSGi 01:26:06.111 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterCustomFoldersCP] for execution inside OSGi 01:26:06.111 [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:26:06.115 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.115 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testImporterCustomFoldersCP] 01:26:06.115 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testImporterCustomFoldersCP]'s result read 01:26:06.115 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomFoldersCP] to OSGi 01:26:06.116 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomFoldersCP] for execution inside OSGi 01:26:06.116 [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:26:06.119 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.119 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomFoldersCP] 01:26:06.119 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomFoldersCP]'s result read 01:26:06.119 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:364 - Writing test name [testExportedCustomCP] to OSGi 01:26:06.120 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExportedCustomCP] for execution inside OSGi 01:26:06.120 [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:26:06.122 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:06.122 [main] TRACE o.e.g.b.iandt.io.OSGI799Test:440 - Reading OSGi results for test [testExportedCustomCP] 01:26:06.122 [main] DEBUG o.e.g.b.iandt.io.OSGI799Test:447 - Test[testExportedCustomCP]'s result read Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI799Test 01:26:06.125 [Thread-0] INFO o.e.g.b.iandt.io.OSGI799Test:471 - Shutting down OSGi platform 01:26:06.125 [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:26:06.125 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:06.125 [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 [Fri Apr 26 01:26:06 UTC 2024]; root of context hierarchy 01:26:06.125 [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 [Fri Apr 26 01:26:06 UTC 2024]; root of context hierarchy] 01:26:06.126 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:06.126 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:06.126 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:06.126 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:06.126 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:06.126 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:06.126 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:06.127 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:06.127 [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:06.127 [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:06.128 [BundleStop #18] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:06.128 [BundleStop #18] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:06,664 |-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,732 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:06,734 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:06,749 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:06,770 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:06,772 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:06,775 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:06,781 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d16f93d - No compression will be used 01:26:06,785 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:06,785 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:06,786 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:06,786 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:06,787 |-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,787 |-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,787 |-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,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:06,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:06,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:06,787 |-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,787 |-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,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:06,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:06,787 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:06,787 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:06,788 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:06,788 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:06,788 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:06,789 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2758fe70 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.io.OSGI723Test 01:26:06.876 [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:26:06.880 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:85 - Instantiating platform wrapper... 01:26:06.887 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2710789203986972123kf 01:26:06.887 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:215 - About to start Knopflerfish OSGi Platform 01:26:06.961 [main] INFO o.e.g.b.iandt.io.OSGI723Test:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:06.961 [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:26:06.978 [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:26:06.979 [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:26:06.980 [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:26:06.980 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:07.043 [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:26:07.046 [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:26:07.049 [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:26:07.050 [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:26:07.055 [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:26:07.062 [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:26:07.063 [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:26:07.065 [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:26:07.068 [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:26:07.078 [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:26:07.084 [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:26:07.085 [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:26:07.088 [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:26:07.092 [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:26:07.093 [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:26:07.096 [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:26:07.098 [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:26:07.107 [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:26:07.108 [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:26:07.110 [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:26:07.138 [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:26:07.139 [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:26:07.139 [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:26:07.140 [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:26:07.142 [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:26:07.143 [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:26:07.144 [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:26:07.147 [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:26:07.147 [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:26:07.148 [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:26:07.150 [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:26:07.151 [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:26:07.152 [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:26:07,167 |-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,189 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:07,190 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:07,196 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:07,209 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:07,210 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:07,212 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:07,216 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@5da3f6ff - No compression will be used 01:26:07,219 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:07,219 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:07,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:07,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:07,220 |-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,220 |-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,220 |-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,221 |-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,221 |-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,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:07,221 |-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,221 |-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,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:07,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:07,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:07,221 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:07,221 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:07,222 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:07,222 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:07,222 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@49d32cf7 - Registering current configuration as safe fallback point 01:26:07.229 [BundleStart #17] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:07.235 [BundleStart #17] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:07.317 [BundleStart #17] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:07.318 [BundleStart #17] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:07.320 [BundleStart #17] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:07.323 [BundleStart #17] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:07.325 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:07.340 [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:26:07.340 [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:26:07.340 [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:26:07.340 [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:26:07.341 [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:26:07.341 [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:26:07.341 [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:26:07.341 [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:26:07.342 [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:26:07.342 [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:26:07.342 [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:26:07.342 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:07.343 [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:26:07.343 [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:26:07.343 [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:26:07.343 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:07.343 [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:26:07.343 [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:26:07.344 [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:26:07.344 [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:26:07.344 [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:26:07.344 [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:26:07.345 [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:26:07.345 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:07.345 [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:26:07.345 [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:26:07.345 [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:26:07.345 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:07.346 [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:26:07.346 [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:26:07.346 [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:26:07.346 [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:26:07.346 [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:26:07.346 [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:26:07.346 [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:26:07.346 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:07.347 [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:26:07.347 [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:26:07.347 [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:26:07.347 [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:26:07.348 [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:26:07.348 [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:26:07.348 [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:26:07.348 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:07.348 [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:26:07.348 [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:26:07.348 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:07.348 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:07.349 [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:26:07.349 [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:26:07.349 [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:26:07.349 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:07.349 [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:26:07.349 [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:26:07.350 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:07.350 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:07.350 [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:26:07.350 [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:26:07.350 [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:26:07.350 [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:26:07.351 [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:26:07.351 [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:26:07.351 [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:26:07.351 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 01:26:07.352 [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:26:07.352 [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:26:07.352 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 01:26:07.357 [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:26:07.357 [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:26:07.359 [BundleStart #17] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:07.359 [BundleStart #17] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:07.361 [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:26:07.362 [BundleStart #17] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:07.363 [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@2e503b7e w/ reference null 01:26:07.363 [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@2e503b7e w/ reference null 01:26:07.364 [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:26:07.366 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:07.372 [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:26:07.373 [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:26:07.373 [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:26:07.374 [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:26:07.375 [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:26:07.375 [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:26:07.376 [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:26:07.376 [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:26:07.376 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:07.376 [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:26:07.376 [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:26:07.377 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: junit (org.apache.servicemix.bundles.junit)] 01:26:07.377 [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:26:07.377 [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:26:07.377 [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:26:07.378 [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:26:07.379 [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:26:07.379 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache ServiceMix :: Bundles :: aopalliance (org.apache.servicemix.bundles.aopalliance)] 01:26:07.379 [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:26:07.379 [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:26:07.379 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:07.380 [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:26:07.380 [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:26:07.380 [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:26:07.381 [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:26:07.381 [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:26:07.381 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:07.382 [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:26:07.382 [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:26:07.382 [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:26:07.383 [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:26:07.383 [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:26:07.383 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:07.383 [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:26:07.383 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:07.383 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:07.385 [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:26:07.385 [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:26:07.385 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:07.385 [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:26:07.385 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [System Bundle (org.knopflerfish.framework)] 01:26:07.385 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:07.386 [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:26:07.386 [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:26:07.386 [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:26:07.388 [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:26:07.388 [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:26:07.388 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [osgi-723 (issue.osgi-723)] 01:26:07.388 [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:26:07.388 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [osgi-723 (issue.osgi-723)] 01:26:07.389 [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:26:07.393 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:07.393 [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:26:07.393 [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:26:07.393 [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:26:07.393 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:07.394 [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:26:07.394 [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:26:07.395 [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:26:07.395 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:511 - Post processing: creating test bundle 01:26:07.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.io] 01:26:07.405 [main] INFO o.e.g.b.iandt.io.OSGI723Test:202 - Automatically creating Manifest for the test bundle 01:26:07.405 [main] INFO o.e.g.b.iandt.io.OSGI723Test:366 - Using the test class for generating bundle imports 01:26:07.406 [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:26:07.406 [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:26:07.408 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class OSGI723Test 01:26:07.416 [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:26:07.416 [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:26:07.416 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIoTest 01:26:07.418 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:07.418 [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:26:07.418 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest 01:26:07.419 [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:26:07.420 [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:26:07.420 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:07.420 [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:26:07.420 [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:26:07.421 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:07.421 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:07.421 [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:26:07.421 [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:26:07.421 [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:26:07.421 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:07.422 [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:26:07.422 [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:26:07.422 [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:26:07.422 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:07.422 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:07.422 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:07.422 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:07.422 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:07.422 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:07.422 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BaseIoTest.class 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleClassPathWildcardTest.class 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest-bundle.properties 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/BundleJarTest.class 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceTest.class 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/ClassSpaceWildcardTest.class 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/EquinoxFileTests.class 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests-bundle.properties 01:26:07.423 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.MF 01:26:07.424 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/FragmentIoTests.class 01:26:07.424 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/InvalidLocationsTest.class 01:26:07.424 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests-bundle.properties 01:26:07.424 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/IoTests.class 01:26:07.424 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI723Test.class 01:26:07.424 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/OSGI799Test.class 01:26:07.424 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/another-resource.res 01:26:07.424 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/duplicate.file 01:26:07.424 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/io/some-resource.res 01:26:07.430 [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:26:07.430 [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:26:07.439 [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:26:07.440 [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:26:07.440 [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:26:07.440 [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:26:07.440 [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:26:07.440 [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:26:07.440 [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:26:07.440 [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:26:07.440 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:07.442 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:07.442 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:07.443 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:07.443 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:07.443 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:07.443 [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:26:07.444 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:07.444 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:07.445 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:07.445 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:07.445 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:07.445 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:07.445 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:07.446 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:07.446 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:07.446 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:07.447 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:07.447 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:07.447 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:07.448 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:223 - Bundle [issue.osgi-723] does not trigger a context creation. 01:26:07.448 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:364 - Writing test name [testSpecialBundle] to OSGi 01:26:07.456 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSpecialBundle] for execution inside OSGi 01:26:07.456 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testSpecialBundle] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4a94ee4 01:26:07.457 [main] INFO o.e.g.b.iandt.io.OSGI723Test:190 - Loading context for locations: 01:26:07.464 [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 [Fri Apr 26 01:26:07 UTC 2024]; root of context hierarchy 01:26:07.468 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:07.479 [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@385c9627: defining beans []; root of factory hierarchy 01:26:07.484 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:07.485 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:07.485 [main] TRACE 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:07.486 [main] TRACE o.e.g.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:07.488 [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:26:07.488 [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:26:07.489 [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:26:07.491 [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 [Fri Apr 26 01:26:07 UTC 2024]; root of context hierarchy] 01:26:07.493 [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:26:07.494 [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-bla8959359707072971360.osgi/META-INF Copying bundle://1/META-INF/MANIFEST.MF to /tmp/tomcat-bla8959359707072971360.osgi/META-INF/MANIFEST.MF /tmp/tomcat-bla8959359707072971360.osgi/META-INF/maven/issue/osgi-723 Copying bundle://1/META-INF/maven/issue/osgi-723/pom.properties to /tmp/tomcat-bla8959359707072971360.osgi/META-INF/maven/issue/osgi-723/pom.properties /tmp/tomcat-bla8959359707072971360.osgi/META-INF/maven/issue/osgi-723 Copying bundle://1/META-INF/maven/issue/osgi-723/pom.xml to /tmp/tomcat-bla8959359707072971360.osgi/META-INF/maven/issue/osgi-723/pom.xml /tmp/tomcat-bla8959359707072971360.osgi/issue Copying bundle://1/issue/Dummy.class to /tmp/tomcat-bla8959359707072971360.osgi/issue/Dummy.class /tmp/tomcat-bla8959359707072971360.osgi/issue Copying bundle://1/issue/OSGI_723.class to /tmp/tomcat-bla8959359707072971360.osgi/issue/OSGI_723.class /tmp/tomcat-bla8959359707072971360.osgi/WEB-INF Copying bundle://1/WEB-INF/web.xml to /tmp/tomcat-bla8959359707072971360.osgi/WEB-INF/web.xml 01:26:07.517 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:07.518 [main] TRACE o.e.g.b.iandt.io.OSGI723Test:440 - Reading OSGi results for test [testSpecialBundle] 01:26:07.518 [main] DEBUG o.e.g.b.iandt.io.OSGI723Test:447 - Test[testSpecialBundle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.645 sec - in org.eclipse.gemini.blueprint.iandt.io.OSGI723Test 01:26:07.521 [Thread-0] INFO o.e.g.b.iandt.io.OSGI723Test:471 - Shutting down OSGi platform 01:26:07.521 [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:26:07.521 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:07.521 [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 [Fri Apr 26 01:26:07 UTC 2024]; root of context hierarchy 01:26:07.522 [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 [Fri Apr 26 01:26:07 UTC 2024]; root of context hierarchy] 01:26:07.522 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:07.522 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:07.522 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:07.522 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:07.522 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:07.522 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:07.522 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:07.523 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:07.523 [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:07.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:07.524 [BundleStop #17] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:07.525 [BundleStop #17] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:08,060 |-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,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:08,130 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:08,143 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:08,164 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:08,166 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:08,169 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:08,175 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:08,179 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:08,179 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:08,180 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:08,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:08,181 |-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,181 |-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,181 |-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,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:08,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:08,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:08,181 |-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,181 |-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,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:08,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:08,181 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:08,182 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:08,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:08,182 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:08,182 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:08,183 |-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:26:08.263 [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:26:08.266 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:85 - Instantiating platform wrapper... 01:26:08.273 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5951347276837567439kf 01:26:08.273 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:215 - About to start Knopflerfish OSGi Platform 01:26:08.340 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:08.343 [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:26:08.343 [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:26:08.344 [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:26:08.345 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:08.407 [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:26:08.417 [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:26:08.421 [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:26:08.422 [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:26:08.427 [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:26:08.433 [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:26:08.434 [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:26:08.439 [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:26:08.442 [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:26:08.445 [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:26:08.458 [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:26:08.460 [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:26:08.462 [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:26:08.468 [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:26:08.470 [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:26:08.474 [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:26:08.476 [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:26:08.488 [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:26:08.495 [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:26:08.498 [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:26:08.499 [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:26:08.500 [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:26:08.500 [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:26:08.501 [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:26:08.502 [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:26:08.505 [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:26:08.505 [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:26:08.509 [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:26:08.509 [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:26:08.510 [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:26:08.511 [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:26:08.512 [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:26:08.538 [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:26:08,555 |-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,577 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:08,578 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:08,584 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:08,597 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:08,598 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:08,600 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:08,604 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used 01:26:08,607 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:08,607 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:08,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:08,608 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:08,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:08,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:08,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:08,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:08,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:08,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:08,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:08,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:08,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:08,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:08,609 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:08,609 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:08,609 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:08,610 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:08,610 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:08,610 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point 01:26:08.617 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:08.623 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:08.706 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:08.706 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:08.709 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:08.711 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:08.714 [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.715 [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.715 [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.718 [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.719 [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.720 [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.720 [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.720 [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.720 [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.721 [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.721 [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.721 [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.721 [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.721 [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.722 [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.722 [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.722 [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.722 [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.722 [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.722 [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.722 [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.723 [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.723 [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.723 [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.723 [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.724 [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.724 [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.724 [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.724 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:08.724 [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.724 [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.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:26:08.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:26:08.725 [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.725 [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.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:26:08.725 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:08.726 [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.726 [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.726 [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.726 [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.726 [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.726 [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.726 [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.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:08.727 [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.727 [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.727 [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.727 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:08.728 [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.728 [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.728 [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.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:08.728 [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.728 [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.728 [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.728 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:08.729 [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.729 [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.729 [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.729 [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.730 [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.730 [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.730 [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.742 [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.742 [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.743 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:08.743 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:08.745 [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.747 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:08.747 [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:08.747 [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:08.748 [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.750 [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.756 [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.757 [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.757 [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.758 [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.759 [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.759 [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.760 [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.760 [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.760 [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.761 [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.761 [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.761 [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.762 [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.762 [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.762 [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.763 [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.763 [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.763 [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.764 [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.764 [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.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:08.764 [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.764 [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.765 [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.765 [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.765 [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.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:08.766 [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.766 [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.766 [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.767 [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.767 [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.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:08.768 [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.768 [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.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:08.769 [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.770 [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.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:08.770 [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.770 [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.770 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:08.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:26:08.771 [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.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:26:08.773 [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.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:26:08.774 [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: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.778 [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 [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=true|wait-for-deps=true|publishCtx=true|timeout=300s 01:26:08.779 [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.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.780 [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:26:08.781 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:511 - Post processing: creating test bundle 01:26:08.788 [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:26:08.789 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:202 - Automatically creating Manifest for the test bundle 01:26:08.789 [main] INFO o.e.g.b.i.j.b.BridgeMethodTest:366 - Using the test class for generating bundle imports 01:26:08.790 [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:26:08.791 [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:26:08.793 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BridgeMethodTest 01:26:08.800 [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:26:08.800 [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:26:08.800 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest 01:26:08.803 [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:26:08.803 [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:26:08.803 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:08.804 [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:26:08.804 [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:26:08.804 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:08.805 [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:26:08.805 [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:26:08.805 [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:26:08.805 [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:26:08.805 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:08.805 [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:26:08.805 [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:26:08.806 [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:26:08.806 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:08.806 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:08.806 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:08.806 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:08.806 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:08.806 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:08.806 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:08.806 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:08.806 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:08.807 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:08.807 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 01:26:08.807 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/ 01:26:08.807 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/BridgeMethodTest.class 01:26:08.807 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/GenerifiedListenerInterface.class 01:26:08.807 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/Listener.class 01:26:08.807 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/bridgemethods/config.xml 01:26:08.811 [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:26:08.811 [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:26:08.813 [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:26:08.813 [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:26:08.813 [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:26:08.814 [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:26:08.814 [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:26:08.814 [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:26:08.814 [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:26:08.814 [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:26:08.814 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:08.815 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:08.815 [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:26:08.816 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:08.816 [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:26:08.817 [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:26:08.817 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:08.817 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:08.818 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:08.818 [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:26:08.818 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:08.819 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:08.819 [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:26:08.819 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:08.820 [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:26:08.820 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:08.821 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:08.821 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:08.821 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:08.822 [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:26:08.822 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:364 - Writing test name [testGenerifiedListener] to OSGi 01:26:08.830 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testGenerifiedListener] for execution inside OSGi 01:26:08.831 [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:26:08.831 [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:26:08.839 [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 [Fri Apr 26 01:26:08 UTC 2024]; root of context hierarchy 01:26:08.843 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:08.861 [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:26:08.881 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:08.881 [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:08.882 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:08.882 [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:08.925 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:08.925 [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:08.952 [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:26:08.958 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:08.959 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:08.960 [main] TRACE 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:08.960 [main] TRACE o.e.g.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:08.963 [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:26:08.964 [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:26:08.986 [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:26:08.987 [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:26:08.988 [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:26:08.989 [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:26:08.989 [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:26:08.992 [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:26:08.992 [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:26:08.993 [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:26:08.993 [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:08.993 [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:08.994 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:08.994 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:08.994 [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:08.994 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:08.994 [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:26:08.994 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:08.995 [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:26:08.995 [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:26:08.996 [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:26:08.998 [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 [Fri Apr 26 01:26:08 UTC 2024]; root of context hierarchy] 01:26:09.000 [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:26:09.001 [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:09.016 [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:26:09.022 [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:26:09.022 [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:26:09.022 [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:26:09.023 [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:26:09.023 [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:26:09.026 [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:26:09.026 [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:26:09.026 [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:26:09.026 [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:26:09.027 [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:26:09.027 [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:26:09.027 [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:26:09.027 [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:26:09.028 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:09.028 [main] TRACE o.e.g.b.i.j.b.BridgeMethodTest:440 - Reading OSGi results for test [testGenerifiedListener] 01:26:09.029 [main] DEBUG o.e.g.b.i.j.b.BridgeMethodTest:447 - Test[testGenerifiedListener]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.77 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.bridgemethods.BridgeMethodTest 01:26:09.032 [Thread-0] INFO o.e.g.b.i.j.b.BridgeMethodTest:471 - Shutting down OSGi platform 01:26:09.032 [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:26:09.032 [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 [Fri Apr 26 01:26:08 UTC 2024]; root of context hierarchy 01:26:09.032 [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 [Fri Apr 26 01:26:08 UTC 2024]; root of context hierarchy] 01:26:09.032 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:09.032 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:09.033 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:09.033 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:09.033 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:09.033 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:09.033 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:09.033 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:09.034 [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:09.034 [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.034 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:09.034 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:09.034 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:09,522 |-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:09,604 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:09,606 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:09,620 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:09,643 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:09,645 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:09,648 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:09,654 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:26:09,659 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:09,659 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:09,660 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:09,660 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:09,660 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:09,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:09,661 |-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:09,661 |-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:09,661 |-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:09,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:09,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:09,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:09,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:09,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:09,661 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:09,661 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:09,661 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:09,662 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:09,662 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:09,663 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest 01:26:09.737 [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:26:09.740 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:85 - Instantiating platform wrapper... 01:26:09.748 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi851874724340979512kf 01:26:09.748 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:215 - About to start Knopflerfish OSGi Platform 01:26:09.815 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:09.818 [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:26:09.818 [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:26:09.819 [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:26:09.820 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:09.886 [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:26:09.897 [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:26:09.900 [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:26:09.901 [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:26:09.906 [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:26:09.913 [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:26:09.914 [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:26:09.917 [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:26:09.921 [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:26:09.926 [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:26:09.948 [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:26:09.950 [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:26:09.953 [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:26:09.957 [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:26:09.958 [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:26:09.961 [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:26:09.963 [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:26:09.965 [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:26:09.976 [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:26:09.981 [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:26:09.984 [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:26:09.985 [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:26:09.986 [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:26:09.986 [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:26:09.986 [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:26:09.988 [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:26:09.990 [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:26:09.990 [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:26:09.994 [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:26:09.994 [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:26:09.994 [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:26:09.997 [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:26:09.998 [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:26:09.999 [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:26:10,015 |-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,053 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:10,055 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:10,060 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:10,073 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:10,074 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:10,076 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:10,080 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@284d0ad4 - No compression will be used 01:26:10,083 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:10,083 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:10,084 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:10,084 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:10,085 |-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,085 |-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,085 |-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,085 |-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,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:10,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:10,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:10,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:10,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:10,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:10,085 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:10,085 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:10,086 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:10,086 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:10,086 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:10,087 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@204f6354 - Registering current configuration as safe fallback point 01:26:10.094 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:10.100 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:10.199 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:10.200 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:10.202 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:10.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:10.210 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:10.211 [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:10.212 [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:10.212 [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:10.212 [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:10.213 [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:10.213 [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:10.213 [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:10.213 [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:10.214 [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:10.214 [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:10.214 [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:10.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:10.214 [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:10.214 [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:10.214 [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:10.215 [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:10.215 [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:10.215 [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:10.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:26:10.215 [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:10.216 [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:10.216 [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:10.216 [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:10.216 [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:10.217 [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:10.217 [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:10.217 [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:10.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:10.217 [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:10.217 [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:10.218 [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:10.218 [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:10.218 [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:10.219 [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:10.219 [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:10.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:10.220 [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:10.220 [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:10.220 [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:10.220 [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:10.221 [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:10.221 [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:10.221 [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:10.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:10.222 [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:10.222 [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:10.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:10.222 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:10.223 [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:10.223 [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:10.224 [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:10.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:10.224 [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:10.224 [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:10.224 [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:10.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:10.225 [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:10.225 [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:10.225 [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:10.225 [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:10.227 [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:10.227 [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:10.227 [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:10.235 [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:10.235 [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:10.238 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:10.239 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:10.242 [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:10.244 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:10.244 [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:26:10.244 [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:26:10.245 [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:10.247 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:10.253 [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:10.254 [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:10.254 [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:10.257 [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:10.257 [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:10.257 [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:10.259 [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:10.259 [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:10.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:10.260 [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:10.260 [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:10.260 [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:10.262 [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:10.262 [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:10.262 [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:10.264 [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:10.264 [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:10.264 [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:10.265 [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:10.265 [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:10.265 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:10.266 [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:10.266 [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:10.266 [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:10.267 [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:10.267 [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:10.267 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:10.268 [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:10.268 [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:10.268 [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:10.269 [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:10.269 [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:10.269 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:10.269 [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:10.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:10.270 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:10.271 [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:10.271 [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:10.271 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:10.272 [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:10.272 [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:10.272 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:10.272 [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:10.272 [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:10.273 [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:10.275 [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:10.275 [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:10.276 [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:26:10.280 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:10.281 [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:10.281 [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:10.282 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:10.282 [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:10.282 [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:10.282 [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:10.282 [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:26:10.283 [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:26:10.284 [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:26:10.284 [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:26:10.284 [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:26:10.285 [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:26:10.285 [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:26:10.285 [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:26:10.290 [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:26:10.291 [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:26:10.291 [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:26:10.293 [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:26:10.293 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:10.294 [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@4602e7b 01:26:10.294 [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:26:10.294 [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:26:10.298 [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 [Fri Apr 26 01:26:10 UTC 2024]; root of context hierarchy 01:26:10.302 [BundleStart #18] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:10.321 [BundleStart #18] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/context.xml] 01:26:10.340 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:10.341 [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:26:10.343 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:10.343 [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:26:10.399 [BundleStart #18] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:10.399 [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:26:10.450 [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@64ab7431: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:26:10.456 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:10.456 [BundleStart #18] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:10.457 [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:26:10.457 [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:26:10.463 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:10.465 [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@64ab7431: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:26:10.466 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:10.466 [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@3365ff67 01:26:10.466 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:10.466 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:10.466 [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:26:10.466 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:10.466 [BundleStart #18] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:10.466 [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:26:10.467 [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:26:10.467 [BundleStart #18] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:10.467 [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:26:10.469 [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@3f4f2616] 01:26:10.469 [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@639b1a6a] 01:26:10.487 [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:26:10.488 [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:26:10.488 [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:26:10.489 [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:26:10.489 [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:26:10.490 [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:26:10.491 [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@39337ba1] 01:26:10.493 [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 [Fri Apr 26 01:26:10 UTC 2024]; root of context hierarchy] 01:26:10.494 [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:26:10.495 [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:26:10.497 [BundleStart #18] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:10.499 [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:26:10.499 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:511 - Post processing: creating test bundle 01:26:10.506 [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:26:10.506 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:202 - Automatically creating Manifest for the test bundle 01:26:10.506 [main] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:369 - Using all classes in the jar for the generation of bundle imports 01:26:10.507 [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:26:10.507 [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:26:10.509 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:10.517 [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:26:10.517 [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:26:10.517 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:10.520 [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:26:10.520 [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:26:10.520 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class BaseIntegrationTest 01:26:10.521 [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:26:10.521 [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:26:10.521 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class ComponentBean 01:26:10.522 [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:26:10.522 [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:26:10.522 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:491 - Visiting class OrderedComponentScanningTest 01:26:10.523 [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:26:10.523 [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:26:10.523 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:10.523 [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:26:10.523 [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:26:10.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-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:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:10.524 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 01:26:10.525 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ 01:26:10.525 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/ComponentBean.class 01:26:10.525 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/OrderedComponentScanningTest.class 01:26:10.525 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/componentscanning/context.xml 01:26:10.529 [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:26:10.529 [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:26:10.531 [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:26:10.531 [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:26:10.532 [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:26:10.532 [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:26:10.532 [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:26:10.532 [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:26:10.532 [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:26:10.532 [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:26:10.532 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:10.534 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:10.534 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:10.535 [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:26:10.536 [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:26:10.536 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:10.536 [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:26:10.537 [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:26:10.539 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@5acf4256} 01:26:10.539 [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:26:10.539 [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:26:10.539 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 01:26:10.540 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:10.540 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:10.541 [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:26:10.541 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:10.541 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:10.542 [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:26:10.542 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:10.542 [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:26:10.543 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:10.543 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:10.544 [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:26:10.544 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:10.544 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:10.545 [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:26:10.545 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testAutowireInjection] to OSGi 01:26:10.554 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAutowireInjection] for execution inside OSGi 01:26:10.554 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAutowireInjection] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4f6ee6e4 01:26:10.554 [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:26:10.555 [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 [Fri Apr 26 01:26:10 UTC 2024]; root of context hierarchy 01:26:10.555 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:10.556 [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:26:10.558 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:10.558 [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:10.559 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:10.559 [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:10.573 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 01:26:10.574 [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:26:10.576 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:26:10.576 [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:26:10.579 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:10.579 [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:10.675 [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@752325ad: 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:26:10.676 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:10.676 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:10.676 [main] TRACE 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:10.676 [main] TRACE o.e.g.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:10.692 [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:26:10.693 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:10.696 [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:26:10.707 [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:26:10.707 [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:26:10.708 [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:26:10.708 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:10.711 [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:26:10.718 [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:26:10.719 [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:26:10.719 [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:26:10.720 [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:26:10.721 [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:26:10.722 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:10.724 [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:26:10.731 [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:26:10.731 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:10.733 [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:26:10.741 [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:26:10.741 [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:26:10.742 [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:26:10.742 [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:26:10.744 [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:26:10.745 [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:26:10.745 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:10.747 [main] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-beans (org.apache.servicemix.bundles.spring-beans)] exports [org.springframework.beans.factory.annotation] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:26:10.755 [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:26:10.755 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:10.757 [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:26:10.765 [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:26:10.766 [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:26:10.766 [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:26:10.767 [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:26:10.767 [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:26:10.767 [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:26:10.768 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@a1cdc6d] 01:26:10.768 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@175b9425] 01:26:10.784 [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:26:10.785 [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:26:10.785 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:10.789 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:10.794 [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:26:10.795 [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:26:10.795 [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:26:10.795 [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:26:10.795 [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:26:10.799 [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:26:10.800 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@31d2179f} 01:26:10.800 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@31d2179f] bound to proxy 01:26:10.800 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@31d2179f] bound to proxy 01:26:10.802 [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:26:10.803 [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:26:10.806 [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:26:10.807 [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:26:10.807 [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:26:10.808 [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:26:10.808 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:10.819 [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:26:10.820 [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:26:10.821 [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:26:10.821 [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:26:10.822 [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:26:10.852 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f46426d] 01:26:10.852 [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 [Fri Apr 26 01:26:10 UTC 2024]; root of context hierarchy] 01:26:10.852 [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:26:10.853 [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:10.866 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:10.867 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testAutowireInjection] 01:26:10.867 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testAutowireInjection]'s result read 01:26:10.868 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testInjectionIdentity] to OSGi 01:26:10.868 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectionIdentity] for execution inside OSGi 01:26:10.869 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testInjectionIdentity] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5fbdfdcf 01:26:10.869 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:10.869 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testInjectionIdentity] 01:26:10.869 [main] DEBUG o.e.g.b.i.j.c.OrderedComponentScanningTest:447 - Test[testInjectionIdentity]'s result read 01:26:10.870 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:364 - Writing test name [testComponentExistence] to OSGi 01:26:10.870 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentExistence] for execution inside OSGi 01:26:10.870 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testComponentExistence] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3bf9ce3e 01:26:10.871 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:10.871 [main] TRACE o.e.g.b.i.j.c.OrderedComponentScanningTest:440 - Reading OSGi results for test [testComponentExistence] 01:26:10.871 [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.137 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.componentscanning.OrderedComponentScanningTest 01:26:10.873 [Thread-0] INFO o.e.g.b.i.j.c.OrderedComponentScanningTest:471 - Shutting down OSGi platform 01:26:10.874 [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:26:10.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:10.877 [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 [Fri Apr 26 01:26:10 UTC 2024]; root of context hierarchy 01:26:10.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:10.877 [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 [Fri Apr 26 01:26:10 UTC 2024]; root of context hierarchy] 01:26:10.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:10.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:10.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:10.877 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:26:10.878 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@31d2179f] was unregistered and unbound from the service proxy 01:26:10.878 [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:26:10.878 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@31d2179f] was unregistered and unbound from the service proxy 01:26:10.878 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:26:10.878 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:10.879 [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:26:10.879 [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:26:10.879 [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@4602e7b 01:26:10.880 [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:26:10.880 [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:26:10.880 [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:26:10.880 [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 [Fri Apr 26 01:26:10 UTC 2024]; root of context hierarchy 01:26:10.880 [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 [Fri Apr 26 01:26:10 UTC 2024]; root of context hierarchy] 01:26:10.880 [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:10.880 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@31d2179f] 01:26:10.881 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:10.881 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:10.881 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@4602e7b 01:26:10.882 [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:26:10.882 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:10.882 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:10.882 [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:10.883 [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@19ccd459 01:26:10.883 [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:10.883 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:10.883 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:11,418 |-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:11,503 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:11,505 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:11,519 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:11,547 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:11,549 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:11,552 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:11,558 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:11,562 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:11,562 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:11,563 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:11,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:11,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:11,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:11,564 |-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:11,564 |-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:11,564 |-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:11,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:11,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:11,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:11,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:11,564 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:11,565 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:11,565 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:11,565 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:11,565 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:11,565 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:11,566 |-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:26:11.637 [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:26:11.640 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:85 - Instantiating platform wrapper... 01:26:11.647 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3557583556088159155kf 01:26:11.647 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:215 - About to start Knopflerfish OSGi Platform 01:26:11.714 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:11.716 [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:26:11.717 [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:26:11.718 [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:26:11.718 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:11.784 [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:26:11.794 [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:26:11.798 [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:26:11.799 [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:26:11.804 [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:26:11.810 [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:26:11.812 [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:26:11.814 [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:26:11.817 [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:26:11.827 [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:26:11.843 [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:26:11.845 [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:26:11.847 [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:26:11.851 [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:26:11.853 [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:26:11.855 [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:26:11.857 [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:26:11.859 [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:26:11.869 [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:26:11.876 [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:26:11.880 [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:26:11.881 [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:26:11.882 [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:26:11.882 [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:26:11.883 [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:26:11.885 [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:26:11.888 [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:26:11.888 [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:26:11.893 [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:26:11.894 [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:26:11.894 [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:26:11.898 [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:26:11.899 [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:26:11.901 [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:26:11,918 |-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:11,949 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:11,951 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:11,956 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:11,970 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:11,971 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:11,973 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:11,977 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used 01:26:11,980 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:11,980 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:11,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:11,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:11,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:11,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:11,981 |-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:11,981 |-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:11,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:11,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:11,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:11,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:11,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:11,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:11,982 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:11,982 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:11,982 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:11,983 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:11,983 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:11,983 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point 01:26:11.990 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:11.996 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:12.087 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:12.088 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:12.090 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:12.093 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:12.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:12.100 [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:12.100 [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:12.100 [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:12.100 [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:12.101 [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:12.101 [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:12.101 [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:12.102 [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:12.102 [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:12.102 [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:12.102 [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:12.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:12.103 [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:12.103 [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:12.103 [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:12.103 [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:12.104 [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:12.104 [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:12.104 [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:12.104 [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:12.104 [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:12.105 [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:12.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:12.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:12.105 [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:12.105 [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:12.105 [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:12.105 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:12.106 [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:12.106 [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:12.106 [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:12.106 [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:12.106 [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:12.106 [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:12.106 [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:12.107 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:12.107 [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:12.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:26:12.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:26:12.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:26:12.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:26:12.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:26:12.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:26:12.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:12.108 [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:12.108 [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:12.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:12.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:12.109 [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:12.109 [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:12.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:26:12.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:12.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:26:12.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:26:12.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:26:12.110 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:12.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:26:12.110 [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:12.110 [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:12.110 [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:12.111 [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:12.111 [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:12.111 [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:12.117 [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:12.117 [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:12.118 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:12.118 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:12.120 [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:12.122 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:12.122 [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:12.122 [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:12.123 [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:12.125 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:12.131 [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:12.131 [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:12.132 [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:12.138 [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:12.139 [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:12.139 [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:12.140 [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:12.140 [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:12.140 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:12.140 [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:12.141 [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:12.141 [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:12.141 [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:12.141 [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:12.142 [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:12.143 [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:12.143 [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:12.143 [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:12.143 [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:12.143 [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:12.144 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:12.144 [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:12.144 [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:12.144 [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:12.145 [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:12.145 [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:12.145 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:12.146 [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:12.146 [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:12.146 [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:12.147 [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:12.147 [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:12.147 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:12.147 [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:12.147 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:12.148 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:12.149 [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:12.149 [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:12.149 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:12.149 [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:12.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:26:12.150 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:12.150 [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:12.150 [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:12.150 [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:12.152 [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:12.153 [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:12.153 [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:26:12.157 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:12.158 [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:12.158 [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:12.158 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:12.159 [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:12.159 [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:12.159 [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:12.159 [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:26:12.160 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 01:26:12.160 [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:26:12.160 [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:26:12.160 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Component Bundle (org.eclipse.gemini.blueprint.iandt.io.component)] 01:26:12.160 [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:26:12.160 [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:26:12.160 [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:26:12.161 [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:26:12.162 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:511 - Post processing: creating test bundle 01:26:12.169 [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:26:12.169 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:202 - Automatically creating Manifest for the test bundle 01:26:12.169 [main] INFO o.e.g.b.i.j.io.ComponentScanTest:366 - Using the test class for generating bundle imports 01:26:12.170 [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:26:12.170 [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:26:12.173 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class ComponentScanTest 01:26:12.180 [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:26:12.180 [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:26:12.180 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest 01:26:12.183 [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:26:12.183 [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:26:12.183 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:12.184 [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:26:12.184 [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:26:12.184 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:12.185 [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:26:12.185 [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:26:12.185 [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:26:12.185 [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:26:12.185 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:12.185 [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:26:12.186 [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:26:12.186 [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:26:12.186 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:12.186 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:12.186 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:12.186 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:12.186 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:12.186 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:12.186 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:12.186 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:12.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:12.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:12.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/ 01:26:12.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ 01:26:12.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/ComponentScanTest.class 01:26:12.187 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/jdk5/io/component-scan.xml 01:26:12.191 [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:26:12.191 [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:26:12.193 [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:26:12.193 [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:26:12.193 [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:26:12.193 [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:26:12.193 [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:26:12.193 [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:26:12.194 [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:26:12.194 [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:26:12.194 [main] DEBUG o.e.g.b.i.j.io.ComponentScanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:12.195 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:12.195 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:12.196 [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:26:12.197 [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:26:12.197 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:12.197 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:12.197 [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:26:12.198 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:12.198 [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:26:12.198 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:12.199 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:12.199 [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:26:12.199 [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:26:12.199 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:12.200 [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:26:12.200 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:12.200 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:12.200 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:12.200 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:12.201 [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:26:12.202 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:364 - Writing test name [testComponentScan] to OSGi 01:26:12.209 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testComponentScan] for execution inside OSGi 01:26:12.209 [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:26:12.210 [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:26:12.217 [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 [Fri Apr 26 01:26:12 UTC 2024]; root of context hierarchy 01:26:12.221 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:12.237 [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:26:12.256 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:12.256 [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:12.257 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:12.257 [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:12.300 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 01:26:12.301 [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:26:12.305 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:26:12.305 [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:26:12.340 [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:26:12.346 [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:26:12.353 [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:26:12.358 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:12.358 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:12.359 [main] TRACE 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:12.359 [main] TRACE o.e.g.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:12.380 [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:26:12.381 [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:26:12.381 [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:26:12.382 [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:26:12.384 [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:26:12.384 [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:26:12.384 [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:26:12.385 [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:26:12.387 [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:26:12.387 [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:26:12.388 [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:26:12.388 [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:26:12.389 [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:26:12.389 [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:26:12.391 [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:26:12.392 [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:26:12.392 [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:26:12.393 [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:26:12.394 [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:26:12.395 [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:26:12.395 [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:26:12.395 [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:26:12.396 [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:26:12.397 [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:26:12.397 [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:26:12.403 [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:26:12.404 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:12.410 [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:26:12.411 [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:26:12.422 [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:26:12.423 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:12.428 [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:26:12.428 [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:26:12.451 [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:26:12.451 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:12.455 [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:26:12.455 [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:26:12.461 [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:26:12.461 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:12.465 [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:26:12.465 [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:26:12.477 [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:26:12.478 [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:26:12.478 [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:26:12.479 [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:26:12.479 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:12.487 [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:26:12.488 [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:26:12.488 [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:26:12.489 [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:26:12.489 [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:26:12.550 [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:26:12.552 [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 [Fri Apr 26 01:26:12 UTC 2024]; root of context hierarchy] 01:26:12.553 [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:26:12.554 [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:12.567 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:12.567 [main] TRACE o.e.g.b.i.j.io.ComponentScanTest:440 - Reading OSGi results for test [testComponentScan] 01:26:12.567 [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: 0.934 sec - in org.eclipse.gemini.blueprint.iandt.jdk5.io.ComponentScanTest 01:26:12.570 [Thread-0] INFO o.e.g.b.i.j.io.ComponentScanTest:471 - Shutting down OSGi platform 01:26:12.570 [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:26:12.571 [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 [Fri Apr 26 01:26:12 UTC 2024]; root of context hierarchy 01:26:12.571 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:12.571 [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 [Fri Apr 26 01:26:12 UTC 2024]; root of context hierarchy] 01:26:12.571 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:12.571 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:12.571 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:12.571 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:12.571 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:12.571 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:12.571 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:12.572 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:12.572 [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:12.572 [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:12.572 [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:12.573 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:12.573 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:13,107 |-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,187 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:13,189 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:13,202 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:13,223 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:13,225 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:13,228 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:13,239 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:26:13,243 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:13,244 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:13,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:13,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:13,245 |-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,245 |-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,245 |-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,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:13,245 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:13,246 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:13,246 |-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,246 |-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,246 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:13,246 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:13,246 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:13,246 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:13,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:13,247 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:13,247 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:13,248 |-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:26:13.318 [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:26:13.321 [main] TRACE o.e.g.b.i.l.LifecycleTest:85 - Instantiating platform wrapper... 01:26:13.328 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2876967963031577608kf 01:26:13.328 [main] DEBUG o.e.g.b.i.l.LifecycleTest:215 - About to start Knopflerfish OSGi Platform 01:26:13.394 [main] INFO o.e.g.b.i.l.LifecycleTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:13.396 [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:26:13.397 [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:26:13.398 [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:26:13.398 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:13.475 [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:26:13.485 [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:26:13.489 [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:26:13.490 [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:26:13.495 [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:26:13.502 [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:26:13.503 [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:26:13.505 [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:26:13.508 [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:26:13.517 [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:26:13.523 [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:26:13.538 [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:26:13.541 [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:26:13.545 [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:26:13.546 [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:26:13.549 [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:26:13.551 [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:26:13.552 [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:26:13.561 [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:26:13.566 [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:26:13.569 [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:26:13.570 [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:26:13.570 [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:26:13.571 [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:26:13.571 [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:26:13.573 [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:26:13.574 [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:26:13.575 [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:26:13.578 [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:26:13.578 [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:26:13.579 [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:26:13.581 [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:26:13.582 [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:26:13.583 [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:26:13,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:13,621 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:13,623 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:13,628 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:13,647 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:13,648 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:13,650 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:13,654 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3f4f416e - No compression will be used 01:26:13,657 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:13,657 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:13,658 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:13,658 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:13,658 |-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,658 |-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,658 |-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,658 |-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,658 |-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,658 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:13,658 |-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,659 |-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,659 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:13,659 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:13,659 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:13,659 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:13,659 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:13,659 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:13,659 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:13,660 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@602a8dcf - Registering current configuration as safe fallback point 01:26:13.667 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:13.673 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:13.768 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:13.769 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:13.771 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:13.773 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:13.779 [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.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:26:13.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:26:13.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:26:13.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:26:13.782 [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.782 [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.782 [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.782 [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.783 [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.783 [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.783 [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.783 [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.784 [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.784 [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.784 [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.784 [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.784 [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.784 [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.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:26:13.785 [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.785 [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.785 [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.785 [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.786 [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.786 [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.786 [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.786 [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.786 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:13.786 [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.786 [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.787 [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.787 [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.787 [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.787 [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.787 [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.787 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:13.788 [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.788 [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.788 [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.788 [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.788 [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.788 [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.789 [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.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:13.789 [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.789 [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.789 [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.789 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:13.790 [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.790 [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.790 [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.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:13.790 [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.790 [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.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:26:13.790 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:13.790 [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.791 [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.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:26:13.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:26:13.792 [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.792 [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.792 [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.798 [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.798 [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.799 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:13.799 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:13.801 [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.803 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:13.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@5c296293 w/ reference null 01:26:13.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@5c296293 w/ reference null 01:26:13.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:13.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:13.812 [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.813 [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.813 [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.814 [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.815 [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.815 [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.816 [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.816 [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.816 [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.816 [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.817 [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.817 [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.817 [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.818 [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.818 [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.819 [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.819 [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.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:26:13.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:26:13.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:13.820 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:13.820 [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.820 [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.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:26:13.821 [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.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:26:13.821 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:13.822 [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.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:13.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:13.823 [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.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:13.823 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:13.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:26:13.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:13.824 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:13.831 [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.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:26:13.831 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:13.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:26:13.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:26:13.832 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:13.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:26:13.832 [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.832 [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.834 [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.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:13.835 [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:26:13.841 [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.842 [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.842 [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.842 [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.842 [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.842 [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.842 [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.842 [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:26:13.843 [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:26:13.844 [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:26:13.844 [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:26:13.844 [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:26:13.844 [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:26:13.844 [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:26:13.844 [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:26:13.849 [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:26:13.850 [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:26:13.850 [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:26:13.851 [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:26:13.851 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:13.852 [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@349faa39 01:26:13.852 [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:13.852 [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:13.853 [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:26:13.853 [main] DEBUG o.e.g.b.i.l.LifecycleTest:511 - Post processing: creating test bundle 01:26:13.855 [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 [Fri Apr 26 01:26:13 UTC 2024]; root of context hierarchy 01:26:13.859 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:13.860 [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:26:13.860 [main] INFO o.e.g.b.i.l.LifecycleTest:202 - Automatically creating Manifest for the test bundle 01:26:13.860 [main] INFO o.e.g.b.i.l.LifecycleTest:366 - Using the test class for generating bundle imports 01:26:13.861 [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:26:13.862 [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:26:13.864 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class LifecycleTest 01:26:13.872 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:13.872 [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:26:13.872 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest 01:26:13.874 [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:26:13.874 [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:26:13.874 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:13.875 [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:26:13.875 [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:26:13.875 [main] TRACE o.e.g.b.i.l.LifecycleTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:13.876 [main] TRACE o.e.g.b.i.l.LifecycleTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:13.876 [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:26:13.876 [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:26:13.876 [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:26:13.876 [main] TRACE o.e.g.b.i.l.LifecycleTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:13.876 [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:26:13.877 [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:26:13.877 [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:26:13.877 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:13.877 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:13.877 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:13.877 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:13.877 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:13.877 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:13.877 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:13.877 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:13.878 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:13.878 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:13.878 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/ 01:26:13.878 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/LifecycleTest.class 01:26:13.878 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/lifecycle/MANIFEST.MF 01:26:13.878 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/lifecycle.xml] 01:26:13.882 [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:26:13.882 [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:26:13.883 [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:26:13.884 [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:26:13.884 [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:26:13.884 [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:26:13.884 [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:26:13.884 [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:26:13.884 [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:26:13.884 [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:26:13.885 [main] DEBUG o.e.g.b.i.l.LifecycleTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:13.886 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:13.886 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:13.887 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:13.887 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:13.888 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:13.888 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:13.888 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:13.889 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:13.889 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:13.889 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:13.889 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:13.890 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:13.890 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:13.890 [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:26:13.891 [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:26:13.892 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:13.892 [main] DEBUG o.e.g.b.i.l.LifecycleTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 01:26:13.899 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:13.899 [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:13.899 [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:13.900 [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:13.979 [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@11bcc8e2: defining beans [guinea-pig]; root of factory hierarchy 01:26:13.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:13.985 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:13.985 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:13.986 [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:13.991 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:13.993 [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@11bcc8e2: defining beans [guinea-pig]; root of factory hierarchy] 01:26:13.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:13.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@6a5f21fa 01:26:13.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:13.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:13.994 [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:13.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:13.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:13.994 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:13.994 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:13.995 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:13.995 [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:13.996 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@69b0136c] 01:26:13.997 [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@47cd8e80] 01:26:14.008 [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@4b55c62c] 01:26:14.009 [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 [Fri Apr 26 01:26:13 UTC 2024]; root of context hierarchy] 01:26:14.011 [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:14.012 [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:14.012 [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:26:14.012 [main] DEBUG o.e.g.b.i.l.LifecycleTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.lifecycle 01:26:14.013 [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:26:14.013 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:14.013 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:14.014 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:14.014 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:14.014 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:14.015 [main] TRACE o.e.g.b.i.l.LifecycleTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:14.015 [main] TRACE o.e.g.b.i.l.LifecycleTest:364 - Writing test name [testLifecycle] to OSGi 01:26:14.023 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testLifecycle] for execution inside OSGi 01:26:14.023 [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:26:14.023 [main] INFO o.e.g.b.i.l.LifecycleTest:190 - Loading context for locations: 01:26:14.024 [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 [Fri Apr 26 01:26:14 UTC 2024]; root of context hierarchy 01:26:14.025 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:14.025 [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:26:14.025 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:14.025 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:14.025 [main] TRACE 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:14.026 [main] TRACE o.e.g.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:14.026 [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:26:14.026 [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:26:14.026 [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:26:14.026 [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 [Fri Apr 26 01:26:14 UTC 2024]; root of context hierarchy] 01:26:14.027 [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:26:14.027 [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:14.042 [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:26:14.043 [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:26:14.044 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:14.044 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@349faa39 01:26:14.044 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:14.044 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.lifecycle, config=osgibundle:/META-INF/spring/*.xml) 01:26:14.045 [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:14.045 [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 [Fri Apr 26 01:26:13 UTC 2024]; root of context hierarchy 01:26:14.045 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Fri Apr 26 01:26:13 UTC 2024]; root of context hierarchy] 01:26:14.046 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:14.047 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:14.047 [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@349faa39 01:26:14.047 [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:14.048 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:14.048 [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@5968dc4b 01:26:14.048 [main] TRACE o.e.g.b.i.l.LifecycleTest:440 - Reading OSGi results for test [testLifecycle] 01:26:14.049 [main] DEBUG o.e.g.b.i.l.LifecycleTest:447 - Test[testLifecycle]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 sec - in org.eclipse.gemini.blueprint.iandt.lifecycle.LifecycleTest 01:26:14.051 [Thread-0] INFO o.e.g.b.i.l.LifecycleTest:471 - Shutting down OSGi platform 01:26:14.051 [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:26:14.052 [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 [Fri Apr 26 01:26:14 UTC 2024]; root of context hierarchy 01:26:14.052 [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 [Fri Apr 26 01:26:14 UTC 2024]; root of context hierarchy] 01:26:14.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:14.052 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:14.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:14.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:14.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:14.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:14.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:14.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:14.052 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:14.053 [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:14.053 [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:14.053 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:14.054 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:14,583 |-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,656 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:14,658 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:14,671 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:14,692 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:14,693 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:14,697 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:14,702 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@67b92f0a - No compression will be used 01:26:14,707 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:14,707 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:14,708 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:14,708 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:14,708 |-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,708 |-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,708 |-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,708 |-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,708 |-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,708 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:14,709 |-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,709 |-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,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:14,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:14,709 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:14,709 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:14,709 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:14,709 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:14,710 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:14,710 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@1f36e637 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest 01:26:14.792 [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:26:14.795 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:85 - Instantiating platform wrapper... 01:26:14.802 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6207077666067449283kf 01:26:14.803 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:215 - About to start Knopflerfish OSGi Platform 01:26:14.874 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:14.877 [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:26:14.877 [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:26:14.878 [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:26:14.879 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:14.946 [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:26:14.956 [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:26:14.960 [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:26:14.961 [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:26:14.966 [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:26:14.972 [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:26:14.973 [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:26:14.975 [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:26:14.979 [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:26:14.988 [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:26:14.993 [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:26:14.994 [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:26:14.997 [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:26:15.001 [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:26:15.002 [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:26:15.005 [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:26:15.007 [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:26:15.008 [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:26:15.010 [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:26:15.042 [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:26:15.047 [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:26:15.049 [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:26:15.051 [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:26:15.051 [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:26:15.051 [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:26:15.052 [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:26:15.053 [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:26:15.055 [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:26:15.055 [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:26:15.059 [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:26:15.059 [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:26:15.059 [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:26:15.061 [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:26:15.062 [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:26:15.064 [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:26:15,080 |-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,102 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:15,104 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:15,109 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:15,122 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:15,124 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:15,126 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:15,130 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1d61c288 - No compression will be used 01:26:15,133 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:15,133 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:15,134 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:15,134 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:15,134 |-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,134 |-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,134 |-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,134 |-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,134 |-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,134 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:15,134 |-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,135 |-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,135 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:15,135 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:15,135 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:15,135 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:15,135 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:15,135 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:15,135 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:15,136 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@62527254 - Registering current configuration as safe fallback point 01:26:15.143 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:15.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-202404260124] 01:26:15.233 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:15.241 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:15.244 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:15.246 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:15.249 [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.250 [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.250 [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.251 [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.251 [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.252 [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.252 [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.252 [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.252 [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.253 [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.253 [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.253 [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.253 [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.253 [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.253 [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.254 [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.254 [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.254 [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.254 [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.254 [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.254 [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.255 [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.255 [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.255 [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.255 [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.256 [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.256 [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.256 [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.256 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:15.256 [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.256 [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.257 [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.257 [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.257 [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.257 [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.257 [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.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:15.258 [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.258 [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.258 [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.258 [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.258 [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.258 [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.259 [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.259 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:15.259 [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.259 [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.259 [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.259 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:15.260 [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.260 [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.260 [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.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:15.260 [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.260 [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.260 [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.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:15.260 [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.261 [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.261 [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.261 [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.262 [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.262 [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.262 [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.267 [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.268 [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.269 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:15.269 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:15.271 [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.273 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:15.273 [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:26:15.273 [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:26:15.274 [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.276 [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.282 [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.283 [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.283 [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.284 [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.285 [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.285 [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.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:15.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:15.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:15.286 [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.287 [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.287 [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.288 [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.288 [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.288 [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.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:26:15.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:26:15.289 [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.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:26:15.290 [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.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:15.290 [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.290 [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.291 [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.291 [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.291 [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.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:15.292 [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.292 [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.292 [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.293 [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.293 [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.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:15.294 [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.294 [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.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:15.295 [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.295 [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.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:15.296 [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.296 [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.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:15.296 [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.296 [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.297 [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.298 [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.299 [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.299 [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:26:15.303 [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.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:26:15.304 [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.304 [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.304 [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.304 [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.304 [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.305 [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:26:15.306 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:15.306 [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:26:15.306 [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:26:15.306 [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:26:15.312 [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:26:15.312 [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:26:15.312 [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:26:15.314 [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:26:15.314 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:15.314 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:15.315 [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@4ddfd7e 01:26:15.315 [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:15.315 [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:26:15.315 [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:15.315 [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:26:15.315 [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:26:15.316 [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:26:15.317 [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:26:15.317 [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:26:15.317 [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:26:15.317 [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:26:15.317 [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:26:15.317 [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:26:15.317 [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:26:15.317 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:15.318 [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:26:15.318 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.318 [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:26:15.318 [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:26:15.319 [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:26:15.320 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:511 - Post processing: creating test bundle 01:26:15.322 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:15.344 [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:26:15.344 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:202 - Automatically creating Manifest for the test bundle 01:26:15.345 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:366 - Using the test class for generating bundle imports 01:26:15.346 [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:26:15.346 [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:26:15.348 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class MavenArtifactLookupTest 01:26:15.356 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:15.356 [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:26:15.356 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest 01:26:15.356 [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:26:15.358 [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:26:15.359 [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:26:15.359 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:15.360 [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:26:15.360 [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:26:15.360 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:15.360 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:15.360 [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:26:15.360 [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:26:15.361 [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:26:15.361 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:15.361 [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:26:15.361 [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:26:15.361 [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:26:15.361 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:15.361 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:15.361 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:15.361 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:15.362 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:15.362 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:15.362 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:15.362 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:15.362 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:15.362 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:15.362 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/ 01:26:15.362 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.MF 01:26:15.362 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/mavenArtifact/MavenArtifactLookupTest.class 01:26:15.366 [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:26:15.366 [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:26:15.368 [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:26:15.368 [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:26:15.368 [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:26:15.368 [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:26:15.368 [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:26:15.368 [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:26:15.369 [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:26:15.369 [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:26:15.369 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:15.370 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:15.371 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:15.371 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:15.371 [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:26:15.372 [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:15.373 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:15.373 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:15.377 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:15.377 [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:15.378 [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:15.378 [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:15.453 [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:15.453 [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:15.477 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:26:15.479 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:15.480 [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:15.480 [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:15.480 [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:15.499 [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@57ef4e98: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:15.506 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:15.506 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:15.507 [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:15.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:15.514 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:15.540 [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@57ef4e98: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:15.540 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:15.540 [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@3aff7e01 01:26:15.541 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:15.541 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:15.541 [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:15.541 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:15.541 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:15.541 [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:15.542 [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:15.542 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:15.542 [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@4ddfd7e 01:26:15.542 [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:26:15.542 [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:26:15.543 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.543 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:15.544 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/cardinality0to1.xml] 01:26:15.546 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:15.547 [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:15.547 [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:15.547 [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:15.562 [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:15.562 [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:15.569 [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@65a46b51: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy 01:26:15.570 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:15.570 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:15.570 [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:15.570 [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:15.571 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:15.571 [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@65a46b51: defining beans [listener,my-container,simpleServiceOsgi]; root of factory hierarchy] 01:26:15.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:15.571 [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@3aff7e01 01:26:15.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:26:15.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:15.592 [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:26:15.592 [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:26:15.592 [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:26:15.594 [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:26:15.594 [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:26:15.594 [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:26:15.594 [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:26:15.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:15.594 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:15.594 [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:26:15.594 [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:26:15.595 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:15.595 [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:15.596 [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@485b2e8b] 01:26:15.596 [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@5519692c] Delaying for:0 01:26:15.600 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:15.601 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:15.601 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:15.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.simpleservice.impl.MyServiceImpl] classes {} 01:26:15.602 [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:15.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:15.604 [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@4a01d8] 01:26:15.606 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy] 01:26:15.607 [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:15.608 [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:15.638 [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:15.638 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:15.639 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:15.639 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:15.639 [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:26:15.640 [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:26:15.640 [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:26:15.640 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:15.640 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 01:26:15.640 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:15.641 [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:26:15.641 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:15.645 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:15.650 [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:26:15.650 [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:26:15.651 [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:26:15.651 [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:26:15.651 [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:26:15.653 [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@2a01ea10] 01:26:15.653 [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@363f719d] 01:26:15.654 [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:26:15.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:26:15.654 [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@7aad8458 w/ reference null 01:26:15.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:15.655 [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:26:15.655 [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@7aad8458 w/ reference null 01:26:15.655 [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:26:15.656 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:15.656 [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:26:15.656 [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:26:15.656 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:15.656 [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:26:15.657 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6f105b85] 01:26:15.657 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy] 01:26:15.658 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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:26:15.658 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:15.658 [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:26:15.659 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:15.659 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.cardinality.0to1 01:26:15.659 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:15.660 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:15.660 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:15.661 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:15.661 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:15.661 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:15.662 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:15.662 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:15.662 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:15.663 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:15.663 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:15.663 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:15.664 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:15.665 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:364 - Writing test name [test0to1Cardinality] to OSGi 01:26:15.673 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [test0to1Cardinality] for execution inside OSGi 01:26:15.674 [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:26:15.674 [main] INFO o.e.g.b.i.m.MavenArtifactLookupTest:190 - Loading context for locations: 01:26:15.675 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.675 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:15.676 [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@6b81ce95: defining beans []; root of factory hierarchy 01:26:15.676 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:15.676 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:15.676 [main] TRACE 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.676 [main] TRACE o.e.g.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.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@515aebb0] 01:26:15.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@dd8ba08] 01:26:15.677 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@245b4bdc] 01:26:15.678 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy] 01:26:15.678 [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:26:15.678 [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.690 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:15.700 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.700 [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:26:15.710 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.711 [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:26:15.712 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:15.712 [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:26:15.712 [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:26:15.713 [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:26:15.713 [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:15.713 [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:26:15.713 [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:26:15.713 [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:26:15.713 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:26:15.713 [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@4ddfd7e 01:26:15.713 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:15.714 [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:15.714 [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:15.714 [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:26:15.714 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.714 [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:26:15.714 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:15.714 [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:15.715 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:15.715 [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:15.715 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:26:15.717 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:15.717 [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:15.718 [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:15.718 [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:15.746 [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:15.746 [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:15.751 [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:15.753 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:15.753 [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:15.753 [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:15.753 [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:15.762 [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@7bd39027: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:26:15.762 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:15.762 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:15.762 [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:15.763 [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:15.763 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:15.763 [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@7bd39027: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:26:15.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:15.764 [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@3aff7e01 01:26:15.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:15.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:15.764 [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:15.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:15.764 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:15.764 [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:15.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:15.764 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:15.764 [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:15.765 [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@2376ab22] 01:26:15.765 [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@5d108303] 01:26:15.769 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:26:15.769 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:26:15.770 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:26:15.770 [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:15.770 [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:15.770 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2d6d994a] bound to proxy 01:26:15.771 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2d6d994a] bound to proxy 01:26:15.771 [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@7aad8458 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@2d6d994a 01:26:15.771 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@4811d035 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;@9f7b7b4, service.id=13} 01:26:15.771 [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:26:15.771 [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@7aad8458 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@2d6d994a 01:26:15.771 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:26:15.772 [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@46766980] 01:26:15.772 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy] 01:26:15.772 [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:15.772 [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:15.773 [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:15.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:26:15.773 [main] DEBUG o.e.g.b.i.m.MavenArtifactLookupTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 Dependency started 01:26:15.773 [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:26:15.774 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:15.774 [main] TRACE o.e.g.b.i.m.MavenArtifactLookupTest:440 - Reading OSGi results for test [test0to1Cardinality] 01:26:15.775 [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: 0.986 sec - in org.eclipse.gemini.blueprint.iandt.mavenArtifact.MavenArtifactLookupTest 01:26:15.777 [Thread-0] INFO o.e.g.b.i.m.MavenArtifactLookupTest:471 - Shutting down OSGi platform 01:26:15.778 [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:26:15.788 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:15.788 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.788 [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:26:15.788 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy] 01:26:15.789 [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:15.789 [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:26:15.789 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:15.846 [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:26:15.846 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19], BundleImpl[id=18]] 01:26:15.847 [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:26:15.848 [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:26:15.848 [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@4ddfd7e 01:26:15.848 [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:26:15.848 [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:26:15.848 [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:26:15.848 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.848 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy] 01:26:15.849 [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@7aad8458 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@2d6d994a 01:26:15.849 [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@4811d035 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;@653ff59c, service.id=13} 01:26:15.849 [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:26:15.849 [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@7aad8458 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@2d6d994a 01:26:15.849 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2d6d994a] was unregistered and unbound from the service proxy 01:26:15.849 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2d6d994a] was unregistered and unbound from the service proxy 01:26:15.849 [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:26:15.850 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:15.850 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:26:15.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@4ddfd7e 01:26:15.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.cardinality.0to1, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:15.851 [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:15.851 [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:15.851 [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@4ddfd7e 01:26:15.851 [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:15.851 [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:15.851 [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:15.851 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.851 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy] 01:26:15.851 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:15.851 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@251a2e22] 01:26:15.852 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:15.852 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:15.852 [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@4ddfd7e 01:26:15.852 [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:15.852 [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:15.852 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=21]] 01:26:15.852 [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:15.852 [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:15.852 [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@4ddfd7e 01:26:15.852 [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:15.852 [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:15.853 [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:15.853 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy 01:26:15.853 [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 [Fri Apr 26 01:26:15 UTC 2024]; root of context hierarchy] 01:26:15.853 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:26:15.853 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2d6d994a] 01:26:15.853 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:15.853 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:15.853 [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@4ddfd7e 01:26:15.853 [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:15.853 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:15.853 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:15.853 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:15.854 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:15.854 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:15.854 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:15.854 [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:26:15.855 [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:15.855 [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:26:15.855 [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:26:15.855 [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:15.855 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:15.855 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:16,389 |-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,461 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:16,463 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:16,476 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:16,498 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:16,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:16,503 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:16,508 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:16,513 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:16,513 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:16,514 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:16,514 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:16,514 |-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,514 |-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,514 |-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,514 |-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,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:16,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:16,515 |-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,515 |-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,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:16,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:16,515 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:16,515 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:16,515 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:16,516 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:16,516 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:16,516 |-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:26:16.590 [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:26:16.594 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:85 - Instantiating platform wrapper... 01:26:16.600 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4639829805289136999kf 01:26:16.601 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:215 - About to start Knopflerfish OSGi Platform 01:26:16.667 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:16.670 [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:26:16.670 [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:26:16.671 [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:26:16.672 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:16.733 [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:26:16.743 [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:26:16.746 [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:26:16.748 [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:26:16.753 [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:26:16.759 [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:26:16.760 [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:26:16.762 [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:26:16.765 [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:26:16.769 [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:26:16.781 [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:26:16.782 [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:26:16.785 [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:26:16.789 [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:26:16.790 [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:26:16.793 [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:26:16.795 [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:26:16.805 [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:26:16.809 [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:26:16.812 [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:26:16.813 [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:26:16.814 [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:26:16.814 [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:26:16.815 [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:26:16.816 [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:26:16.839 [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:26:16.840 [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:26:16.843 [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:26:16.843 [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:26:16.843 [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:26:16.846 [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:26:16.846 [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:26:16.847 [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:26:16,864 |-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,887 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:16,889 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:16,894 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:16,907 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:16,908 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:16,910 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:16,914 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@227c5918 - No compression will be used 01:26:16,917 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:16,917 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:16,918 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:16,918 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:16,918 |-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,918 |-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,918 |-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,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:16,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:16,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:16,919 |-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,919 |-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,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:16,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:16,919 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:16,919 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:16,919 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:16,920 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:16,920 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:16,920 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6f83d19c - Registering current configuration as safe fallback point 01:26:16.927 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:16.933 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:17.017 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:17.017 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:17.020 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:17.022 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:17.025 [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.026 [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.026 [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.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:26:17.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:26:17.039 [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.040 [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.040 [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.040 [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.040 [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.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:17.041 [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.041 [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.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:17.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:17.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:17.041 [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.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:17.042 [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.042 [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.042 [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.043 [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.043 [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.043 [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.043 [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.043 [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.043 [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.043 [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.043 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:17.044 [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.044 [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.044 [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.044 [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.044 [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.044 [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.044 [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.045 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:17.045 [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.045 [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.045 [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.045 [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.046 [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.046 [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.046 [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.046 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:17.046 [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.046 [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.046 [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.047 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:17.047 [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.047 [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.047 [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.048 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:17.048 [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.048 [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.048 [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.048 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:17.048 [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.048 [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.048 [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.048 [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.049 [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.049 [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.050 [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.055 [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.055 [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.057 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:17.057 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:17.059 [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.060 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:17.061 [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:26:17.061 [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:26:17.061 [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.064 [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.070 [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.070 [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.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:26:17.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:26:17.072 [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.072 [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.073 [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.073 [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.074 [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.074 [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.074 [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.074 [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.075 [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.075 [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.075 [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.076 [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.076 [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.076 [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.077 [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.077 [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.077 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:17.077 [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.078 [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.078 [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.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:26:17.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:26:17.079 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:17.079 [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.079 [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.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:26:17.080 [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.080 [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.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:17.081 [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.081 [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.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:17.082 [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.082 [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.083 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:17.083 [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.083 [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.083 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:17.083 [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.084 [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.084 [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.086 [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.086 [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.086 [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:26:17.090 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:17.091 [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:17.091 [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:17.091 [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:17.091 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:17.091 [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:17.092 [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:17.093 [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:26:17.093 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:511 - Post processing: creating test bundle 01:26:17.102 [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:26:17.103 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:202 - Automatically creating Manifest for the test bundle 01:26:17.103 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:366 - Using the test class for generating bundle imports 01:26:17.104 [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:26:17.105 [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:26:17.107 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class EmbeddedNamespaceLibraryTest 01:26:17.114 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:17.114 [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:26:17.114 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest 01:26:17.117 [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:26:17.118 [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:26:17.118 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:17.119 [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:26:17.119 [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:26:17.119 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:17.120 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:17.120 [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:26:17.121 [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:26:17.121 [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:26:17.121 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:17.121 [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:26:17.122 [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:26:17.122 [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:26:17.122 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:17.122 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:17.122 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ 01:26:17.122 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /namespace/ns.jar 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/ 01:26:17.123 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/EmbeddedNamespaceLibraryTest.class 01:26:17.124 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/namespace/context.xml 01:26:17.129 [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:26:17.129 [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:26:17.132 [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:26:17.132 [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:26:17.132 [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:26:17.132 [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:26:17.132 [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:26:17.133 [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:26:17.133 [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:26:17.133 [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:26:17.133 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:17.138 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:17.139 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:17.140 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:17.140 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:17.140 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:17.141 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:17.141 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:17.141 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:17.142 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:17.142 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:17.142 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:17.143 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:17.143 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:17.143 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:17.144 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:17.145 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:17.145 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:17.146 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:17.146 [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:26:17.147 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 01:26:17.156 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 01:26:17.157 [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:26:17.157 [main] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/namespace/context.xml 01:26:17.164 [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 [Fri Apr 26 01:26:17 UTC 2024]; root of context hierarchy 01:26:17.168 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:17.186 [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:26:17.207 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:17.208 [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:17.209 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:17.209 [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:17.256 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/osgi/iandt/namespace/config/test.xsd 01:26:17.257 [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:26:17.267 [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:26:17.273 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:17.274 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:17.274 [main] TRACE 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:17.275 [main] TRACE o.e.g.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:17.281 [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:26:17.281 [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:26:17.291 [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:26:17.293 [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 [Fri Apr 26 01:26:17 UTC 2024]; root of context hierarchy] 01:26:17.295 [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:26:17.296 [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:17.308 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:17.308 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 01:26:17.308 [main] DEBUG o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 01:26:17.309 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 01:26:17.310 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 01:26:17.310 [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:26:17.310 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:17.310 [main] TRACE o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 01:26:17.311 [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: 0.723 sec - in org.eclipse.gemini.blueprint.iandt.namespace.EmbeddedNamespaceLibraryTest 01:26:17.313 [Thread-0] INFO o.e.g.b.i.n.EmbeddedNamespaceLibraryTest:471 - Shutting down OSGi platform 01:26:17.313 [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:26:17.313 [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 [Fri Apr 26 01:26:17 UTC 2024]; root of context hierarchy 01:26:17.313 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:17.314 [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 [Fri Apr 26 01:26:17 UTC 2024]; root of context hierarchy] 01:26:17.314 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:17.314 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:17.314 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:17.314 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:17.314 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:17.314 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:17.314 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:17.315 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:17.315 [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:17.315 [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:17.316 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:17.316 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:17,856 |-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,925 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:17,926 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:17,939 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:17,961 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:17,963 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:17,966 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:17,972 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:17,976 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:17,976 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:17,978 |-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,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:17,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:17,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:17,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:17,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:17,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:17,978 |-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,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:17,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:17,979 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:17,979 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:17,979 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:17,979 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:17,979 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:17,980 |-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:26:18.062 [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:26:18.065 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:85 - Instantiating platform wrapper... 01:26:18.072 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6215562959817141697kf 01:26:18.073 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:215 - About to start Knopflerfish OSGi Platform 01:26:18.139 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:18.141 [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:26:18.142 [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:26:18.143 [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:26:18.144 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:18.206 [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:26:18.216 [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:26:18.219 [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:26:18.221 [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:26:18.225 [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:26:18.232 [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:26:18.233 [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:26:18.235 [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:26:18.238 [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:26:18.242 [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:26:18.254 [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:26:18.256 [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:26:18.258 [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:26:18.263 [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:26:18.264 [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:26:18.266 [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:26:18.268 [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:26:18.278 [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:26:18.283 [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:26:18.286 [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:26:18.287 [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:26:18.287 [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:26:18.287 [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:26:18.288 [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:26:18.289 [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:26:18.291 [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:26:18.292 [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:26:18.295 [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:26:18.295 [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:26:18.296 [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:26:18.298 [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:26:18.299 [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:26:18.300 [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:26:18,317 |-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:18,353 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:18,354 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:18,360 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:18,373 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:18,374 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:18,376 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:18,380 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@49b1c2dd - No compression will be used 01:26:18,383 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:18,383 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:18,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:18,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:18,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:18,384 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:18,384 |-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:18,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:18,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:18,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:18,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:18,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:18,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:18,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:18,385 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:18,385 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:18,385 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:18,386 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:18,386 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:18,386 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@58a98683 - Registering current configuration as safe fallback point 01:26:18.394 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:18.400 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:18.490 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:18.491 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:18.494 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:18.496 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:18.499 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:18.500 [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:18.500 [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:18.504 [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:18.504 [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:18.505 [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:18.505 [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:18.505 [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:18.505 [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:18.506 [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:18.506 [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:18.506 [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:18.506 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:18.507 [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:18.507 [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:18.507 [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:18.507 [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:18.508 [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:18.508 [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:18.508 [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:18.508 [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:18.509 [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:18.509 [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:18.509 [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:18.509 [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:18.509 [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:18.510 [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:18.510 [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:18.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:18.510 [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:18.510 [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:18.510 [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:18.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:26:18.511 [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:18.511 [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:18.511 [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:18.511 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:18.512 [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:18.512 [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:18.512 [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:18.512 [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:18.513 [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:18.513 [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:18.513 [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:18.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:18.513 [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:18.513 [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:18.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:18.514 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:18.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:26:18.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:26:18.514 [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:18.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:18.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:26:18.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:26:18.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:26:18.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:18.515 [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:18.515 [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:18.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:26:18.516 [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:18.517 [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:18.517 [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:18.517 [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:18.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:18.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:18.525 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:18.525 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:18.527 [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:18.528 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:18.529 [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:18.529 [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:18.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:26:18.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:18.544 [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:18.545 [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:18.545 [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:18.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:26:18.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:26:18.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:26:18.548 [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:18.548 [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:18.548 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:18.549 [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:18.549 [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:18.549 [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:18.550 [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:18.550 [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:18.550 [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:18.551 [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:18.552 [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:18.552 [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:18.552 [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:18.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:18.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:18.553 [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:18.553 [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:18.553 [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:18.554 [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:18.554 [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:18.554 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:18.555 [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:18.555 [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:18.555 [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:18.556 [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:18.556 [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:18.556 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:18.556 [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:18.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:18.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:18.558 [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:18.558 [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:18.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:18.559 [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:18.559 [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:18.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:18.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:26:18.560 [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:18.560 [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:18.562 [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:18.562 [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:18.563 [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:26:18.566 [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.567 [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.567 [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.567 [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.567 [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.568 [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.568 [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.569 [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:26:18.569 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:511 - Post processing: creating test bundle 01:26:18.576 [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:26:18.576 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:202 - Automatically creating Manifest for the test bundle 01:26:18.577 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:366 - Using the test class for generating bundle imports 01:26:18.579 [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:26:18.579 [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:26:18.581 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest 01:26:18.588 [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:26:18.588 [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:26:18.588 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class NonOSGiLoaderProxyTest$Service 01:26:18.589 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:18.589 [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:26:18.589 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest 01:26:18.591 [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:26:18.591 [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:26:18.591 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:18.592 [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:26:18.592 [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:26:18.593 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:18.593 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:18.593 [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:26:18.593 [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:26:18.593 [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:26:18.594 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:18.594 [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:26:18.594 [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:26:18.594 [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:26:18.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:18.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:18.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:18.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:18.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:18.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:18.594 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:18.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:18.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:18.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:18.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/ 01:26:18.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$1.class 01:26:18.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest$Service.class 01:26:18.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/NonOSGiLoaderProxyTest.class 01:26:18.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/nonosgicl/context.xml 01:26:18.599 [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:26:18.599 [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:26:18.601 [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:26:18.601 [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:26:18.601 [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:26:18.601 [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:26:18.601 [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:26:18.602 [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:26:18.602 [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:26:18.602 [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:26:18.602 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:18.603 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:18.603 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:18.604 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:18.605 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:18.605 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:18.605 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:18.605 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:18.606 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:18.606 [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:26:18.606 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:18.606 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:18.607 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:18.607 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:18.607 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:18.607 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:18.608 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:18.608 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:18.608 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:18.609 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:18.609 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:364 - Writing test name [testProxy] to OSGi 01:26:18.617 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxy] for execution inside OSGi 01:26:18.617 [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:26:18.617 [main] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:190 - Loading context for locations: 01:26:18.625 [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 [Fri Apr 26 01:26:18 UTC 2024]; root of context hierarchy 01:26:18.628 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:18.640 [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:26:18.645 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:18.645 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:18.646 [main] TRACE 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.646 [main] TRACE o.e.g.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.648 [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:18.648 [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:18.650 [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:18.652 [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 [Fri Apr 26 01:26:18 UTC 2024]; root of context hierarchy] 01:26:18.653 [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:26:18.654 [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:18.674 [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 [Fri Apr 26 01:26:18 UTC 2024]; root of context hierarchy 01:26:18.674 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:18.680 [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:26:18.699 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:18.699 [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.700 [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.700 [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.743 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:18.743 [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:18.767 [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:26:18.768 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:18.768 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:18.768 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:18.768 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:18.769 [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:26:18.769 [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:26:18.784 [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:26:18.784 [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:26:18.785 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:18.790 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:18.796 [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:26:18.796 [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:26:18.796 [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:26:18.797 [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:26:18.797 [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:26:18.801 [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:26:18.801 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 01:26:18.802 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] bound to proxy 01:26:18.802 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] bound to proxy 01:26:18.802 [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:26:18.803 [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 [Fri Apr 26 01:26:18 UTC 2024]; root of context hierarchy] 01:26:18.803 [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:26:18.803 [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.804 [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:26:18.804 [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 [Fri Apr 26 01:26:18 UTC 2024]; root of context hierarchy 01:26:18.805 [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 [Fri Apr 26 01:26:18 UTC 2024]; root of context hierarchy] 01:26:18.806 [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:26:18.806 [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:26:18.806 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:18.806 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:18.807 [main] TRACE o.e.g.b.i.n.NonOSGiLoaderProxyTest:440 - Reading OSGi results for test [testProxy] 01:26:18.807 [main] DEBUG o.e.g.b.i.n.NonOSGiLoaderProxyTest:447 - Test[testProxy]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 sec - in org.eclipse.gemini.blueprint.iandt.nonosgicl.NonOSGiLoaderProxyTest 01:26:18.810 [Thread-0] INFO o.e.g.b.i.n.NonOSGiLoaderProxyTest:471 - Shutting down OSGi platform 01:26:18.810 [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:26:18.810 [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 [Fri Apr 26 01:26:18 UTC 2024]; root of context hierarchy 01:26:18.811 [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 [Fri Apr 26 01:26:18 UTC 2024]; root of context hierarchy] 01:26:18.811 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:18.811 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:18.811 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:18.811 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:18.811 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:18.811 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:18.811 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:18.811 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:18.811 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:18.812 [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.812 [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.813 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:18.813 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:19,356 |-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,426 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:19,428 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:19,443 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:19,466 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:19,468 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:19,471 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:19,477 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:19,482 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:19,482 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:19,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:19,483 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:19,483 |-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,483 |-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,484 |-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,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:19,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:19,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:19,484 |-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,484 |-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,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:19,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:19,484 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:19,484 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:19,484 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:19,485 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:19,485 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:19,486 |-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:26:19.568 [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:26:19.572 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:85 - Instantiating platform wrapper... 01:26:19.579 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1288647359954667559kf 01:26:19.579 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:215 - About to start Knopflerfish OSGi Platform 01:26:19.646 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:19.648 [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:26:19.649 [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:26:19.650 [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:26:19.651 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:19.715 [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:26:19.725 [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:26:19.728 [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:26:19.730 [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:26:19.734 [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:26:19.741 [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:26:19.743 [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:26:19.745 [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:26:19.748 [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:26:19.757 [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:26:19.763 [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:26:19.764 [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:26:19.767 [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:26:19.771 [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:26:19.772 [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:26:19.775 [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:26:19.777 [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:26:19.779 [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:26:19.787 [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:26:19.792 [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:26:19.795 [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:26:19.796 [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:26:19.796 [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:26:19.797 [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:26:19.797 [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:26:19.799 [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:26:19.801 [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:26:19.801 [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:26:19.804 [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:26:19.805 [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:26:19.805 [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:26:19.807 [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:26:19.808 [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:26:19.809 [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:26:19,848 |-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,872 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:19,873 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:19,880 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:19,894 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:19,895 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:19,897 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:19,902 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1b8485e3 - No compression will be used 01:26:19,905 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:19,905 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:19,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:19,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:19,906 |-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,906 |-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,906 |-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,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:19,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:19,906 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:19,906 |-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,907 |-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,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:19,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:19,907 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:19,907 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:19,907 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:19,907 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:19,907 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:19,908 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2c2f26a4 - Registering current configuration as safe fallback point 01:26:19.916 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:19.922 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:20.009 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:20.009 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:20.012 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:20.014 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:20.021 [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.022 [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.023 [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.023 [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.023 [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.024 [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.024 [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.024 [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.024 [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.025 [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.025 [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.025 [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.025 [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.026 [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.026 [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.026 [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.026 [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.026 [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.026 [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.026 [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.027 [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.027 [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.027 [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.027 [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.028 [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.028 [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.028 [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.028 [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.028 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:20.028 [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.028 [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.029 [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.029 [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.029 [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.029 [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.029 [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.030 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:20.030 [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.030 [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.030 [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.030 [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.031 [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.031 [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.031 [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.031 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:20.031 [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.031 [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.031 [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.031 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:20.038 [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.038 [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.038 [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.038 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:20.038 [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.038 [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.039 [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.039 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:20.039 [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.039 [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.039 [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.039 [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.040 [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.040 [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.040 [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.046 [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.047 [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.048 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:20.049 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:20.051 [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.052 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:20.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@6748a355 w/ reference null 01:26:20.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@6748a355 w/ reference null 01:26:20.053 [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.056 [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.062 [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.063 [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.063 [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.064 [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.065 [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.065 [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.066 [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.066 [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.066 [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.066 [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.067 [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.067 [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.067 [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.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:26:20.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:26:20.069 [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.069 [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.069 [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.069 [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.070 [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.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:20.070 [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.070 [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.071 [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.071 [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.071 [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.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:20.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:26:20.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:26:20.072 [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.073 [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.073 [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.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:20.074 [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.074 [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.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:20.075 [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.075 [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.076 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:20.076 [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.076 [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.076 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:20.076 [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.077 [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.077 [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.079 [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.079 [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.080 [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:26:20.085 [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.086 [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.086 [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.086 [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.087 [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.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:26:20.087 [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.087 [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:26:20.089 [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:26:20.089 [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:26:20.089 [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:26:20.089 [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:26:20.089 [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:26:20.090 [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:26:20.090 [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:26:20.097 [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:26:20.098 [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:26:20.098 [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:26:20.100 [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:26:20.100 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:20.101 [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:26:20.101 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider, config=osgibundle:/META-INF/spring/*.xml) 01:26:20.101 [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:26:20.102 [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:26:20.102 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:511 - Post processing: creating test bundle 01:26:20.105 [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 [Fri Apr 26 01:26:20 UTC 2024]; root of context hierarchy 01:26:20.109 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:20.110 [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:26:20.111 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:202 - Automatically creating Manifest for the test bundle 01:26:20.111 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:366 - Using the test class for generating bundle imports 01:26:20.113 [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:26:20.113 [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:26:20.116 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class NamespaceProviderAndConsumerTest 01:26:20.125 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:20.125 [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:26:20.125 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest 01:26:20.140 [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:26:20.140 [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:26:20.140 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:20.142 [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:26:20.142 [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:26:20.142 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:20.142 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:20.143 [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:26:20.143 [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:26:20.143 [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:26:20.143 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:20.143 [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:26:20.143 [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:26:20.144 [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:26:20.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:20.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:20.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:20.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:20.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:20.144 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:20.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:20.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:20.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:20.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:20.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/ 01:26:20.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/NamespaceProviderAndConsumerTest.class 01:26:20.145 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ns/context.xml 01:26:20.146 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/context.xml] 01:26:20.150 [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:26:20.150 [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:26:20.152 [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:26:20.153 [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:26:20.153 [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:26:20.153 [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:26:20.153 [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:26:20.153 [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:26:20.153 [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:26:20.154 [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:26:20.154 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:20.155 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:20.156 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:20.156 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:20.157 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:20.157 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:20.157 [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:26:20.158 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:20.158 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:20.159 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:20.159 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:20.159 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:20.160 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:20.160 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:20.161 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:20.161 [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:26:20.162 [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:26:20.163 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:20.164 [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:26:20.171 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:20.171 [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:20.172 [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:20.172 [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:20.242 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 01:26:20.242 [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:26:20.243 [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:20.244 [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:26:20.270 [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@2554e201: 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:26:20.277 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:20.277 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:20.278 [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:20.279 [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:20.286 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:20.288 [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@2554e201: 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:26:20.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:20.288 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@3eca74ed 01:26:20.289 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:20.289 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:20.289 [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:26:20.289 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:20.289 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:20.289 [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:26:20.289 [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:26:20.289 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:20.290 [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:26:20.292 [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@c85d5d6] 01:26:20.292 [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@3708056c] 01:26:20.316 [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:20.317 [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:26:20.317 [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:26:20.318 [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:26:20.318 [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:26:20.319 [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:20.320 [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:26:20.320 [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:26:20.320 [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:26:20.321 [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:26:20.321 [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:26:20.321 [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:26:20.322 [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:26:20.322 [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:26:20.322 [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:26:20.322 [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:26:20.322 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.Object}] 01:26:20.322 [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:26:20.323 [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@6cde9cba] 01:26:20.325 [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 [Fri Apr 26 01:26:20 UTC 2024]; root of context hierarchy] 01:26:20.326 [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:26:20.327 [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:20.327 [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:26:20.328 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.ns.own.provider 01:26:20.328 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:20.329 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:20.329 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:20.329 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:20.330 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:20.330 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:20.330 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testTestAutowiring] to OSGi 01:26:20.339 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTestAutowiring] for execution inside OSGi 01:26:20.339 [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:26:20.340 [main] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:190 - Loading context for locations: org/eclipse/gemini/blueprint/iandt/ns/context.xml 01:26:20.340 [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 [Fri Apr 26 01:26:20 UTC 2024]; root of context hierarchy 01:26:20.340 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:20.341 [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:26:20.343 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:20.343 [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.344 [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.344 [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.359 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/ns/bogus.xsd 01:26:20.360 [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:26:20.361 [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@72d1ad2e: defining beans [bean,nsDate,nsBean]; root of factory hierarchy 01:26:20.361 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:20.362 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:20.362 [main] TRACE 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.362 [main] TRACE o.e.g.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.363 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@79e2c065] 01:26:20.363 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3a93b025] 01:26:20.363 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@35cabb2a] 01:26:20.364 [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 [Fri Apr 26 01:26:20 UTC 2024]; root of context hierarchy] 01:26:20.364 [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:26:20.364 [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.382 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:20.383 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testTestAutowiring] 01:26:20.383 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testTestAutowiring]'s result read 01:26:20.384 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testApplicationContextWasProperlyStarted] to OSGi 01:26:20.384 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testApplicationContextWasProperlyStarted] for execution inside OSGi 01:26:20.384 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testApplicationContextWasProperlyStarted] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@77fbd92c 01:26:20.385 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:20.385 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testApplicationContextWasProperlyStarted] 01:26:20.385 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testApplicationContextWasProperlyStarted]'s result read 01:26:20.385 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNSBundlePublishedOkay] to OSGi 01:26:20.386 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNSBundlePublishedOkay] for execution inside OSGi 01:26:20.386 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNSBundlePublishedOkay] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@67c27493 01:26:20.386 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:20.386 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNSBundlePublishedOkay] 01:26:20.387 [main] DEBUG o.e.g.b.i.n.NamespaceProviderAndConsumerTest:447 - Test[testNSBundlePublishedOkay]'s result read 01:26:20.387 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:364 - Writing test name [testNamespaceFilesOnTheClassPath] to OSGi 01:26:20.387 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNamespaceFilesOnTheClassPath] for execution inside OSGi 01:26:20.387 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNamespaceFilesOnTheClassPath] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1a482e36 01:26:20.388 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:20.388 [main] TRACE o.e.g.b.i.n.NamespaceProviderAndConsumerTest:440 - Reading OSGi results for test [testNamespaceFilesOnTheClassPath] 01:26:20.388 [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: 0.823 sec - in org.eclipse.gemini.blueprint.iandt.ns.NamespaceProviderAndConsumerTest 01:26:20.391 [Thread-0] INFO o.e.g.b.i.n.NamespaceProviderAndConsumerTest:471 - Shutting down OSGi platform 01:26:20.391 [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:26:20.391 [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 [Fri Apr 26 01:26:20 UTC 2024]; root of context hierarchy 01:26:20.391 [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 [Fri Apr 26 01:26:20 UTC 2024]; root of context hierarchy] 01:26:20.391 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:20.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:20.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:20.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:20.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:20.392 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:26:20.392 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:20.466 [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:26:20.467 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:26:20.467 [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:26:20.468 [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:26:20.468 [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:26:20.468 [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:26:20.468 [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:26:20.469 [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:26:20.469 [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 [Fri Apr 26 01:26:20 UTC 2024]; root of context hierarchy 01:26:20.469 [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 [Fri Apr 26 01:26:20 UTC 2024]; root of context hierarchy] 01:26:20.469 [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:26:20.469 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6bd4cfd7] 01:26:20.469 [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:26:20.470 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1353fd17] 01:26:20.470 [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:20.470 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@688e8ae5] 01:26:20.470 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:20.471 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:20.471 [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:26:20.471 [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:26:20.471 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:20.471 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:20.472 [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:20.472 [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@2efcbe65 01:26:20.472 [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.472 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:20.473 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:21,059 |-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,124 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:21,126 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:21,138 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:21,158 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:21,160 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:21,163 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:21,169 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4b1c1ea0 - No compression will be used 01:26:21,173 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:21,173 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:21,174 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:21,174 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:21,174 |-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,174 |-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,174 |-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,174 |-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,174 |-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,174 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:21,175 |-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,175 |-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,175 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:21,175 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:21,175 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:21,175 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:21,175 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:21,175 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:21,176 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:21,176 |-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:26:21.213 [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:26:21.216 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:85 - Instantiating platform wrapper... 01:26:21.223 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2235759168564014715kf 01:26:21.223 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:215 - About to start Knopflerfish OSGi Platform 01:26:21.290 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:21.292 [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:26:21.293 [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:26:21.294 [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:26:21.294 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:21.360 [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:26:21.369 [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:26:21.373 [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:26:21.374 [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:26:21.379 [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:26:21.385 [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:26:21.386 [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:26:21.389 [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:26:21.392 [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:26:21.396 [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:26:21.408 [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:26:21.409 [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:26:21.412 [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:26:21.416 [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:26:21.417 [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:26:21.419 [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:26:21.421 [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:26:21.447 [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:26:21.452 [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:26:21.454 [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:26:21.455 [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:26:21.456 [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:26:21.456 [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:26:21.457 [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:26:21.458 [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:26:21.460 [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:26:21.461 [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:26:21.464 [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:26:21.464 [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:26:21.465 [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:26:21.467 [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:26:21.468 [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:26:21.469 [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:26:21,485 |-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,508 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:21,509 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:21,515 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:21,528 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:21,529 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:21,531 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:21,535 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27b9e400 - No compression will be used 01:26:21,539 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:21,539 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:21,540 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:21,540 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:21,540 |-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,540 |-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,540 |-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,541 |-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,541 |-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,541 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:21,541 |-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,541 |-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,541 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:21,541 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:21,541 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:21,541 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:21,541 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:21,542 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:21,542 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:21,542 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@68cb74d8 - Registering current configuration as safe fallback point 01:26:21.550 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:21.556 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:21.640 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:21.641 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:21.643 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:21.645 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:21.648 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:21.649 [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:21.650 [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:21.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:26:21.653 [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:21.654 [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:21.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:26:21.655 [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:21.655 [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:21.655 [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:21.656 [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:21.656 [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:21.656 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:21.656 [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:21.656 [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:21.656 [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:21.656 [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:21.657 [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:21.657 [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:21.657 [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:21.657 [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:21.658 [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:21.658 [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:21.658 [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:21.658 [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:21.658 [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:21.659 [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:21.659 [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:21.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:21.659 [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:21.659 [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:21.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:26:21.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:26:21.660 [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:21.660 [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:21.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:26:21.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:21.660 [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:21.660 [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:21.661 [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:21.661 [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:21.661 [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:21.661 [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:21.661 [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:21.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:21.662 [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:21.662 [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:21.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:21.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:21.663 [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:21.663 [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:21.663 [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:21.663 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:21.663 [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:21.663 [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:21.663 [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:21.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:21.664 [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:21.664 [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:21.664 [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:21.664 [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:21.665 [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:21.665 [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:21.665 [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:21.671 [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:21.671 [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:21.673 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:21.673 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:21.675 [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:21.676 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:21.677 [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@1c38d933 w/ reference null 01:26:21.677 [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@1c38d933 w/ reference null 01:26:21.677 [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:21.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:21.686 [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:21.686 [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:21.686 [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:21.688 [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:21.688 [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:21.689 [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:21.690 [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:21.690 [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:21.690 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:21.690 [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:21.691 [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:21.691 [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:21.691 [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:21.692 [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:21.692 [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:21.693 [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:21.693 [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:21.693 [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:21.693 [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:21.694 [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:21.694 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:21.694 [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:21.694 [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:21.694 [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:21.695 [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:21.695 [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:21.695 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:21.696 [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:21.696 [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:21.696 [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:21.697 [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:21.697 [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:21.697 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:21.698 [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:21.698 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:21.698 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:21.699 [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:21.700 [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:21.700 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:21.700 [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:21.700 [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:21.700 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:21.701 [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:21.701 [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:21.701 [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:21.703 [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:21.703 [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:21.704 [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:26:21.708 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:21.708 [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:21.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:21.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:21.708 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:21.709 [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:21.709 [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:21.710 [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:26:21.711 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:511 - Post processing: creating test bundle 01:26:21.719 [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:26:21.719 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:202 - Automatically creating Manifest for the test bundle 01:26:21.720 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:366 - Using the test class for generating bundle imports 01:26:21.722 [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:26:21.722 [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:26:21.739 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest 01:26:21.747 [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:26:21.748 [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:26:21.748 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2 01:26:21.748 [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:26:21.748 [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:26:21.748 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2 01:26:21.748 [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:26:21.749 [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:26:21.749 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor 01:26:21.749 [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:26:21.749 [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:26:21.749 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2 01:26:21.749 [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:26:21.750 [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:26:21.750 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2 01:26:21.750 [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:26:21.750 [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:26:21.750 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor 01:26:21.751 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:21.751 [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:26:21.751 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest 01:26:21.752 [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:26:21.753 [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:26:21.753 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:21.753 [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:26:21.754 [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:26:21.754 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:21.754 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:21.754 [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:26:21.754 [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:26:21.755 [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:26:21.755 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:21.755 [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:26:21.755 [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:26:21.755 [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:26:21.755 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:21.755 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/ 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor$CustomPostProcessor.class 01:26:21.756 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessor.class 01:26:21.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2$CustomPostProcessor.class 01:26:21.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithOrder2.class 01:26:21.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2$CustomPostProcessor.class 01:26:21.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$DefinitionPostProcessorWithPriorityOrder2.class 01:26:21.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessor.class 01:26:21.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithOrder2.class 01:26:21.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest$RegularPostProcessorWithPriorityOrder2.class 01:26:21.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/BeanDefinitionRegistryPostProcessorTest.class 01:26:21.757 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 01:26:21.762 [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:26:21.762 [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:26:21.764 [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:26:21.764 [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:26:21.764 [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:26:21.764 [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:26:21.764 [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:26:21.765 [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:26:21.765 [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:26:21.765 [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:26:21.765 [main] DEBUG o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:21.766 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:21.767 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:21.768 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:21.768 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:21.768 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:21.768 [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:26:21.769 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:21.769 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:21.769 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:21.770 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:21.770 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:21.770 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:21.770 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:21.771 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:21.771 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:21.772 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:21.772 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:21.772 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:21.773 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:21.773 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:364 - Writing test name [testOrderOfRegistryAndFactoryPostProcessorInvocations] to OSGi 01:26:21.781 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOrderOfRegistryAndFactoryPostProcessorInvocations] for execution inside OSGi 01:26:21.781 [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:26:21.781 [main] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/postprocessors/postprocessors.xml 01:26:21.789 [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 [Fri Apr 26 01:26:21 UTC 2024]; root of context hierarchy 01:26:21.792 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:21.810 [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:26:21.831 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:21.831 [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:21.832 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:21.832 [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:21.885 [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@f79e: defining beans [registryPostProcessorUnordered,registryPostProcessorPriorityOrdered,registryPostProcessorOrdered,factoryPostProcessorUnordered,factoryPostProcessorPriorityOrdered,factoryPostProcessorOrdered]; root of factory hierarchy 01:26:21.891 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:21.891 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:21.892 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:21.892 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:21.908 [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:26:21.911 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@50ad3bc1] 01:26:21.911 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@223aa2f7] 01:26:21.913 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@446293d] 01:26:21.915 [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 [Fri Apr 26 01:26:21 UTC 2024]; root of context hierarchy] 01:26:21.916 [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:26:21.917 [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:21.994 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:21.995 [main] TRACE o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:440 - Reading OSGi results for test [testOrderOfRegistryAndFactoryPostProcessorInvocations] 01:26:21.995 [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: 0.786 sec - in org.eclipse.gemini.blueprint.iandt.postprocessors.BeanDefinitionRegistryPostProcessorTest 01:26:21.998 [Thread-0] INFO o.e.g.b.i.p.BeanDefinitionRegistryPostProcessorTest:471 - Shutting down OSGi platform 01:26:21.998 [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:26:21.999 [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 [Fri Apr 26 01:26:21 UTC 2024]; root of context hierarchy 01:26:21.999 [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 [Fri Apr 26 01:26:21 UTC 2024]; root of context hierarchy] 01:26:21.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:21.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:21.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:21.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:21.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:21.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:21.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:21.999 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:22.000 [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:22.000 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:22.000 [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:22.001 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:22.001 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:22,545 |-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,613 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:22,615 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:22,629 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:22,651 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:22,652 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:22,656 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:22,661 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:22,666 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:22,666 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:22,667 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:22,667 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:22,667 |-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,667 |-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,667 |-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,667 |-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,667 |-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,667 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:22,668 |-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,668 |-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,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:22,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:22,668 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:22,668 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:22,668 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:22,668 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:22,669 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:22,669 |-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:26:22.741 [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:26:22.744 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:85 - Instantiating platform wrapper... 01:26:22.751 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1235771542295608468kf 01:26:22.751 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:215 - About to start Knopflerfish OSGi Platform 01:26:22.828 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:22.830 [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:26:22.831 [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:26:22.832 [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:26:22.833 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:22.903 [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:26:22.913 [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:26:22.916 [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:26:22.918 [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:26:22.922 [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:26:22.929 [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:26:22.930 [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:26:22.932 [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:26:22.935 [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:26:22.946 [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:26:22.952 [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:26:22.953 [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:26:22.956 [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:26:22.960 [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:26:22.962 [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:26:22.964 [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:26:22.966 [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:26:22.968 [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:26:22.977 [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:26:22.988 [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:26:22.990 [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:26:22.991 [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:26:22.992 [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:26:22.992 [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:26:22.992 [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:26:22.994 [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:26:22.996 [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:26:22.996 [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:26:22.999 [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:26:23.000 [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:26:23.000 [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:26:23.002 [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:26:23.003 [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:26:23.005 [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:26:23,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:26:23,047 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:23,049 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:23,054 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:23,067 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:23,068 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:23,070 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:23,074 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4a4472cf - No compression will be used 01:26:23,077 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:23,077 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:23,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:23,078 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:23,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:23,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:23,078 |-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:23,078 |-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:23,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:23,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:23,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:23,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:23,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:23,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:23,079 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:23,079 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:23,079 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:23,080 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:23,080 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:23,080 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@115c9b26 - Registering current configuration as safe fallback point 01:26:23.087 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:23.094 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:23.186 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:23.187 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:23.189 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:23.192 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:23.197 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:23.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:26:23.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:26:23.199 [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:23.199 [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:23.200 [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:23.200 [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:23.200 [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:23.200 [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:23.201 [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:23.201 [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:23.201 [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:23.201 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:23.202 [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:23.202 [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:23.202 [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:23.202 [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:23.202 [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:23.202 [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:23.202 [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:23.203 [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:23.203 [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:23.203 [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:23.203 [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:23.203 [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:23.204 [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:23.204 [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:23.204 [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:23.204 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:23.204 [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:23.204 [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:23.204 [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:23.205 [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:23.205 [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:23.205 [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:23.205 [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:23.205 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:23.206 [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:23.206 [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:23.206 [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:23.206 [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:23.207 [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:23.207 [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:23.207 [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:23.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:23.207 [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:23.207 [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:23.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:23.207 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:23.208 [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:23.208 [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:23.208 [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:23.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:23.208 [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:23.208 [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:23.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:23.209 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:23.209 [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:23.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:23.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:23.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:23.210 [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:23.210 [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:23.210 [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:23.216 [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:23.216 [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:23.217 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:23.218 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:23.220 [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:23.221 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:23.221 [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:26:23.222 [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:26:23.222 [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:23.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:23.239 [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:23.239 [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:23.240 [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:23.241 [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:23.242 [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:23.242 [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:23.243 [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:23.243 [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:23.243 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:23.244 [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:23.244 [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:23.244 [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:23.244 [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:23.245 [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:23.245 [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:23.246 [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:23.246 [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:23.246 [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:23.246 [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:23.247 [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:23.247 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:23.247 [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:23.247 [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:23.247 [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:23.248 [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:23.248 [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:23.248 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:23.249 [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:23.249 [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:23.249 [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:23.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:26:23.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:26:23.250 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:23.251 [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:23.251 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:23.251 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:23.252 [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:23.252 [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:23.252 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:23.253 [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:23.253 [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:23.253 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:23.253 [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:23.253 [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:23.253 [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:23.256 [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:23.256 [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:23.256 [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:26:23.260 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:23.261 [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:23.261 [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:23.261 [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:23.261 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:23.262 [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:23.262 [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:23.262 [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:26:23.269 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 01:26:23.269 [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:26:23.269 [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:26:23.269 [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:26:23.269 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Apache Felix Configuration Admin Service (org.apache.felix.configadmin)] 01:26:23.269 [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:26:23.269 [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:26:23.271 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:193 - Loaded jar settings from org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 01:26:23.271 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:511 - Post processing: creating test bundle 01:26:23.281 [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:26:23.281 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:202 - Automatically creating Manifest for the test bundle 01:26:23.282 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:366 - Using the test class for generating bundle imports 01:26:23.283 [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:26:23.283 [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:26:23.286 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class PropertyPlaceholderTest 01:26:23.294 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:23.295 [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:26:23.295 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest 01:26:23.297 [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:26:23.298 [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:26:23.298 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:23.299 [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:26:23.299 [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:26:23.299 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:23.300 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:23.300 [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:26:23.301 [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:26:23.301 [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:26:23.301 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:23.301 [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:26:23.301 [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:26:23.302 [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:26:23.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:23.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:23.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:23.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:23.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:23.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:23.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:23.302 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:23.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:23.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:23.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/ 01:26:23.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest-bundle.properties 01:26:23.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/PropertyPlaceholderTest.class 01:26:23.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/propertyplaceholder/placeholder.xml 01:26:23.308 [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:26:23.308 [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:26:23.310 [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:26:23.310 [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:26:23.310 [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:26:23.310 [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:26:23.310 [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:26:23.311 [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:26:23.311 [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:26:23.311 [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:26:23.311 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:23.312 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:23.313 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:23.313 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:23.314 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:23.314 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:23.315 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.felix.configadmin] does not trigger a context creation. 01:26:23.315 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:23.316 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:23.317 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:23.317 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:23.317 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:23.318 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:23.318 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:23.319 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:23.319 [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:26:23.319 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:23.320 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:23.321 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:23.321 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:23.322 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:23.322 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFallbackProperties] to OSGi 01:26:23.331 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFallbackProperties] for execution inside OSGi 01:26:23.331 [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:26:23.332 [main] INFO o.e.g.b.i.p.PropertyPlaceholderTest:190 - Loading context for locations: 01:26:23.339 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy 01:26:23.343 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:23.355 [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:26:23.361 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:23.361 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:23.362 [main] TRACE 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.362 [main] TRACE o.e.g.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.364 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4e50c791] 01:26:23.365 [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:26:23.366 [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:26:23.369 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy] 01:26:23.371 [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:26:23.372 [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:23.403 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy 01:26:23.404 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:23.411 [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:26:23.430 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:23.431 [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.432 [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.432 [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.476 [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:26:23.477 [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:26:23.479 [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.480 [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.488 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 01:26:23.488 [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:26:23.491 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:26:23.491 [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:26:23.512 [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@35aea049: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 01:26:23.512 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:23.513 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:23.513 [main] TRACE 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.513 [main] TRACE o.e.g.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.527 [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:26:23.528 [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:26:23.538 [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:26:23.539 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:23.540 [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:26:23.557 [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:26:23.558 [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:26:23.558 [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:26:23.571 [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:26:23.571 [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:26:23.571 [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:26:23.572 [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:26:23.572 [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:26:23.573 [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:26:23.574 [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:26:23.574 [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:26:23.575 [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:26:23.576 [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:26:23.576 [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:26:23.577 [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:26:23.577 [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:26:23.581 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@20140db9] 01:26:23.582 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e6a3214] 01:26:23.641 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@27406a17] 01:26:23.642 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy] 01:26:23.642 [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:26:23.643 [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.644 [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:26:23.644 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy 01:26:23.644 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy] 01:26:23.645 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:23.645 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:23.646 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFallbackProperties] 01:26:23.646 [main] DEBUG o.e.g.b.i.p.PropertyPlaceholderTest:447 - Test[testFallbackProperties]'s result read 01:26:23.647 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:364 - Writing test name [testFoundProperties] to OSGi 01:26:23.647 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFoundProperties] for execution inside OSGi 01:26:23.647 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFoundProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1ca3b418 01:26:23.648 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy 01:26:23.649 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:23.649 [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:26:23.651 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:23.652 [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.652 [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.652 [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.675 [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:26:23.676 [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:26:23.678 [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.678 [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.685 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/context/config/spring-context.xsd 01:26:23.686 [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:26:23.688 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-tool.xsd 01:26:23.689 [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:26:23.694 [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@7f485fda: defining beans [cm,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,bean1,bean2]; root of factory hierarchy 01:26:23.695 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:23.695 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:23.695 [main] TRACE 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.696 [main] TRACE o.e.g.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.699 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2d901eb0] 01:26:23.699 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@3ba987b8] 01:26:23.705 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5afa3c9] 01:26:23.705 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy] 01:26:23.705 [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:26:23.705 [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.706 [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:26:23.738 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy 01:26:23.738 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy] 01:26:23.739 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:23.739 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:23.739 [main] TRACE o.e.g.b.i.p.PropertyPlaceholderTest:440 - Reading OSGi results for test [testFoundProperties] 01:26:23.740 [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.002 sec - in org.eclipse.gemini.blueprint.iandt.propertyplaceholder.PropertyPlaceholderTest 01:26:23.742 [Thread-0] INFO o.e.g.b.i.p.PropertyPlaceholderTest:471 - Shutting down OSGi platform 01:26:23.742 [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:26:23.743 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy 01:26:23.743 [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 [Fri Apr 26 01:26:23 UTC 2024]; root of context hierarchy] 01:26:23.743 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:23.743 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:23.743 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:23.743 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:23.744 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:23.744 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:23.744 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:23.744 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:23.744 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:23.745 [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:23.745 [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.745 [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.746 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:23.746 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:24,280 |-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,350 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:24,352 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:24,365 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:24,387 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:24,388 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:24,391 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:24,397 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:24,401 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:24,401 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:24,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:24,402 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:24,403 |-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,403 |-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,403 |-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,403 |-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,403 |-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,403 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:24,403 |-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,403 |-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,403 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:24,403 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:24,403 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:24,403 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:24,404 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:24,404 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:24,404 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:24,405 |-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:26:24.478 [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:26:24.481 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:85 - Instantiating platform wrapper... 01:26:24.488 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6686009552256916888kf 01:26:24.489 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:215 - About to start Knopflerfish OSGi Platform 01:26:24.555 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:24.557 [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:26:24.558 [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:26:24.558 [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:26:24.559 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:24.623 [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:26:24.633 [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:26:24.637 [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:26:24.638 [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:26:24.643 [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:26:24.649 [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:26:24.650 [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:26:24.653 [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:26:24.656 [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:26:24.665 [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:26:24.670 [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:26:24.672 [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:26:24.674 [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:26:24.678 [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:26:24.680 [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:26:24.682 [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:26:24.684 [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:26:24.686 [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:26:24.695 [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:26:24.700 [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:26:24.703 [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:26:24.704 [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:26:24.704 [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:26:24.704 [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:26:24.705 [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:26:24.706 [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:26:24.708 [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:26:24.709 [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:26:24.712 [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:26:24.712 [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:26:24.713 [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:26:24.715 [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:26:24.716 [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:26:24.717 [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:26:24,754 |-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,776 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:24,777 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:24,783 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:24,796 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:24,797 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:24,799 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:24,803 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3580c2e5 - No compression will be used 01:26:24,806 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:24,806 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:24,807 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:24,807 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:24,807 |-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,807 |-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,807 |-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,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:24,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:24,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:24,808 |-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,808 |-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,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:24,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:24,808 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:24,808 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:24,808 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:24,809 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:24,809 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:24,809 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ae2e1d1 - Registering current configuration as safe fallback point 01:26:24.817 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:24.823 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:24.908 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:24.908 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:24.911 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:24.913 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:24.919 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:24.920 [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:24.921 [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:24.921 [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:24.921 [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:24.922 [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:24.922 [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:24.922 [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:24.922 [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:24.923 [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:24.923 [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:24.923 [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:24.923 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:24.923 [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:24.923 [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:24.924 [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:24.924 [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:24.924 [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:24.924 [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:24.924 [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:24.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:26:24.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:26:24.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:26:24.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:26:24.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:26:24.925 [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:24.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:26:24.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:26:24.926 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:24.926 [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:24.926 [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:24.926 [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:24.926 [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:24.927 [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:24.927 [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:24.927 [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:24.927 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:24.927 [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:24.927 [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:24.927 [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:24.928 [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:24.938 [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:24.938 [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:24.939 [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:24.939 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:24.939 [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:24.939 [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:24.939 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:24.939 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:24.940 [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:24.940 [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:24.940 [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:24.940 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:24.940 [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:24.940 [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:24.940 [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:24.940 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:24.940 [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:24.941 [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:24.941 [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:24.941 [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:24.942 [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:24.942 [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:24.942 [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:24.948 [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:24.948 [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:24.949 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:24.950 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:24.952 [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:24.953 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:24.953 [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@42764495 w/ reference null 01:26:24.953 [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@42764495 w/ reference null 01:26:24.954 [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:24.956 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:24.962 [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:24.963 [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:24.963 [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:24.964 [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:24.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:24.965 [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:24.966 [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:24.966 [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:24.966 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:24.967 [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:24.967 [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:24.967 [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:24.967 [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:24.968 [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:24.968 [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:24.969 [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:24.969 [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:24.969 [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:24.969 [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:24.969 [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:24.970 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:24.970 [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:24.970 [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:24.970 [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:24.971 [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:24.971 [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:24.971 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:24.972 [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:24.972 [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:24.972 [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:24.973 [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:24.973 [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:24.973 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:24.974 [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:24.974 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:24.974 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:24.975 [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:24.975 [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:24.975 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:24.976 [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:24.976 [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:24.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:24.976 [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:24.976 [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:24.976 [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:24.978 [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:24.978 [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:24.979 [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:26:24.983 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:24.983 [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:24.983 [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:24.983 [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:24.983 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:24.984 [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:24.984 [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:24.984 [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:26:24.985 [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:26:24.985 [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:26:24.985 [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:26:24.985 [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:26:24.990 [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:26:24.991 [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:26:24.991 [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:26:24.993 [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:26:24.993 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:24.993 [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:26:24.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@2bf44ff6 01:26:24.993 [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:26:24.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.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:26:24.994 [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:26:24.994 [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:26:24.995 [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:26:24.995 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:511 - Post processing: creating test bundle 01:26:24.997 [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 [Fri Apr 26 01:26:24 UTC 2024]; root of context hierarchy 01:26:25.001 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:25.002 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.proxied.listener] 01:26:25.002 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:202 - Automatically creating Manifest for the test bundle 01:26:25.002 [main] INFO o.e.g.b.i.p.l.ProxiedListenerTest:366 - Using the test class for generating bundle imports 01:26:25.004 [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:26:25.004 [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:26:25.006 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class ProxiedListenerTest 01:26:25.013 [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:26:25.013 [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:26:25.013 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest 01:26:25.015 [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:26:25.016 [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:26:25.016 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:25.016 [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:26:25.017 [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:26:25.017 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:25.017 [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:26:25.017 [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:26:25.018 [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:26:25.018 [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:26:25.018 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:25.018 [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:26:25.018 [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:26:25.018 [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:26:25.018 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:25.018 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:25.018 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/ 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/ProxiedListenerTest.class 01:26:25.019 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxied/listener/service-import.xml 01:26:25.019 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/config.xml] 01:26:25.039 [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:26:25.039 [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:26:25.041 [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:26:25.041 [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:26:25.041 [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:26:25.042 [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:26:25.042 [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:26:25.042 [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:26:25.042 [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:26:25.042 [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:26:25.042 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:25.044 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:25.044 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:25.045 [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:26:25.045 [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:26:25.045 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:25.046 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:25.046 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:25.047 [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:26:25.047 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:25.047 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:25.047 [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:26:25.047 [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:26:25.048 [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:26:25.049 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:25.050 [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:26:25.056 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:25.056 [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:25.057 [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:25.057 [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:25.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:26:25.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:26:25.150 [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@6e238de9: defining beans [listener,export]; root of factory hierarchy 01:26:25.157 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:25.157 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:25.158 [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:25.158 [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:25.165 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:25.167 [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@6e238de9: defining beans [listener,export]; root of factory hierarchy] 01:26:25.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:25.167 [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@3be662c5 01:26:25.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:25.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:25.168 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml) 01:26:25.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:25.168 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:25.168 [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:26:25.168 [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:26:25.168 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:25.168 [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:26:25.170 [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@ababb25] 01:26:25.170 [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@41e23eac] 01:26:25.189 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&export] is being tracked for dependencies 01:26:25.189 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [export] depends (transitively) on the following importers:{} 01:26:25.190 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [export] depends on importers:[] 01:26:25.191 [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:26:25.191 [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:26:25.192 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [export] started; all its dependencies are satisfied 01:26:25.192 [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@33603094] 01:26:25.194 [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 [Fri Apr 26 01:26:24 UTC 2024]; root of context hierarchy] 01:26:25.196 [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:26:25.196 [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:25.197 [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:26:25.197 [main] DEBUG o.e.g.b.i.p.l.ProxiedListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener 01:26:25.197 [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:26:25.198 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:25.198 [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:26:25.199 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:25.199 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:25.199 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:25.199 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:25.200 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:25.201 [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:26:25.201 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:364 - Writing test name [testListenerProxy] to OSGi 01:26:25.209 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testListenerProxy] for execution inside OSGi 01:26:25.209 [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:26:25.209 [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:26:25.210 [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 [Fri Apr 26 01:26:25 UTC 2024]; root of context hierarchy 01:26:25.210 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:25.211 [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:26:25.213 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:25.213 [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.213 [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.214 [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.228 [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.229 [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.236 [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:26:25.236 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:25.236 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:25.236 [main] TRACE 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.237 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:25.237 [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:26:25.237 [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:26:25.239 [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:26:25.240 [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:26:25.240 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:25.244 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:25.249 [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:26:25.249 [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:26:25.250 [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:26:25.250 [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:26:25.250 [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:26:25.252 [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:26:25.252 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@53f9b4c2} 01:26:25.252 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53f9b4c2] bound to proxy 01:26:25.253 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53f9b4c2] bound to proxy 01:26:25.254 [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:26:25.255 [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:26:25.255 [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:26:25.256 [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:26:25.256 [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:26:25.258 [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:26:25.258 [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:26:25.259 [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:26:25.259 [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:26:25.259 [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:25.259 [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:25.260 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:25.260 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:25.263 [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:25.263 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:26:25.263 [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:26:25.263 [main] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:281 - Invoking unbind method for service with props=null 01:26:25.263 [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:26:25.267 [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:26:25.267 [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:26:25.267 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@139982de] 01:26:25.268 [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 [Fri Apr 26 01:26:25 UTC 2024]; root of context hierarchy] 01:26:25.268 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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:26:25.268 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} org.eclipse.gemini.blueprint.iandt.proxy.listener.Listener 01:26:25.280 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] bound to proxy 01:26:25.281 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@179ece50] bound to proxy 01:26:25.281 [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:26:25.281 [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:26:25.281 [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:26:25.281 [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:26:25.282 [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:26:25.282 [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:26:25.282 [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:26:25.282 [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:26:25.282 [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:26:25.282 [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:26:25.283 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:25.283 [main] TRACE o.e.g.b.i.p.l.ProxiedListenerTest:440 - Reading OSGi results for test [testListenerProxy] 01:26:25.283 [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: 0.808 sec - in org.eclipse.gemini.blueprint.iandt.proxied.listener.ProxiedListenerTest 01:26:25.286 [Thread-0] INFO o.e.g.b.i.p.l.ProxiedListenerTest:471 - Shutting down OSGi platform 01:26:25.286 [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:26:25.286 [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 [Fri Apr 26 01:26:25 UTC 2024]; root of context hierarchy 01:26:25.287 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:25.287 [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 [Fri Apr 26 01:26:25 UTC 2024]; root of context hierarchy] 01:26:25.287 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:26:25.288 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53f9b4c2] was unregistered and unbound from the service proxy 01:26:25.288 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53f9b4c2] was unregistered and unbound from the service proxy 01:26:25.289 [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:26:25.289 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:25.349 [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:26:25.350 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:26:25.350 [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:26:25.351 [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:26:25.351 [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@2bf44ff6 01:26:25.351 [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:26:25.351 [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:26:25.351 [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:26:25.351 [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 [Fri Apr 26 01:26:24 UTC 2024]; root of context hierarchy 01:26:25.351 [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 [Fri Apr 26 01:26:24 UTC 2024]; root of context hierarchy] 01:26:25.352 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [export] 01:26:25.352 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@53f9b4c2] 01:26:25.352 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:25.353 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:25.353 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:335 - Calling post close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2bf44ff6 01:26:25.353 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.listener, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:25.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:25.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:25.354 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:25.354 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:25.354 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:25.354 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:25.354 [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:25.355 [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@6492b51e 01:26:25.355 [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.355 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:25.355 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:25,889 |-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,962 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:25,964 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:25,977 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:25,999 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:26,000 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:26,003 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:26,009 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used 01:26:26,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:26,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:26,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:26,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:26,015 |-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,015 |-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,015 |-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,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:26,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:26,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:26,015 |-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,015 |-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,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:26,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:26,016 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:26,016 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:26,016 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:26,016 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:26,016 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:26,017 |-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:26:26.095 [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:26:26.099 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:85 - Instantiating platform wrapper... 01:26:26.106 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1691578450160515971kf 01:26:26.106 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:215 - About to start Knopflerfish OSGi Platform 01:26:26.174 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:26.177 [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:26:26.178 [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:26:26.178 [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:26:26.179 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:26.251 [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:26:26.261 [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:26:26.264 [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:26:26.266 [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:26:26.270 [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:26:26.276 [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:26:26.278 [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:26:26.280 [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:26:26.283 [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:26:26.292 [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:26:26.298 [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:26:26.299 [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:26:26.302 [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:26:26.306 [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:26:26.307 [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:26:26.310 [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:26:26.312 [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:26:26.314 [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:26:26.338 [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:26:26.347 [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:26:26.352 [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:26:26.355 [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:26:26.356 [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:26:26.356 [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:26:26.357 [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:26:26.357 [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:26:26.359 [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:26:26.361 [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:26:26.361 [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:26:26.364 [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:26:26.364 [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:26:26.365 [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:26:26.367 [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:26:26.368 [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:26:26.369 [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:26:26,385 |-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,408 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:26,409 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:26,415 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:26,428 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:26,429 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:26,431 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:26,435 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@602f6768 - No compression will be used 01:26:26,438 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:26,438 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:26,439 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:26,439 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:26,439 |-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,439 |-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,439 |-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,440 |-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,440 |-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,440 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:26,440 |-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,440 |-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,440 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:26,440 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:26,440 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:26,440 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:26,440 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:26,441 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:26,441 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:26,441 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55362d8f - Registering current configuration as safe fallback point 01:26:26.448 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:26.454 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:26.543 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:26.547 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:26.550 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:26.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:26.555 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:26.556 [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:26.556 [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:26.556 [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:26.556 [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:26.557 [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:26.557 [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:26.558 [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:26.558 [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:26.558 [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:26.558 [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:26.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:26:26.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:26.559 [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:26.559 [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:26.559 [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:26.559 [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:26.560 [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:26.560 [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:26.560 [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:26.560 [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:26.561 [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:26.561 [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:26.561 [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:26.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:26.561 [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:26.561 [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:26.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:26:26.561 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:26.562 [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:26.562 [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:26.562 [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:26.562 [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:26.563 [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:26.563 [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:26.563 [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:26.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:26.563 [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:26.563 [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:26.563 [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:26.564 [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:26.564 [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:26.564 [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:26.564 [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:26.564 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:26.564 [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:26.564 [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:26.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:26.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:26.565 [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:26.565 [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:26.565 [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:26.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:26.566 [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:26.566 [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:26.566 [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:26.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:26.566 [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:26.566 [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:26.566 [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:26.566 [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:26.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:26.568 [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:26.568 [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:26.573 [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:26.573 [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:26.575 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:26.575 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:26.577 [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:26.578 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:26.579 [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:26.579 [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:26.580 [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:26.582 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:26.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:26:26.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:26:26.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:26:26.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:26:26.591 [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:26.591 [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:26.592 [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:26.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:26.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:26.593 [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:26.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:26.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:26.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:26.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:26.594 [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:26.595 [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:26.595 [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:26.595 [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:26.596 [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:26.596 [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:26.596 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:26.596 [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:26.596 [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:26.597 [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:26.597 [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:26.597 [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:26.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:26.598 [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:26.598 [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:26.598 [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:26.599 [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:26.599 [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:26.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:26.600 [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:26.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:26.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:26.601 [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:26.601 [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:26.601 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:26.602 [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:26.602 [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:26.602 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:26.602 [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:26.602 [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:26.602 [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:26.604 [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:26.605 [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:26.605 [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:26:26.609 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:26.610 [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:26.610 [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:26.610 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:26.610 [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:26.611 [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:26.611 [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:26.611 [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:26:26.612 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:26.612 [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:26:26.613 [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:26:26.613 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:26.613 [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:26:26.613 [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:26:26.613 [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:26:26.619 [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:26:26.619 [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:26:26.619 [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:26:26.639 [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:26:26.639 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:26.640 [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:26:26.640 [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:26:26.641 [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:26.641 [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:26.641 [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:26:26.641 [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:26:26.642 [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:26:26.642 [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:26:26.642 [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:26:26.642 [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:26:26.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-proxy-destruction (org.eclipse.gemini.blueprint.iandt.proxy.destruction)] 01:26:26.642 [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:26:26.642 [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:26:26.643 [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:26:26.643 [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:26:26.643 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:26.644 [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:26:26.644 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:511 - Post processing: creating test bundle 01:26:26.645 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy 01:26:26.650 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:26.656 [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:26:26.656 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:202 - Automatically creating Manifest for the test bundle 01:26:26.657 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:366 - Using the test class for generating bundle imports 01:26:26.658 [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:26:26.658 [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:26:26.662 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class ProxyDestructionTest 01:26:26.673 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:26.673 [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:26:26.673 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest 01:26:26.676 [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:26:26.676 [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:26:26.677 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:26.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:26:26.678 [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:26:26.678 [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:26:26.678 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:26.679 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:26.679 [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:26:26.680 [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:26:26.680 [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:26:26.680 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:26.680 [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:26:26.680 [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:26:26.681 [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:26:26.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:26.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:26.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:26.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:26.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:26.681 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:26.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:26.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:26.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:26.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:26.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 01:26:26.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 01:26:26.682 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 01:26:26.683 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 01:26:26.683 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 01:26:26.683 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 01:26:26.683 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 01:26:26.688 [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:26:26.689 [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:26:26.691 [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:26:26.691 [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:26:26.691 [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:26:26.692 [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:26:26.692 [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:26:26.692 [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:26:26.692 [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:26:26.692 [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:26:26.692 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:26.694 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:26.694 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:26.696 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:26.696 [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:26:26.697 [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:26.699 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:26.699 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:26.741 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:26.741 [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:26.742 [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:26.742 [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:26.784 [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:26.784 [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:26.809 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:26:26.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:26.811 [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:26.812 [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:26.812 [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:26.844 [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@1ce47a48: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:26.850 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:26.851 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:26.851 [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:26.852 [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:26.858 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:26.861 [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@1ce47a48: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:26.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:26.861 [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@38ecc312 01:26:26.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:26.861 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:26.861 [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:26.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:26.862 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:26.862 [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:26.862 [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:26.862 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:26.862 [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:26:26.862 [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:26:26.862 [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:26:26.862 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy 01:26:26.863 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:26.863 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/reference.xml] 01:26:26.865 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:26.866 [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:26.866 [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:26.866 [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:26.878 [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:26.879 [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:26.885 [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@47fb7ac2: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 01:26:26.885 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:26.885 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:26.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:26:26.885 [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:26.886 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:26.886 [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@47fb7ac2: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 01:26:26.886 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:26.886 [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@38ecc312 01:26:26.886 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:26:26.886 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:26.903 [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:26.904 [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:26.905 [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:26:26.905 [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:26:26.905 [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:26:26.905 [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:26:26.906 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 01:26:26.906 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 01:26:26.906 [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:26:26.906 [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:26:26.940 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:26:26.941 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:26.941 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:26:26.941 [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:26.943 [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@1bf1306d] 01:26:26.943 [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@579e85eb] Delaying for:0 01:26:26.947 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:26.948 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:26.948 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:26.949 [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:26.949 [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:26.950 [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:26:26.951 [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:26:26.951 [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:26:26.951 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy] 01:26:26.951 [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:26:26.951 [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:26:26.952 [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:26:26.952 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:26.952 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:26.953 [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@58ec826b] 01:26:26.955 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy] 01:26:26.956 [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:26.956 [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:26.957 [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:26.957 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:26.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:26.958 [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:26:26.958 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:26.958 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:26.958 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:26.959 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:26.960 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:26.961 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:26.961 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:26.962 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:26.962 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:26.963 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:26.963 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:26.964 [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:26:26.964 [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:26:26.964 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:26.964 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 01:26:26.969 [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:26:26.969 [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:26:26.969 [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:26:26.969 [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:26:26.970 [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:26:26.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@94212c7] 01:26:26.971 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@209531b2] 01:26:26.972 [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:26.972 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@149fb324} 01:26:26.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@149fb324] bound to proxy 01:26:26.972 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@149fb324] bound to proxy 01:26:26.973 [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:26:26.973 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:26.973 [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:26:26.973 [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:26:26.973 [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:26:26.974 [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:26:26.974 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:26.974 [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:26:26.975 [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@ed71a55] 01:26:26.975 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy] 01:26:26.975 [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:26:26.976 [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:26.976 [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:26:26.976 [main] DEBUG o.e.g.b.i.r.ProxyDestructionTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction 01:26:26.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:26.977 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:26.977 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:26.978 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:26.978 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:26.978 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:26.979 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:26.979 [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:26:26.980 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:364 - Writing test name [testProxyDestruction] to OSGi 01:26:26.988 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 01:26:26.988 [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:26:26.989 [main] INFO o.e.g.b.i.r.ProxyDestructionTest:190 - Loading context for locations: 01:26:26.990 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy 01:26:26.990 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:26.990 [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:26:26.990 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:26.990 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:26.991 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:26.991 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:26.991 [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:26:26.991 [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:26:26.991 [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:26:26.992 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy] 01:26:26.992 [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:26:26.992 [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:27.008 [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:26:27.009 [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:26:27.010 [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:27.010 [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:26:27.010 [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:27.010 [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:27.010 [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:27.010 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy 01:26:27.011 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy] 01:26:27.012 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:27.012 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@149fb324] was unregistered and unbound from the service proxy 01:26:27.012 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@149fb324] was unregistered and unbound from the service proxy 01:26:27.012 [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:26:27.012 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@149fb324] 01:26:27.013 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:27.013 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:27.013 [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:26:27.013 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 service bundle stopped Invoking method on OSGi service proxy... 01:26:27.014 [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:26:27.014 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy 01:26:27.014 [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:26:30.015 [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:26:30.016 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.proxy.destruction, config=osgibundle:/META-INF/spring/*.xml) 01:26:30.016 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@2e53481b 01:26:30.016 [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:26:30.016 [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:26:30.016 [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:26:30.016 [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:26:30.016 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy 01:26:30.017 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy] 01:26:30.017 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:30.017 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:30.017 [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.017 [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:26:30.017 [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:26:30.018 [main] TRACE o.e.g.b.i.r.ProxyDestructionTest:440 - Reading OSGi results for test [testProxyDestruction] 01:26:30.018 [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:26:30.018 [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: 3.926 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ProxyDestructionTest 01:26:30.021 [Thread-0] INFO o.e.g.b.i.r.ProxyDestructionTest:471 - Shutting down OSGi platform 01:26:30.021 [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:26:30.021 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy 01:26:30.021 [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 [Fri Apr 26 01:26:26 UTC 2024]; root of context hierarchy] 01:26:30.021 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:30.021 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:30.022 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:30.022 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:30.022 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:30.022 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:30.022 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:30.022 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:30.022 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:30.023 [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:30.023 [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.023 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:30.023 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:30,560 |-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:30,628 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:30,630 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:30,643 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:30,664 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:30,665 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:30,668 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:30,674 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used 01:26:30,678 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:30,678 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:30,679 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:30,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:26:30,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:26:30,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:26:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:30,680 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:30,681 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:30,681 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:30,681 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:30,681 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:30,681 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:30,682 |-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:26:30.759 [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:26:30.762 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:85 - Instantiating platform wrapper... 01:26:30.769 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7407126386566189499kf 01:26:30.769 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:215 - About to start Knopflerfish OSGi Platform 01:26:30.835 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:30.837 [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:26:30.838 [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:26:30.839 [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:26:30.839 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:30.908 [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:26:30.918 [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:26:30.921 [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:26:30.923 [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:26:30.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:26:30.934 [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:26:30.935 [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:26:30.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.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:26:30.941 [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:26:30.950 [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:26:30.955 [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:26:30.957 [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:26:30.959 [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:26:30.963 [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:26:30.964 [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:26:30.967 [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:26:30.969 [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:26:30.970 [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:26:30.973 [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:26:30.982 [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:26:30.987 [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:26:30.989 [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:26:30.990 [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:26:30.991 [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:26:30.991 [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:26:30.992 [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:26:30.993 [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:26:30.995 [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:26:30.995 [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:26:30.998 [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:26:30.999 [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:26:30.999 [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:26:31.001 [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:26:31.002 [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:26:31.004 [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:26:31,020 |-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,058 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:31,059 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:31,065 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:31,078 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:31,079 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:31,081 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:31,085 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@4a4472cf - No compression will be used 01:26:31,088 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:31,088 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:31,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:31,089 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:31,089 |-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,089 |-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,089 |-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,089 |-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,089 |-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,090 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:31,090 |-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,090 |-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,090 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:31,090 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:31,090 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:31,090 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:31,090 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:31,090 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:31,090 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:31,091 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@115c9b26 - Registering current configuration as safe fallback point 01:26:31.098 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:31.105 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:31.193 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:31.196 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:31.199 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:31.201 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:31.205 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:31.205 [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:31.206 [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:31.206 [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:31.206 [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:31.207 [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:31.207 [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:31.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:26:31.207 [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:31.208 [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:31.208 [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:31.208 [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:31.208 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:31.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:26:31.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:26:31.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:26:31.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:26:31.209 [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:31.209 [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:31.209 [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:31.209 [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:31.210 [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:31.210 [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:31.210 [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:31.210 [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:31.210 [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:31.211 [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:31.211 [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:31.211 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:31.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:26:31.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:26:31.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:26:31.211 [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:31.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:26:31.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:26:31.212 [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:31.212 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:31.212 [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:31.213 [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:31.213 [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:31.213 [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:31.213 [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:31.213 [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:31.213 [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:31.213 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:31.214 [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:31.214 [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:31.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:31.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:31.215 [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:31.215 [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:31.215 [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:31.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:31.215 [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:31.215 [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:31.215 [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:31.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:31.215 [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:31.215 [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:31.215 [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:31.216 [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:31.217 [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:31.217 [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:31.217 [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:31.222 [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:31.223 [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:31.224 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:31.224 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:31.226 [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:31.228 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:31.228 [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:26:31.228 [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:26:31.229 [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:31.231 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:31.242 [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:31.243 [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:31.243 [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:31.244 [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:31.245 [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:31.245 [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:31.246 [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:31.246 [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:31.246 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:31.246 [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:31.247 [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:31.247 [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:31.247 [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:31.247 [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:31.248 [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:31.249 [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:31.249 [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:31.249 [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:31.249 [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:31.249 [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:31.249 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:31.250 [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:31.250 [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:31.250 [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:31.251 [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:31.251 [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:31.251 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:31.252 [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:31.252 [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:31.252 [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:31.253 [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:31.253 [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:31.253 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:31.253 [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:31.253 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:31.254 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:31.255 [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:31.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:26:31.255 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:31.255 [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:31.255 [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:31.256 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:31.256 [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:31.256 [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:31.256 [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:31.258 [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:31.258 [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:31.259 [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:26:31.262 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:31.263 [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:31.263 [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:31.263 [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:31.263 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:31.264 [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:31.264 [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:31.264 [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:26:31.265 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:31.266 [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:26:31.266 [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:26:31.266 [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:26:31.271 [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:26:31.272 [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:26:31.272 [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:26:31.274 [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:26:31.274 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:31.274 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:31.274 [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@69f07a1 01:26:31.274 [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:31.274 [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:31.275 [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:26:31.275 [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:26:31.275 [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:26:31.276 [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:26:31.276 [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:26:31.276 [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:26:31.276 [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:26:31.276 [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:26:31.276 [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:26:31.276 [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:26:31.276 [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:26:31.276 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:31.277 [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:26:31.277 [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:26:31.277 [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:26:31.278 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy 01:26:31.278 [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:26:31.278 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:511 - Post processing: creating test bundle 01:26:31.281 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:31.286 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.referenceProxy] 01:26:31.286 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:202 - Automatically creating Manifest for the test bundle 01:26:31.286 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:366 - Using the test class for generating bundle imports 01:26:31.288 [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:26:31.288 [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:26:31.290 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class ReferenceProxyTest 01:26:31.297 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:31.298 [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:26:31.298 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest 01:26:31.300 [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:26:31.300 [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:26:31.300 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:31.301 [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:26:31.301 [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:26:31.301 [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:26:31.301 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:31.302 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:31.302 [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:26:31.302 [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:26:31.302 [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:26:31.302 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:31.302 [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:26:31.303 [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:26:31.303 [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:26:31.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:31.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:31.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:31.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:31.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:31.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:31.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:31.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:31.303 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:31.304 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:31.304 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 01:26:31.304 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 01:26:31.304 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 01:26:31.304 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 01:26:31.304 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 01:26:31.304 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 01:26:31.304 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 01:26:31.308 [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:26:31.308 [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:26:31.310 [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:26:31.310 [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:26:31.310 [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:26:31.311 [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:26:31.311 [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:26:31.311 [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:26:31.338 [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:26:31.338 [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:26:31.338 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:31.340 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:31.340 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:31.341 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:31.341 [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:26:31.341 [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:26:31.342 [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:31.343 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:31.343 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:31.352 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:31.352 [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:31.353 [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:31.353 [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:31.394 [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:31.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:26:31.419 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:26:31.421 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:31.421 [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:31.422 [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:31.422 [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:31.450 [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@40ee7d83: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:31.456 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:31.457 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:31.457 [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:31.458 [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:31.464 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:31.466 [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@40ee7d83: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:31.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:31.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5dad3dfa 01:26:31.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:31.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:31.467 [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:31.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:31.467 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:31.467 [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:31.467 [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:31.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:31.468 [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@69f07a1 01:26:31.468 [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:26:31.468 [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:26:31.468 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy 01:26:31.468 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:31.469 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/reference.xml] 01:26:31.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:31.472 [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:31.472 [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:31.472 [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:31.484 [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:31.485 [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:31.490 [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@123f887d: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy 01:26:31.491 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:31.491 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:31.491 [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:31.491 [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:31.492 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:31.492 [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@123f887d: defining beans [referer,simpleServiceOsgi]; root of factory hierarchy] 01:26:31.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:31.492 [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@5dad3dfa 01:26:31.492 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:26:31.493 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:31.510 [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:31.510 [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:31.538 [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:26:31.539 [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:26:31.539 [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:26:31.539 [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:26:31.539 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 01:26:31.540 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 01:26:31.540 [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:26:31.540 [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:26:31.543 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:26:31.544 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:31.544 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:26:31.544 [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:31.546 [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@57a933e2] 01:26:31.546 [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@6f6cb722] Delaying for:0 01:26:31.550 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:31.550 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:31.551 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:31.551 [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:31.552 [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:31.553 [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:26:31.553 [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:26:31.553 [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:26:31.554 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy] 01:26:31.554 [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:26:31.554 [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:26:31.554 [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:26:31.554 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:31.555 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:31.556 [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@6f73f0d4] 01:26:31.557 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy] 01:26:31.558 [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:31.559 [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:31.560 [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:31.560 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:31.560 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:31.560 [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:26:31.560 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:31.561 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:31.561 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:31.561 [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:26:31.561 [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:26:31.561 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:31.561 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 01:26:31.564 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:31.569 [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:26:31.569 [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:26:31.569 [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:26:31.570 [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:26:31.570 [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:26:31.571 [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@6feec654] 01:26:31.571 [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@356a4ca9] 01:26:31.572 [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:31.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@2fb6c23c} 01:26:31.573 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2fb6c23c] bound to proxy 01:26:31.573 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2fb6c23c] bound to proxy 01:26:31.573 [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:26:31.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:31.573 [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:26:31.573 [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:26:31.574 [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:26:31.574 [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:26:31.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:31.575 [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:26:31.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@382e04ae] 01:26:31.575 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy] 01:26:31.576 [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:26:31.576 [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:31.576 [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:26:31.576 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:31.576 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.reference.proxy 01:26:31.577 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:31.577 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:31.578 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:31.578 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:31.579 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:31.579 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:31.579 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:31.580 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:31.580 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:31.581 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:31.581 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:31.581 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:31.582 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:31.582 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:364 - Writing test name [testReferenceProxyLifecycle] to OSGi 01:26:31.591 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testReferenceProxyLifecycle] for execution inside OSGi 01:26:31.591 [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:26:31.592 [main] INFO o.e.g.b.i.r.ReferenceProxyTest:190 - Loading context for locations: 01:26:31.593 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy 01:26:31.593 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:31.593 [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:26:31.593 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:31.593 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:31.594 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:31.594 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:31.594 [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:26:31.594 [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:26:31.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@245b4bdc] 01:26:31.594 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy] 01:26:31.595 [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:26:31.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:26:31.612 [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:26:31.613 [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:26:31.614 [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:31.614 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@69f07a1 01:26:31.614 [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:31.614 [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:31.615 [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:31.615 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy 01:26:31.615 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy] 01:26:31.616 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:31.616 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2fb6c23c] was unregistered and unbound from the service proxy 01:26:31.617 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2fb6c23c] was unregistered and unbound from the service proxy 01:26:31.617 [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:26:31.617 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2fb6c23c] 01:26:31.617 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:31.618 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:31.618 [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@69f07a1 01:26:31.618 [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:26:31.618 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy 01:26:31.618 [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@6c2eca8e 01:26:31.618 [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:26:34.619 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy 01:26:34.619 [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:26:34.621 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:34.621 [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:26:34.621 [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:26:34.621 [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:26:34.621 [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:26:34.622 [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:26:34.622 [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:26:34.622 [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:26:34.622 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:34.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@69f07a1 01:26:34.622 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:34.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:34.622 [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:34.622 [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 [Fri Apr 26 01:26:34 UTC 2024]; root of context hierarchy 01:26:34.622 [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:26:34.622 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:34.623 [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:26:34.623 [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:34.623 [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:26:34.624 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:34.624 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:34.625 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:34.626 [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:34.626 [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:34.626 [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:34.637 [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:34.637 [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:34.641 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:26:34.643 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:34.643 [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:34.644 [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:34.644 [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:34.653 [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@3f1f8c47: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:34.653 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:34.653 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:34.653 [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:34.653 [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:34.654 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:34.654 [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@3f1f8c47: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:34.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:34.654 [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@5dad3dfa 01:26:34.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:34.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:34.654 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:34.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:34.654 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:34.654 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:34.654 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:34.654 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:34.655 [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:34.655 [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@4bf78ec] 01:26:34.655 [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@a56c60c] Delaying for:0 01:26:34.656 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:34.656 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:34.656 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:34.656 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:26:34.657 [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:34.657 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f449534] bound to proxy 01:26:34.657 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f449534] bound to proxy 01:26:34.657 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:34.657 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@40c3e228] 01:26:34.657 [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 [Fri Apr 26 01:26:34 UTC 2024]; root of context hierarchy] 01:26:34.658 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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:34.658 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:34.658 [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:34.658 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:34.658 [main] DEBUG o.e.g.b.i.r.ReferenceProxyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice bundle started 01:26:34.659 [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:26:34.659 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:34.660 [main] TRACE o.e.g.b.i.r.ReferenceProxyTest:440 - Reading OSGi results for test [testReferenceProxyLifecycle] 01:26:34.712 [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: 3.956 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceProxyTest 01:26:34.715 [Thread-0] INFO o.e.g.b.i.r.ReferenceProxyTest:471 - Shutting down OSGi platform 01:26:34.716 [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:26:34.716 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy 01:26:34.716 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy] 01:26:34.716 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:34.716 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:34.716 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18], BundleImpl[id=19]] 01:26:34.723 [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:26:34.723 [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:26:34.723 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:26:34.724 [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:26:34.724 [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:26:34.724 [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@69f07a1 01:26:34.724 [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:26:34.724 [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:26:34.724 [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:26:34.724 [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:26:34.724 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy 01:26:34.724 [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 [Fri Apr 26 01:26:31 UTC 2024]; root of context hierarchy] 01:26:34.725 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f449534] was unregistered and unbound from the service proxy 01:26:34.725 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3f449534] was unregistered and unbound from the service proxy 01:26:34.725 [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:26:34.738 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:34.738 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:34.738 [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@69f07a1 01:26:34.738 [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:26:34.739 [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:34.739 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:26:34.739 [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:34.739 [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:34.739 [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@69f07a1 01:26:34.739 [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:34.739 [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:34.739 [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:34.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 [Fri Apr 26 01:26:34 UTC 2024]; root of context hierarchy 01:26:34.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 [Fri Apr 26 01:26:34 UTC 2024]; root of context hierarchy] 01:26:34.740 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:34.740 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3f449534] 01:26:34.740 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:34.740 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:34.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@69f07a1 01:26:34.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:26:34.740 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:34.740 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:34.740 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:34.741 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:34.741 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:34.741 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:34.741 [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:34.741 [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:26:34.741 [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@66d6a1fe 01:26:34.742 [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:34.742 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:34.742 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:35,285 |-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,356 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:35,358 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:35,372 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:35,394 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:35,395 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:35,399 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:35,405 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used 01:26:35,409 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:35,409 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:35,410 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:35,410 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:35,410 |-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,410 |-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,410 |-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,410 |-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,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:35,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:35,411 |-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,411 |-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,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:35,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:35,411 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:35,411 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:35,411 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:35,412 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:35,412 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:35,412 |-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:26:35.495 [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:26:35.498 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:85 - Instantiating platform wrapper... 01:26:35.505 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7869831652818704526kf 01:26:35.506 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:215 - About to start Knopflerfish OSGi Platform 01:26:35.574 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:35.577 [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:26:35.577 [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:26:35.578 [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:26:35.579 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:35.646 [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:26:35.656 [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:26:35.660 [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:26:35.661 [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:26:35.666 [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:26:35.672 [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:26:35.673 [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:26:35.676 [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:26:35.679 [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:26:35.683 [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:26:35.695 [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:26:35.696 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:35.699 [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:26:35.703 [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:26:35.704 [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:26:35.707 [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:26:35.709 [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:26:35.719 [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:26:35.740 [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:26:35.744 [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:26:35.745 [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:26:35.745 [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:26:35.745 [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:26:35.746 [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:26:35.747 [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:26:35.749 [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:26:35.750 [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:26:35.753 [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:26:35.754 [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:26:35.754 [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:26:35.756 [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:26:35.757 [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:26:35.758 [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:26:35,776 |-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,799 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:35,801 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:35,807 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:35,821 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:35,822 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:35,824 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:35,829 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2949a1b5 - No compression will be used 01:26:35,832 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:35,832 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:35,833 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:35,834 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:35,834 |-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,834 |-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,834 |-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,834 |-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,834 |-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,834 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:35,834 |-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,835 |-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,835 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:35,835 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:35,835 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:35,835 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:35,835 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:35,838 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:35,838 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:35,839 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@34a08be0 - Registering current configuration as safe fallback point 01:26:35.846 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:35.853 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:35.941 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:35.942 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:35.945 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:35.947 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:35.951 [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.952 [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.952 [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.956 [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.956 [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.957 [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.957 [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.957 [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.957 [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.958 [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.958 [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.958 [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.958 [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.958 [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.959 [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.959 [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.959 [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.959 [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.959 [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.959 [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.959 [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.960 [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.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:35.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:35.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:35.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:35.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:35.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:35.961 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:35.961 [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.961 [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.961 [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.962 [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.962 [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.962 [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.962 [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.962 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:35.963 [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.963 [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.963 [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.963 [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.963 [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.964 [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.964 [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.964 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:35.964 [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.964 [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.964 [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.964 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:35.965 [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.965 [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.965 [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.965 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:35.965 [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.965 [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.965 [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.966 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:35.966 [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.966 [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.966 [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.966 [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.967 [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.967 [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.967 [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.973 [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.974 [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.975 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:35.975 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:35.978 [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.979 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:35.979 [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:35.980 [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:35.980 [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.983 [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.989 [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.990 [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.990 [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.991 [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.992 [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.992 [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.993 [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.993 [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.993 [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.994 [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.994 [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.994 [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.994 [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.995 [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.995 [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.996 [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.996 [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.996 [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.996 [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.997 [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.997 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:35.997 [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.997 [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.997 [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.998 [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.998 [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.998 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:35.999 [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.999 [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.999 [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:36.000 [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:36.000 [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:36.000 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:36.001 [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:36.001 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:36.001 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:36.002 [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:36.002 [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:36.002 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:36.003 [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:36.003 [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:36.003 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:36.003 [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:36.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:26:36.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:26:36.005 [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:36.006 [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:36.006 [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:26:36.010 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:36.011 [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:36.011 [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:36.011 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:36.012 [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:36.012 [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:36.012 [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:36.013 [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:26:36.013 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:511 - Post processing: creating test bundle 01:26:36.021 [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:26:36.021 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:202 - Automatically creating Manifest for the test bundle 01:26:36.021 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:366 - Using the test class for generating bundle imports 01:26:36.022 [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:26:36.023 [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:26:36.025 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class ReferenceInterruptTest 01:26:36.039 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:36.039 [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:26:36.039 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest 01:26:36.041 [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:26:36.041 [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:26:36.041 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:36.042 [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:26:36.042 [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:26:36.042 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:36.043 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:36.043 [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:26:36.043 [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:26:36.043 [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:26:36.043 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:36.044 [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:26:36.044 [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:26:36.044 [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:26:36.044 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:36.044 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:36.044 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:36.044 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:36.044 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest$1.class 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ProxyDestructionTest.class 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest$1.class 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceInterruptTest.class 01:26:36.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.MF 01:26:36.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/referenceProxy/ReferenceProxyTest.class 01:26:36.050 [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:26:36.050 [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:26:36.052 [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:26:36.052 [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:26:36.052 [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:26:36.052 [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:26:36.053 [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:26:36.053 [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:26:36.053 [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:26:36.053 [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:26:36.053 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:36.054 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:36.055 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:36.055 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:36.056 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:36.056 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:36.056 [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:26:36.056 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:36.057 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:36.057 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:36.057 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:36.058 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:36.058 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:36.058 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:36.059 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:36.059 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:36.059 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:36.059 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:36.060 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:36.060 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:36.061 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:364 - Writing test name [testProxyInterrupt] to OSGi 01:26:36.068 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyInterrupt] for execution inside OSGi 01:26:36.069 [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:26:36.069 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:190 - Loading context for locations: 01:26:36.077 [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 [Fri Apr 26 01:26:36 UTC 2024]; root of context hierarchy 01:26:36.080 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:36.092 [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:26:36.097 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:36.098 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:36.098 [main] TRACE 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:36.099 [main] TRACE o.e.g.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:36.101 [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:26:36.101 [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:26:36.102 [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:26:36.104 [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 [Fri Apr 26 01:26:36 UTC 2024]; root of context hierarchy] 01:26:36.106 [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:26:36.107 [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:36.127 [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:36.127 [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:36.128 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:36.132 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 01:26:36.139 [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:36.140 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:26:36.140 [main] INFO o.e.g.b.i.r.ReferenceInterruptTest:65 - Invoking proxy... 01:26:36.143 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 01:26:39.141 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:454 - No application event publisher set; no events will be published 01:26:39.141 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:39.142 [main] TRACE o.e.g.b.i.r.ReferenceInterruptTest:440 - Reading OSGi results for test [testProxyInterrupt] 01:26:39.142 [main] DEBUG o.e.g.b.i.r.ReferenceInterruptTest:447 - Test[testProxyInterrupt]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.65 sec - in org.eclipse.gemini.blueprint.iandt.referenceProxy.ReferenceInterruptTest 01:26:39.145 [Thread-0] INFO o.e.g.b.i.r.ReferenceInterruptTest:471 - Shutting down OSGi platform 01:26:39.145 [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:26:39.146 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:39.146 [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 [Fri Apr 26 01:26:36 UTC 2024]; root of context hierarchy 01:26:39.146 [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 [Fri Apr 26 01:26:36 UTC 2024]; root of context hierarchy] 01:26:39.146 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:39.146 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:39.146 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:39.146 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:39.146 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:39.146 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:39.146 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:39.147 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:39.148 [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:39.148 [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:39.148 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:39.149 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:39,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:26:39,584 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:39,585 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:39,598 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:39,620 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:39,621 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:39,624 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:39,630 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:39,635 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:39,635 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:39,639 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:39,639 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:39,639 |-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,639 |-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,639 |-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,639 |-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,639 |-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,639 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:39,639 |-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,639 |-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,640 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:39,640 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:39,640 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:39,640 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:39,640 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:39,640 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:39,640 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:39,641 |-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:26:39.711 [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:26:39.714 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:85 - Instantiating platform wrapper... 01:26:39.721 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1101639408274646210kf 01:26:39.721 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:215 - About to start Knopflerfish OSGi Platform 01:26:39.788 [main] INFO o.e.g.b.i.s.ServiceListenerTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:39.790 [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:26:39.791 [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:26:39.792 [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:26:39.792 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:39.871 [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:26:39.881 [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:26:39.885 [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:26:39.886 [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:26:39.891 [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:26:39.898 [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:26:39.899 [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:26:39.901 [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:26:39.905 [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:26:39.916 [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:26:39.922 [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:26:39.923 [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:26:39.940 [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:26:39.944 [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:26:39.945 [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:26:39.947 [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:26:39.949 [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:26:39.951 [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:26:39.954 [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:26:39.963 [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:26:39.968 [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:26:39.970 [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:26:39.971 [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:26:39.972 [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:26:39.972 [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:26:39.972 [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:26:39.974 [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:26:39.976 [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:26:39.976 [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:26:39.979 [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:26:39.980 [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:26:39.980 [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:26:39.982 [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:26:39.983 [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:26:39.984 [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:26:40,001 |-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,023 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:40,025 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:40,030 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:40,047 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:40,048 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:40,050 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:40,054 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@723e94b7 - No compression will be used 01:26:40,057 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:40,057 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:40,058 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:40,058 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:40,058 |-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,058 |-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,058 |-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,058 |-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,058 |-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,058 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:40,059 |-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,059 |-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,059 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:40,059 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:40,059 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:40,059 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:40,059 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:40,059 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:40,059 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:40,060 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@735abdc2 - Registering current configuration as safe fallback point 01:26:40.067 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:40.073 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:40.162 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:40.166 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:40.168 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:40.171 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:40.173 [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.174 [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.175 [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.175 [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.175 [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.176 [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.176 [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.176 [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.176 [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.177 [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.177 [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.177 [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.177 [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.177 [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.178 [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.178 [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.178 [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.178 [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.178 [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.178 [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.178 [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.179 [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.179 [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.179 [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.179 [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.180 [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.180 [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.180 [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.180 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:40.180 [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.181 [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.181 [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.181 [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.181 [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.181 [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.181 [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.181 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:40.182 [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.182 [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.182 [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.182 [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.182 [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.182 [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.183 [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.183 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:40.183 [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.183 [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.183 [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.183 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:40.184 [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.184 [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.184 [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.184 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:40.184 [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.184 [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.184 [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.184 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:40.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:26:40.185 [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.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:26:40.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:26:40.186 [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.186 [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.186 [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.191 [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.192 [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.193 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:40.193 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:40.195 [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.197 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:40.197 [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:26:40.197 [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:26:40.198 [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.200 [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.206 [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.207 [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.207 [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.208 [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.209 [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.209 [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.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:26:40.210 [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.210 [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.210 [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.211 [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.211 [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.211 [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.211 [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.212 [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.213 [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.213 [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.213 [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.213 [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.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:26:40.214 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:40.214 [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.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:26:40.214 [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.215 [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.215 [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.215 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:40.216 [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.216 [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.216 [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.217 [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.217 [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.217 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:40.217 [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.218 [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.218 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:40.219 [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.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:26:40.219 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:40.219 [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.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:26:40.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:40.220 [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.220 [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.220 [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.222 [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.222 [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.223 [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:26:40.227 [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.228 [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.228 [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.228 [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.228 [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.228 [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.228 [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.229 [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:26:40.239 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:40.239 [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:26:40.239 [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:26:40.239 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:40.240 [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:26:40.240 [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:26:40.240 [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:26:40.245 [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:26:40.246 [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:26:40.246 [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:26:40.247 [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:26:40.248 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:40.248 [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:26:40.248 [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:26:40.248 [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:40.248 [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:40.249 [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:26:40.249 [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:26:40.249 [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:26:40.249 [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:26:40.250 [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:26:40.250 [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:26:40.250 [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:26:40.250 [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:26:40.250 [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:26:40.250 [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:26:40.250 [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:26:40.250 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:40.251 [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:26:40.252 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy 01:26:40.252 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:511 - Post processing: creating test bundle 01:26:40.255 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:40.258 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.serviceListener] 01:26:40.259 [main] INFO o.e.g.b.i.s.ServiceListenerTest:202 - Automatically creating Manifest for the test bundle 01:26:40.259 [main] INFO o.e.g.b.i.s.ServiceListenerTest:366 - Using the test class for generating bundle imports 01:26:40.260 [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:26:40.260 [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:26:40.262 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class ServiceListenerTest 01:26:40.271 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:40.271 [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:26:40.271 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest 01:26:40.273 [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:26:40.273 [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:26:40.273 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:40.274 [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:26:40.274 [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:26:40.274 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:40.274 [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:26:40.275 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:40.275 [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:26:40.275 [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:26:40.275 [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:26:40.275 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:40.275 [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:26:40.275 [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:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-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:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:40.276 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:40.277 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ 01:26:40.277 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.MF 01:26:40.277 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceListener/ServiceListenerTest.class 01:26:40.280 [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:26:40.280 [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:26:40.282 [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:26:40.282 [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:26:40.283 [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:26:40.283 [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:26:40.283 [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:26:40.283 [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:26:40.283 [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:26:40.283 [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:26:40.283 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:40.284 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:40.285 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:40.286 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:40.286 [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:26:40.286 [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:40.288 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:40.288 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:40.295 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:40.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:40.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:40.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:40.369 [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:40.370 [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:40.394 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:26:40.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:40.396 [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:40.396 [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:40.397 [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:40.416 [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:26:40.442 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:40.443 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:40.443 [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:40.444 [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:40.451 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:40.453 [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:26:40.453 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:40.453 [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:26:40.453 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:40.453 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:40.454 [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:40.454 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:40.454 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:40.454 [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:40.454 [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:40.454 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:40.454 [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:26:40.454 [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:26:40.455 [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:26:40.455 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy 01:26:40.455 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:40.456 [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:26:40.457 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:40.458 [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:40.458 [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:40.458 [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:40.473 [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:40.473 [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:40.481 [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@9cb149e: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy 01:26:40.481 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:40.481 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:40.481 [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:40.481 [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:40.482 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:40.482 [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@9cb149e: defining beans [listener,simpleServiceOsgi]; root of factory hierarchy] 01:26:40.482 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:40.482 [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:26:40.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleServiceOsgi] 01:26:40.483 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:40.504 [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:26:40.504 [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:26:40.504 [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:26:40.506 [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:40.506 [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:40.506 [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:26:40.507 [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:26:40.507 [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:26:40.507 [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:26:40.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleServiceOsgi] 01:26:40.507 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleServiceOsgi] 01:26:40.507 [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:26:40.507 [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:26:40.541 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:26:40.541 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:40.542 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:26:40.542 [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:40.543 [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@1a99a567] 01:26:40.544 [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@7adcbdf4] Delaying for:0 01:26:40.547 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:40.548 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:40.548 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:40.549 [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:40.549 [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:40.550 [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:26:40.551 [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:26:40.551 [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:26:40.552 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy] 01:26:40.552 [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:26:40.552 [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:26:40.552 [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:26:40.552 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:40.552 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:40.553 [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@21b5f2c5] 01:26:40.555 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy] 01:26:40.556 [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:40.557 [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:40.557 [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:40.558 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:40.558 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:40.558 [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:26:40.558 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:40.558 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:40.559 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:40.559 [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:26:40.559 [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:26:40.559 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:40.559 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.service.listener 01:26:40.562 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:40.567 [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:26:40.567 [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:26:40.568 [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:26:40.568 [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:26:40.568 [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:26:40.570 [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@7194476f] 01:26:40.570 [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@67626dc1] 01:26:40.570 [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:40.570 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@39f8623f} 01:26:40.571 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39f8623f] bound to proxy 01:26:40.571 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39f8623f] bound to proxy 01:26:40.571 [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@4616b962 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@39f8623f 01:26:40.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@28aae969 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;@5b9cab97, service.id=9} 01:26:40.571 [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:26:40.572 [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@4616b962 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@39f8623f 01:26:40.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.service.listener.MyListenerBeanInfo] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 01:26:40.572 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:40.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] exports [org.eclipse.gemini.blueprint.iandt.service.listener] as version [0.0.0] but version [null] was required 01:26:40.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:146 - Could not find class [org.eclipse.gemini.blueprint.iandt.service.listener.MyListenerCustomizer] required by [org-springframework-osgi-iandt-service-listener(org.eclipse.gemini.blueprint.iandt.service.listener)] scanning available bundles 01:26:40.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:26:40.573 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [org-springframework-osgi-iandt-service-listener (org.eclipse.gemini.blueprint.iandt.service.listener)] exports [org.eclipse.gemini.blueprint.iandt.service.listener] as version [0.0.0] but version [null] was required 01:26:40.574 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@21614741] 01:26:40.574 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.service.listener, config=osgibundle:/META-INF/spring/*.xml): startup date [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy] 01:26:40.574 [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:26:40.575 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:40.575 [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:26:40.575 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:40.575 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.service.listener 01:26:40.576 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:40.576 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:40.577 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:40.577 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:40.577 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:40.577 [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:26:40.578 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:40.578 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:40.579 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:40.579 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:40.579 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:40.580 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:40.580 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:40.581 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:40.581 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:364 - Writing test name [testServiceListener] to OSGi 01:26:40.589 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceListener] for execution inside OSGi 01:26:40.589 [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:26:40.590 [main] INFO o.e.g.b.i.s.ServiceListenerTest:190 - Loading context for locations: 01:26:40.590 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy 01:26:40.591 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:40.591 [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:26:40.591 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:40.591 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:40.591 [main] TRACE 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:40.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:26:40.592 [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:26:40.592 [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:26:40.592 [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:26:40.592 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy] 01:26:40.593 [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:26:40.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:26:40.605 [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:26:40.605 [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:40.606 [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:26:40.606 [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:40.606 [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:40.606 [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:40.606 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy 01:26:40.606 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy] 01:26:40.607 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:40.608 [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@4616b962 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@39f8623f 01:26:40.608 [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@28aae969 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;@5a9abcbf, service.id=9} 01:26:40.608 [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:26:40.608 [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@4616b962 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@39f8623f 01:26:40.608 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39f8623f] was unregistered and unbound from the service proxy 01:26:40.608 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39f8623f] was unregistered and unbound from the service proxy 01:26:40.608 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@39f8623f] 01:26:40.609 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:40.609 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:40.609 [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:26:40.609 [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:40.610 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:56 - about to restart simple service 01:26:40.610 [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@5968dc4b 01:26:40.610 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:40.611 [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:26:40.611 [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:26:40.611 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:40.611 [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:26:40.611 [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:26:40.611 [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:26:40.611 [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:26:40.612 [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:26:40.612 [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:26:40.612 [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:26:40.612 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:40.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@52018c28 01:26:40.612 [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:40.612 [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:40.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:26:40.612 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy 01:26:40.612 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:40.613 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:40.613 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:40.613 [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:26:40.615 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:40.615 [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:40.616 [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:40.616 [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:40.642 [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:40.642 [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:40.646 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/simpleservice.xml] 01:26:40.648 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:40.648 [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:40.648 [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:40.648 [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:40.657 [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@3044fc6c: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:40.657 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:40.657 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:40.657 [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:40.658 [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:40.658 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:40.658 [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@3044fc6c: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:40.658 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:40.658 [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:26:40.658 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:40.659 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:40.659 [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:40.659 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:40.659 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:40.659 [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:40.659 [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:40.659 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:40.659 [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:40.659 [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@50adc0e1] 01:26:40.659 [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@1392609c] Delaying for:0 01:26:40.660 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:40.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:40.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:40.661 [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:40.661 [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:40.661 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5976c62] bound to proxy 01:26:40.661 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5976c62] bound to proxy 01:26:40.661 [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@4616b962 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5976c62 01:26:40.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.i.a.OsgiServiceLifecycleListenerAdapter:224 - Invoking bind method for service com.sun.proxy.$Proxy7@28aae969 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;@3b831ef9, service.id=13} 01:26:40.661 [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:26:40.662 [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@4616b962 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5976c62 01:26:40.662 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:40.662 [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@3b150f95] 01:26:40.662 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy] 01:26:40.705 [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:40.706 [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:40.706 [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:40.706 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:40.706 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:41.707 [main] DEBUG o.e.g.b.i.s.ServiceListenerTest:62 - simple service succesfully restarted 01:26:41.707 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:41.707 [main] TRACE o.e.g.b.i.s.ServiceListenerTest:440 - Reading OSGi results for test [testServiceListener] 01:26:41.708 [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.001 sec - in org.eclipse.gemini.blueprint.iandt.serviceListener.ServiceListenerTest 01:26:41.711 [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:26:41.711 [Thread-0] INFO o.e.g.b.i.s.ServiceListenerTest:471 - Shutting down OSGi platform 01:26:41.711 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy 01:26:41.711 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy] 01:26:41.711 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:41.711 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:41.712 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:41.712 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:41.712 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:41.712 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:41.712 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18], BundleImpl[id=19]] 01:26:41.713 [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:41.713 [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:26:41.713 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19], BundleImpl[id=18]] 01:26:41.713 [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:26:41.713 [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:26:41.714 [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:26:41.714 [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:26:41.714 [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:26:41.714 [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:26:41.714 [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:26:41.714 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy 01:26:41.714 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy] 01:26:41.714 [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@4616b962 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5976c62 01:26:41.714 [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@28aae969 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;@3d66d3a, service.id=13} 01:26:41.715 [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:26:41.715 [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@4616b962 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@5976c62 01:26:41.715 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5976c62] was unregistered and unbound from the service proxy 01:26:41.715 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5976c62] was unregistered and unbound from the service proxy 01:26:41.715 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:41.715 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:41.715 [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:26:41.715 [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:26:41.715 [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:41.715 [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:41.715 [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:26:41.715 [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:41.716 [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:41.716 [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:41.716 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy 01:26:41.716 [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 [Fri Apr 26 01:26:40 UTC 2024]; root of context hierarchy] 01:26:41.716 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:41.716 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5976c62] 01:26:41.716 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:41.716 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:41.716 [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:26:41.716 [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:41.717 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:41.717 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:41.717 [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:41.717 [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@57af2916 01:26:41.717 [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@5390b73b 01:26:41.718 [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.718 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:41.718 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:42,261 |-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,329 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:42,331 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:42,344 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:42,365 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:42,367 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:42,370 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:42,376 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:42,380 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:42,380 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:42,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:42,381 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:42,381 |-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,382 |-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,382 |-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,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:42,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:42,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:42,382 |-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,382 |-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,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:42,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:42,382 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:42,382 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:42,382 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:42,383 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:42,383 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:42,384 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest 01:26:42.471 [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:26:42.474 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:85 - Instantiating platform wrapper... 01:26:42.481 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3784858000141859463kf 01:26:42.482 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:215 - About to start Knopflerfish OSGi Platform 01:26:42.547 [main] INFO o.e.g.b.i.s.CollectionImporterTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:42.549 [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:26:42.550 [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:26:42.551 [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:26:42.551 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:42.623 [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:26:42.634 [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:26:42.637 [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:26:42.638 [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:26:42.643 [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:26:42.649 [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:26:42.651 [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:26:42.653 [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:26:42.662 [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:26:42.665 [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:26:42.670 [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:26:42.672 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:26:42.674 [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:26:42.678 [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:26:42.680 [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:26:42.682 [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:26:42.684 [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:26:42.686 [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:26:42.687 [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:26:42.688 [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:26:42.698 [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:26:42.703 [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:26:42.706 [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:26:42.707 [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:26:42.707 [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:26:42.707 [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:26:42.708 [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:26:42.709 [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:26:42.711 [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:26:42.712 [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:26:42.715 [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:26:42.715 [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:26:42.716 [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:26:42.739 [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:26:42.740 [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:26:42.741 [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:26:42,757 |-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,780 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:42,781 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:42,787 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:42,800 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:42,802 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:42,804 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:42,808 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@d4ab299 - No compression will be used 01:26:42,811 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:42,811 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:42,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:42,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:42,812 |-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,812 |-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,812 |-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,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:42,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:42,812 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:42,812 |-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,813 |-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,813 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:42,813 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:42,813 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:42,813 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:42,813 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:42,813 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:42,813 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:42,814 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@12e54a6 - Registering current configuration as safe fallback point 01:26:42.824 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:42.831 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:42.916 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:42.916 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:42.919 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:42.921 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:42.924 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:42.925 [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:42.925 [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:42.925 [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:42.925 [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:42.926 [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:42.926 [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:42.926 [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:42.926 [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:42.927 [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:42.927 [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:42.927 [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:42.927 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:42.928 [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:42.928 [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:42.928 [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:42.928 [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:42.928 [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:42.928 [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:42.929 [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:42.929 [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:42.929 [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:42.929 [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:42.930 [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:42.930 [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:42.930 [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:42.938 [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:42.938 [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:42.938 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:42.939 [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:42.939 [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:42.939 [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:42.939 [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:42.939 [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:42.939 [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:42.939 [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:42.940 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:42.940 [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:42.940 [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:42.940 [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:42.940 [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:42.941 [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:42.941 [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:42.941 [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:42.941 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:42.941 [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:42.941 [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:42.941 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:42.942 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:42.942 [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:42.942 [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:42.942 [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:42.942 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:42.943 [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:42.943 [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:42.943 [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:42.943 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:42.943 [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:42.943 [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:42.943 [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:42.943 [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:42.944 [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:42.944 [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:42.944 [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:42.950 [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:42.950 [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:42.952 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:42.952 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:42.954 [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:42.955 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:42.956 [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:42.956 [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:42.956 [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:42.959 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:42.965 [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:42.965 [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:42.965 [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:42.967 [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:42.967 [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:42.967 [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:42.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:42.969 [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:42.969 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:42.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:42.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:42.969 [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:42.970 [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:42.970 [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:42.970 [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:42.971 [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:42.971 [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:42.972 [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:42.972 [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:42.972 [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:42.972 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:42.972 [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:42.973 [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:42.973 [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:42.973 [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:42.973 [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:42.974 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:42.974 [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:42.974 [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:42.975 [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:42.975 [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:42.976 [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:42.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:42.976 [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:42.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:42.976 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:42.977 [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:42.978 [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:42.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:42.978 [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:42.978 [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:42.978 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:42.978 [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:42.979 [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:42.979 [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:42.981 [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:42.981 [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:42.981 [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:26:42.985 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:42.985 [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:42.986 [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:42.986 [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:42.986 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:42.986 [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:42.987 [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:42.987 [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:26:42.987 [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:26:42.987 [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:26:42.987 [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:26:42.988 [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:26:42.988 [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:26:42.988 [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:26:42.988 [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:26:42.988 [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:26:42.989 [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:26:42.989 [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:26:42.989 [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:26:42.989 [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:26:42.994 [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:26:42.995 [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:26:42.995 [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:26:42.996 [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:26:42.997 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:42.997 [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:26:42.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6af799cf 01:26:42.997 [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:26:42.997 [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:26:42.997 [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:26:42.997 [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:26:42.997 [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:26:42.999 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:42.999 [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:26:42.999 [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:26:42.999 [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:26:42.999 [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:42.999 [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:26:43.000 [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:26:43.000 [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:26:43.000 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:43.000 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:43.000 [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:26:43.000 [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 [Fri Apr 26 01:26:42 UTC 2024]; root of context hierarchy 01:26:43.000 [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:26:43.002 [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:26:43.002 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:511 - Post processing: creating test bundle 01:26:43.004 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:43.009 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.servicedependency] 01:26:43.010 [main] INFO o.e.g.b.i.s.CollectionImporterTest:202 - Automatically creating Manifest for the test bundle 01:26:43.010 [main] INFO o.e.g.b.i.s.CollectionImporterTest:366 - Using the test class for generating bundle imports 01:26:43.011 [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:26:43.011 [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:26:43.013 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class CollectionImporterTest 01:26:43.040 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:43.041 [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:26:43.041 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest 01:26:43.041 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:43.042 [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:26:43.042 [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:26:43.043 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:43.043 [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:26:43.044 [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:26:43.044 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:43.044 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:43.044 [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:26:43.045 [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:26:43.045 [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:26:43.045 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:43.045 [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:26:43.045 [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:26:43.045 [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:26:43.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:43.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:43.045 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:26:43.046 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:26:43.047 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:26:43.047 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:26:43.047 [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:43.047 [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:43.047 [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:43.051 [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:26:43.051 [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:26:43.053 [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:26:43.053 [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:26:43.053 [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:26:43.053 [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:26:43.054 [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:26:43.054 [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:26:43.054 [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:26:43.054 [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:26:43.054 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:43.055 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:43.056 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:43.057 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:43.057 [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:26:43.057 [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:26:43.059 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:43.059 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:43.062 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.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:26:43.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:26:43.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:26:43.105 [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:43.105 [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:43.160 [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@301bb10b: 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:26:43.166 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:43.166 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:43.167 [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.168 [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.174 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:43.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@301bb10b: 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:26:43.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:43.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2d86cb1c 01:26:43.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:43.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:43.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:26:43.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:43.177 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:43.177 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:43.178 [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:26:43.178 [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:43.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.178 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.178 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:43.179 [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:43.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.182 [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.182 [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.182 [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.197 [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:43.198 [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:43.203 [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:43.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.205 [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.205 [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.205 [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.217 [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@5b40dc65: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:43.217 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:43.217 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:43.217 [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.218 [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.238 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:43.239 [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@5b40dc65: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@2d86cb1c 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.239 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:43.240 [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:26:43.241 [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@7d3c4caa] 01:26:43.242 [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@2bef6455] 01:26:43.265 [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:43.265 [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:26:43.266 [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:26:43.266 [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:26:43.267 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:43.267 [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:43.268 [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:26:43.269 [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:26:43.269 [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:26:43.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:26:43.269 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:43.269 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:26:43.270 [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@7bfcb4e6] 01:26:43.272 [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 [Fri Apr 26 01:26:42 UTC 2024]; root of context hierarchy] 01:26:43.273 [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:26:43.274 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:43.274 [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:26:43.274 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:43.275 [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:26:43.275 [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:43.275 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:43.275 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:43.276 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:43.277 [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:43.277 [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@175b4657] 01:26:43.277 [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@4e33958d] Delaying for:0 01:26:43.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:43.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:43.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:43.279 [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:43.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:26:43.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:43.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@56b6e210] 01:26:43.280 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.280 [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:43.280 [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.281 [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:43.281 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:26:43.281 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:43.282 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:43.282 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:43.282 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:43.283 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:43.283 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:43.284 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:43.284 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:43.284 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:43.285 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:43.285 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:43.285 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:43.286 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:43.286 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:43.286 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:43.286 [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:26:43.287 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:43.288 [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:26:43.288 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] to OSGi 01:26:43.296 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] for execution inside OSGi 01:26:43.296 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6379eb 01:26:43.296 [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:26:43.296 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.297 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:43.297 [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:26:43.299 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.299 [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:43.300 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:43.300 [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:43.310 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:43.311 [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:43.318 [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@35cabb2a: defining beans [serviceA,serviceC,exporterA,map,exporterB,simple-bean]; root of factory hierarchy 01:26:43.318 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:43.318 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:43.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:26:43.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:26:43.319 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@36902638] 01:26:43.319 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@223d2c72] 01:26:43.339 [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:26:43.339 [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:26:43.339 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:43.340 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:43.340 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] 01:26:43.340 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4fb90ff} 01:26:43.342 [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:26:43.348 [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:26:43.348 [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:26:43.349 [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:26:43.349 [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:26:43.349 [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:26:43.351 [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:26:43.351 [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:26:43.352 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:43.352 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:43.352 [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:26:43.352 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@77db6e6b, org.knopflerfish.framework.ServiceReferenceImpl@455b874a} 01:26:43.352 [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:26:43.354 [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:26:43.355 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterA] is being tracked for dependencies 01:26:43.355 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterA] depends (transitively) on the following importers:{&serviceA} 01:26:43.355 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterA] depends on importers:[&serviceA] 01:26:43.356 [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:26:43.356 [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:26:43.356 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 01:26:43.357 [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:26:43.358 [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:26:43.359 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporterB] is being tracked for dependencies 01:26:43.359 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [exporterB] depends (transitively) on the following importers:{&serviceC, &serviceA} 01:26:43.359 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [exporterB] depends on importers:[&serviceC, &serviceA] 01:26:43.359 [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:26:43.359 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:43.360 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 01:26:43.360 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2d3379b4] 01:26:43.360 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.360 [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:26:43.361 [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:43.372 [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:26:43.374 [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:26:43.374 [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:43.374 [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:26:43.374 [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:43.374 [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:43.375 [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:43.375 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.375 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.376 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:43.377 [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:26:43.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@443118b0] 01:26:43.377 [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:26:43.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@618b19ad] 01:26:43.378 [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:26:43.378 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4fb90ff] 01:26:43.378 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:43.379 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:43.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:26:43.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:26:43.379 [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:26:43.379 [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@1a3fab80 01:26:43.380 [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:26:43.380 [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:26:43.380 [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:26:43.380 [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:26:43.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.380 [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:26:43.380 [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 [Fri Apr 26 01:26:42 UTC 2024]; root of context hierarchy 01:26:43.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.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 [Fri Apr 26 01:26:42 UTC 2024]; root of context hierarchy] 01:26:43.381 [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:26:43.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@455b874a] 01:26:43.381 [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:43.381 [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:26:43.381 [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:26:43.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@77db6e6b] 01:26:43.382 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:43.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:43.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@6af799cf 01:26:43.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.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:43.382 [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@14f856b7 01:26:43.382 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:43.382 [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:26:43.383 [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:26:43.383 [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:26:43.383 [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:43.383 [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:26:43.383 [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:26:43.383 [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:26:43.384 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:43.384 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6af799cf 01:26:43.384 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:43.384 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.384 [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:43.384 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.384 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:43.384 [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:26:43.384 [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:26:43.385 [main] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.simpleservice] incremented to 1 01:26:43.385 [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:43.385 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:43.386 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:43.447 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.448 [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.448 [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.448 [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.456 [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:43.457 [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:43.460 [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:43.462 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.462 [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.462 [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.463 [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.470 [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@2e031851: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:43.470 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:43.470 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:43.471 [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.471 [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.471 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:43.471 [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@2e031851: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:43.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:43.471 [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@2d86cb1c 01:26:43.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:43.471 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:43.471 [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:43.472 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:43.472 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:43.472 [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:43.472 [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:43.472 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:43.472 [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:43.472 [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@67b3cad2] 01:26:43.472 [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@3c571013] Delaying for:0 01:26:43.473 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:43.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:43.473 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:43.474 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice.impl.MyServiceImpl] classes {} 01:26:43.474 [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:43.474 [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:26:43.474 [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:26:43.474 [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:26:43.474 [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:26:43.475 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 01:26:43.475 [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:26:43.475 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporterB] not started; there are still unsatisfied dependencies [&serviceC] 01:26:43.475 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:43.475 [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@4df1d789] 01:26:43.475 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.475 [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:43.476 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:43.476 [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:43.476 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:26:43.476 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:43.477 [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:26:43.477 [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:26:43.477 [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:26:43.477 [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:26:43.477 [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:26:43.477 [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:26:43.477 [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:26:43.477 [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:26:43.478 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:43.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6af799cf 01:26:43.478 [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:26:43.478 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.478 [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:26:43.478 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.478 [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:26:43.478 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:43.478 [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:26:43.478 [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:26:43.478 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:43.479 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:43.479 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:43.480 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.480 [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.481 [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.481 [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.488 [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:43.489 [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:43.493 [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@7d0a0fc4: 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:26:43.493 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:43.493 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:43.493 [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.493 [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.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:43.494 [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@7d0a0fc4: 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:26:43.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:43.494 [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@2d86cb1c 01:26:43.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:43.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:43.494 [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:26:43.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:43.494 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:43.494 [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:26:43.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:43.494 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.495 [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@43afa016] 01:26:43.495 [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@290d4ad9] 01:26:43.496 [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:43.496 [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:26:43.496 [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:26:43.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:26:43.496 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:43.497 [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:26:43.497 [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:26:43.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [ALL_CLASSES] discovered on class [class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean] classes {class org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean} 01:26:43.497 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:43.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 01:26:43.497 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] started; all its dependencies are satisfied 01:26:43.498 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] is being tracked for dependencies 01:26:43.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends (transitively) on the following importers:{} 01:26:43.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] depends on importers:[] 01:26:43.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:26:43.498 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:43.499 [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:26:43.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] started; all its dependencies are satisfied 01:26:43.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@7d9dbbe0] 01:26:43.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.context.event.ContextRefreshedEvent[source=OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.499 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.tccl, Bundle-Version=1.0.0} 01:26:43.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:26:43.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:26:43.500 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:43.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:43.500 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:43.501 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain] 01:26:43.501 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterBWhenImporterAGoesDownThenImporterBThenBothUpAgain]'s result read 01:26:43.502 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterAWhenImporterAGoesDownAndUp] to OSGi 01:26:43.502 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterAWhenImporterAGoesDownAndUp] for execution inside OSGi 01:26:43.502 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterAWhenImporterAGoesDownAndUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@54d9d12d 01:26:43.503 [main] INFO o.e.g.b.i.s.CollectionImporterTest:53 - Taking down serviceA... 01:26:43.503 [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:26:43.503 [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:26:43.503 [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:43.503 [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:26:43.503 [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:43.503 [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:43.504 [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:43.504 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.504 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.504 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:43.504 [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:26:43.504 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@49229136] 01:26:43.504 [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:26:43.504 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@33ce860b] 01:26:43.504 [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:26:43.505 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@303e28b9] 01:26:43.505 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:43.505 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:43.505 [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:26:43.505 [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:43.505 [main] INFO o.e.g.b.i.s.CollectionImporterTest:56 - Putting up serviceA... 01:26:43.505 [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@10c7c0f0 01:26:43.505 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:43.506 [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:26:43.506 [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:26:43.506 [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:26:43.506 [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:43.506 [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:26:43.506 [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:26:43.506 [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:26:43.506 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:43.506 [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:26:43.506 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:43.507 [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:43.507 [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:43.507 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.507 [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:26:43.507 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:43.508 [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:43.538 [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:26:43.538 [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:43.538 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:43.539 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:43.539 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.540 [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.540 [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.540 [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.547 [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:43.547 [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:43.550 [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:43.552 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.552 [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.552 [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.552 [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.558 [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@687adf41: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:43.558 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:43.558 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:43.559 [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.559 [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.559 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:43.559 [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@687adf41: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:43.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:43.559 [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@2d86cb1c 01:26:43.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:43.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:43.559 [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:43.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:43.559 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:43.559 [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:43.560 [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:43.560 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:43.560 [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:43.560 [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@3b95912b] 01:26:43.560 [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@43a9322a] Delaying for:0 01:26:43.561 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:43.561 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:43.561 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:43.561 [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:43.561 [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:43.561 [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:26:43.562 [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:26:43.562 [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:26:43.562 [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:26:43.562 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 01:26:43.562 [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:26:43.562 [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:26:43.562 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:43.562 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 01:26:43.562 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:43.563 [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@6c08b5ee] 01:26:43.563 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.563 [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:43.563 [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.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:26:43.563 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:26:43.563 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:43.564 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:43.564 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterAWhenImporterAGoesDownAndUp] 01:26:43.564 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterAWhenImporterAGoesDownAndUp]'s result read 01:26:43.564 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:364 - Writing test name [testExporterBWhenImporterAGoesDownAndUp] to OSGi 01:26:43.565 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testExporterBWhenImporterAGoesDownAndUp] for execution inside OSGi 01:26:43.565 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testExporterBWhenImporterAGoesDownAndUp] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@43bc63a3 01:26:43.565 [main] INFO o.e.g.b.i.s.CollectionImporterTest:64 - Taking down serviceA... 01:26:43.565 [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:26:43.565 [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:26:43.565 [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:43.566 [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:26:43.566 [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:43.566 [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:43.566 [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:43.566 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.566 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.566 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:43.566 [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:26:43.566 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@18df330e] 01:26:43.566 [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:26:43.567 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@126d7a5d] 01:26:43.567 [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:26:43.567 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@f54e706] 01:26:43.567 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:43.567 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:43.567 [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:26:43.567 [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:43.567 [main] INFO o.e.g.b.i.s.CollectionImporterTest:67 - Putting up serviceA... 01:26:43.567 [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@55c55c8c 01:26:43.568 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:43.568 [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:26:43.568 [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:26:43.568 [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:26:43.568 [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:43.568 [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:26:43.568 [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:26:43.568 [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:26:43.568 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:43.569 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6af799cf 01:26:43.569 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:43.569 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:43.569 [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:43.569 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.569 [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:26:43.569 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:43.569 [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:26:43.569 [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:43.569 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:43.569 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:43.570 [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:43.571 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.571 [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.571 [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.572 [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.578 [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:43.578 [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:43.580 [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:43.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:43.582 [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.582 [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.582 [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.587 [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@32f1c764: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:43.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:43.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:43.588 [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.588 [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.588 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:43.588 [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@32f1c764: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:43.588 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:43.588 [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@2d86cb1c 01:26:43.588 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:43.588 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:43.589 [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:43.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:43.589 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:43.589 [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:43.589 [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:43.589 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:43.589 [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:43.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@7bfdab1b] 01:26:43.589 [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@3353b3a5] Delaying for:0 01:26:43.590 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:43.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:43.590 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:43.590 [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:43.590 [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:43.590 [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:26:43.591 [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:26:43.591 [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:26:43.591 [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:26:43.591 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterA] started; all its dependencies are satisfied 01:26:43.591 [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:26:43.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:26:43.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:26:43.592 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporterB] started; all its dependencies are satisfied 01:26:43.592 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:43.592 [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@6ac6920d] 01:26:43.592 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.592 [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:43.592 [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.593 [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:43.593 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:43.593 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:26:43.593 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:43.593 [main] TRACE o.e.g.b.i.s.CollectionImporterTest:440 - Reading OSGi results for test [testExporterBWhenImporterAGoesDownAndUp] 01:26:43.593 [main] DEBUG o.e.g.b.i.s.CollectionImporterTest:447 - Test[testExporterBWhenImporterAGoesDownAndUp]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.CollectionImporterTest 01:26:43.596 [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:26:43.596 [Thread-0] INFO o.e.g.b.i.s.CollectionImporterTest:471 - Shutting down OSGi platform 01:26:43.596 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.596 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.596 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterB] 01:26:43.596 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@68e7015] 01:26:43.596 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:43.596 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporterA] 01:26:43.596 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:26:43.596 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@28ee2036] 01:26:43.597 [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:26:43.597 [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:43.597 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 01:26:43.598 [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:43.598 [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:43.598 [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:26:43.598 [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:43.598 [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:43.598 [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:43.598 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.598 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.599 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:43.599 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3edde185] 01:26:43.599 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:43.599 [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:26:43.599 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:43.599 [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:26:43.599 [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:43.599 [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:26:43.599 [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:26:43.599 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6af799cf 01:26:43.599 [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:26:43.599 [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:26:43.599 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:43.599 [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:26:43.600 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy 01:26:43.600 [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 [Fri Apr 26 01:26:43 UTC 2024]; root of context hierarchy] 01:26:43.600 [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:26:43.600 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3f8361db] 01:26:43.600 [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:43.600 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7056415a] 01:26:43.600 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:43.600 [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.600 [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:26:43.600 [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:26:43.600 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:43.600 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:43.600 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:43.601 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:43.601 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:43.601 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:43.638 [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:26:43.638 [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@32418e1f 01:26:43.638 [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@645a2b0e 01:26:43.638 [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:43.638 [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:43.639 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:43.639 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:44,173 |-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,245 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:44,247 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:44,260 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:44,282 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:44,284 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:44,287 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:44,293 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:26:44,297 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:44,297 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:44,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:44,298 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:44,298 |-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,299 |-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,299 |-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,299 |-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,299 |-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,299 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:44,299 |-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,299 |-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,299 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:44,299 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:44,299 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:44,299 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:44,300 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:44,300 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:44,300 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:44,301 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest 01:26:44.382 [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:26:44.386 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:85 - Instantiating platform wrapper... 01:26:44.393 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4655928880249322790kf 01:26:44.393 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:215 - About to start Knopflerfish OSGi Platform 01:26:44.461 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:44.464 [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:26:44.464 [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:26:44.465 [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:26:44.466 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:44.534 [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:26:44.546 [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:26:44.550 [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:26:44.551 [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:26:44.556 [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:26:44.562 [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:26:44.563 [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:26:44.566 [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:26:44.569 [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:26:44.578 [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:26:44.583 [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:26:44.585 [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:26:44.588 [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:26:44.592 [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:26:44.593 [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:26:44.596 [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:26:44.598 [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:26:44.599 [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:26:44.600 [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:26:44.609 [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:26:44.614 [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:26:44.617 [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:26:44.618 [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:26:44.618 [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:26:44.619 [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:26:44.638 [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:26:44.640 [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:26:44.642 [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:26:44.642 [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:26:44.646 [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:26:44.646 [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:26:44.646 [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:26:44.648 [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:26:44.649 [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:26:44.651 [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:26:44,667 |-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,689 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:44,691 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:44,696 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:44,709 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:44,710 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:44,712 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:44,716 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@55d4b916 - No compression will be used 01:26:44,719 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:44,719 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:44,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:44,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:44,720 |-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,720 |-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,720 |-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,720 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:44,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:26:44,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:44,721 |-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,721 |-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,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:44,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:44,721 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:44,721 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:44,721 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:44,721 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:44,722 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:44,722 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ca441ce - Registering current configuration as safe fallback point 01:26:44.729 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:44.735 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:44.821 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:44.826 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:44.838 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:44.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:44.844 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:44.845 [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:44.845 [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:44.845 [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:44.845 [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:44.846 [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:44.846 [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:44.846 [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:44.846 [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:44.847 [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:44.847 [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:44.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:26:44.847 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:44.848 [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:44.848 [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:44.848 [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:44.848 [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:44.848 [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:44.848 [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:44.848 [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:44.849 [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:44.849 [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:44.849 [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:44.849 [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:44.849 [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:44.850 [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:44.850 [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:44.850 [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:44.850 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:44.850 [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:44.850 [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:44.851 [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:44.851 [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:44.851 [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:44.851 [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:44.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:26:44.851 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:44.852 [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:44.852 [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:44.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:26:44.852 [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:44.853 [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:44.853 [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:44.853 [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:44.853 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:44.853 [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:44.853 [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:44.853 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:44.853 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:44.854 [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:44.854 [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:44.854 [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:44.854 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:44.854 [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:44.854 [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:44.854 [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:44.854 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:44.855 [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:44.855 [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:44.855 [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:44.855 [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:44.856 [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:44.856 [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:44.856 [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:44.862 [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:44.862 [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:44.863 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:44.863 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:44.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:44.867 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:44.867 [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@64231a00 w/ reference null 01:26:44.867 [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@64231a00 w/ reference null 01:26:44.868 [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:44.870 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:44.876 [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:44.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:44.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:44.879 [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:44.879 [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:44.879 [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:44.880 [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:44.880 [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:44.880 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:44.881 [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:44.881 [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:44.881 [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:44.882 [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:44.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:26:44.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:26:44.883 [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:44.883 [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:44.883 [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:44.883 [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:44.884 [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:44.884 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:44.884 [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:44.884 [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:44.884 [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:44.885 [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:44.885 [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:44.885 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:44.886 [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:44.886 [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:44.886 [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:44.887 [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:44.887 [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:44.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:44.888 [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:44.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:44.888 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:44.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:26:44.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:26:44.889 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:44.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:26:44.890 [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:44.890 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:44.890 [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:44.890 [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:44.890 [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:44.892 [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:44.893 [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:44.893 [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:26:44.897 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:44.897 [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:44.897 [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:44.897 [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:44.898 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:44.898 [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:44.898 [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:44.898 [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:26:44.899 [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:26:44.899 [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:26:44.899 [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:26:44.899 [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:26:44.899 [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:26:44.900 [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:26:44.900 [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:26:44.900 [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:26:44.900 [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:26:44.901 [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:26:44.901 [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:26:44.901 [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:26:44.906 [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:26:44.907 [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:26:44.907 [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:26:44.908 [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:26:44.908 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:44.909 [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:26:44.909 [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@debe6b8 01:26:44.909 [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:26:44.909 [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:26:44.909 [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:26:44.909 [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:26:44.910 [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:26:44.911 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:511 - Post processing: creating test bundle 01:26:44.912 [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 [Fri Apr 26 01:26:44 UTC 2024]; root of context hierarchy 01:26:44.916 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:44.919 [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:26:44.919 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:202 - Automatically creating Manifest for the test bundle 01:26:44.920 [main] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:366 - Using the test class for generating bundle imports 01:26:44.926 [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:26:44.926 [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:26:44.939 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class MultipleExportersDependingOnOneImporterTest 01:26:44.948 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:44.948 [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:26:44.948 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest 01:26:44.950 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:44.950 [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:26:44.950 [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:26:44.950 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:44.951 [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:26:44.951 [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:26:44.951 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:44.952 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:44.952 [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:26:44.952 [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:26:44.952 [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:26:44.952 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:44.953 [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:26:44.953 [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:26:44.953 [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:26:44.953 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:44.953 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:44.953 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:44.953 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:44.953 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:44.953 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:44.953 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:44.954 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:44.954 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:44.954 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:44.954 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:26:44.954 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:26:44.954 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:26:44.954 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:26:44.954 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:26:44.954 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:26:44.954 [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:44.954 [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:44.954 [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:44.959 [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:26:44.959 [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:26:44.961 [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:26:44.961 [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:26:44.961 [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:26:44.961 [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:26:44.961 [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:26:44.962 [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:26:44.962 [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:26:44.962 [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:26:44.962 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:44.963 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:44.964 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:44.964 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:44.965 [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:26:44.965 [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:26:44.966 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:44.967 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:44.970 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:44.970 [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:44.971 [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:44.972 [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:45.043 [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:45.044 [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:45.071 [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@49fd5e92: 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:26:45.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:45.077 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:45.078 [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:45.078 [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:45.084 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:45.087 [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@49fd5e92: 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:26:45.087 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:45.087 [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@215b4ab6 01:26:45.087 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:45.087 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:45.088 [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:26:45.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:45.088 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:45.088 [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:26:45.088 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.088 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:45.088 [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:26:45.090 [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@583a6f34] 01:26:45.090 [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@7919448d] 01:26:45.112 [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:45.113 [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:26:45.113 [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:26:45.114 [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:26:45.115 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:45.115 [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:45.116 [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:26:45.117 [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:26:45.117 [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:26:45.117 [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:26:45.117 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:45.117 [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:26:45.118 [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@4532111a] 01:26:45.120 [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 [Fri Apr 26 01:26:44 UTC 2024]; root of context hierarchy] 01:26:45.121 [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:26:45.122 [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:45.122 [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:26:45.122 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:45.123 [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:26:45.123 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:45.124 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:45.124 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:45.124 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:45.125 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:45.125 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:45.125 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:45.126 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:45.126 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:45.126 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:45.127 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:45.127 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:45.128 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:45.128 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:45.128 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:45.128 [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:26:45.129 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:45.130 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTwoExportersWithTheSameImporter] to OSGi 01:26:45.138 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTwoExportersWithTheSameImporter] for execution inside OSGi 01:26:45.138 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTwoExportersWithTheSameImporter] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7b9a4292 01:26:45.138 [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:26:45.139 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy 01:26:45.139 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:45.139 [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:26:45.141 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:45.142 [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.142 [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.142 [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.160 [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.161 [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.169 [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@38c6f217: defining beans [mandatory,optional,map-exporter,map,bean-exporter,simple-bean]; root of factory hierarchy 01:26:45.169 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:45.170 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:45.170 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:45.170 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:45.171 [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:26:45.171 [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:26:45.173 [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:26:45.174 [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:26:45.174 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:45.178 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:45.183 [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:26:45.183 [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:26:45.184 [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:26:45.184 [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:26:45.184 [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:26:45.185 [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:26:45.186 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6be51518} 01:26:45.186 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6be51518] bound to proxy 01:26:45.186 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6be51518] bound to proxy 01:26:45.187 [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.187 [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.188 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:45.188 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:45.190 [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:45.191 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:26:45.192 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&map-exporter] is being tracked for dependencies 01:26:45.192 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [map-exporter] depends (transitively) on the following importers:{&mandatory, &optional} 01:26:45.192 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:26:45.192 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [map-exporter] depends on importers:[&mandatory] 01:26:45.195 [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:26:45.196 [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:45.196 [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:45.196 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:26:45.197 [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:26:45.198 [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:26:45.199 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&bean-exporter] is being tracked for dependencies 01:26:45.199 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [bean-exporter] depends (transitively) on the following importers:{&mandatory} 01:26:45.199 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [bean-exporter] depends on importers:[&mandatory] 01:26:45.199 [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:26:45.199 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:45.200 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:26:45.200 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@dd05255] 01:26:45.200 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy] 01:26:45.200 [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:26:45.201 [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.243 [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:26:45.244 [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:26:45.244 [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@debe6b8 01:26:45.244 [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:26:45.244 [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:26:45.245 [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:26:45.245 [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 [Fri Apr 26 01:26:44 UTC 2024]; root of context hierarchy 01:26:45.245 [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 [Fri Apr 26 01:26:44 UTC 2024]; root of context hierarchy] 01:26:45.246 [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:26:45.247 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6be51518] bound to proxy 01:26:45.247 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6be51518] bound to proxy 01:26:45.247 [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:26:45.247 [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:26:45.247 [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:26:45.247 [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:26:45.247 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@f7ad80c] 01:26:45.248 [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:45.248 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6be51518] was unregistered and unbound from the service proxy 01:26:45.248 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6be51518] was unregistered and unbound from the service proxy 01:26:45.248 [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:26:45.248 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6150c3ec] 01:26:45.248 [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:26:45.248 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7e6f74c] 01:26:45.249 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6be51518] 01:26:45.249 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:45.250 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:45.250 [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@debe6b8 01:26:45.250 [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:26:45.250 [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@4f9b573b 01:26:45.250 [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:26:45.250 [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:26:45.251 [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:26:45.251 [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:26:45.251 [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:26:45.251 [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:26:45.251 [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:26:45.251 [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:26:45.251 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:45.251 [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:26:45.251 [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@debe6b8 01:26:45.251 [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:26:45.251 [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:26:45.252 [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:26:45.252 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy 01:26:45.252 [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:26:45.252 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:45.252 [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:26:45.252 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:45.252 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:45.253 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:45.254 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:45.255 [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:45.255 [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:45.255 [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:45.266 [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:45.266 [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:45.271 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:623 - Bean factory for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): org.springframework.beans.factory.support.DefaultListableBeanFactory@1491602d: 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:26:45.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:45.272 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:45.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:26:45.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:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:45.273 [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@1491602d: 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:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:45.273 [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@215b4ab6 01:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:45.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:45.273 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:125 - Completing refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.274 [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@5473667f] 01:26:45.274 [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@3500124a] 01:26:45.275 [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:45.275 [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:26:45.275 [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:26:45.275 [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:26:45.275 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:45.276 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@56b6b02f] bound to proxy 01:26:45.276 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@56b6b02f] bound to proxy 01:26:45.276 [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:26:45.276 [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:26:45.276 [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:26:45.276 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:26:45.276 [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:26:45.276 [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:26:45.277 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:45.277 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:26:45.277 [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:45.277 [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:26:45.278 [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:26:45.278 [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:26:45.278 [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:26:45.278 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:45.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2fb0657f] not bound to proxy 01:26:45.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2fb0657f] not bound to proxy 01:26:45.278 [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:26:45.278 [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@7dfb4d25] 01:26:45.279 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy] 01:26:45.279 [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:26:45.279 [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:45.279 [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:26:45.279 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:45.279 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:45.280 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:45.280 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTwoExportersWithTheSameImporter] 01:26:45.281 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testTwoExportersWithTheSameImporter]'s result read 01:26:45.281 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testDirectExporterImporterDependency] to OSGi 01:26:45.282 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDirectExporterImporterDependency] for execution inside OSGi 01:26:45.282 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testDirectExporterImporterDependency] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cd3e762 01:26:45.282 [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:26:45.283 [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:26:45.283 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.283 [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@debe6b8 01:26:45.283 [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:26:45.283 [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:26:45.284 [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:26:45.284 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy 01:26:45.284 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy] 01:26:45.284 [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:26:45.284 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@56b6b02f] bound to proxy 01:26:45.284 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@56b6b02f] bound to proxy 01:26:45.284 [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:26:45.285 [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:26:45.285 [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:26:45.285 [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:26:45.285 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2fb0657f] 01:26:45.285 [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:45.285 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@56b6b02f] was unregistered and unbound from the service proxy 01:26:45.285 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@56b6b02f] was unregistered and unbound from the service proxy 01:26:45.348 [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:26:45.348 [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:26:45.349 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@19397418] 01:26:45.349 [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:26:45.349 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2c9ea737] 01:26:45.349 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@56b6b02f] 01:26:45.349 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:45.349 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:45.349 [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@debe6b8 01:26:45.349 [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:26:45.350 [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@415cb0b8 01:26:45.350 [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:26:45.350 [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:26:45.350 [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:26:45.350 [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:26:45.351 [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:26:45.351 [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:26:45.351 [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:26:45.351 [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:26:45.351 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:45.351 [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:26:45.351 [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@debe6b8 01:26:45.351 [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:26:45.351 [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:26:45.351 [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:26:45.351 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy 01:26:45.351 [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:26:45.352 [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:26:45.352 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:45.352 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:45.352 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:45.352 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:45.354 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:45.354 [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:45.355 [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:45.355 [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:45.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:26:45.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:26:45.368 [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@1580a80f: 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:26:45.368 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:45.368 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:45.369 [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:45.369 [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:45.369 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:45.369 [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@1580a80f: 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:26:45.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:45.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@215b4ab6 01:26:45.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:45.369 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:45.370 [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:26:45.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:45.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:45.370 [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:26:45.370 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.370 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:45.370 [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:26:45.370 [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@7bc78cf1] 01:26:45.370 [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@4d61a3ff] 01:26:45.371 [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:45.371 [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:26:45.372 [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:26:45.372 [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:26:45.372 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:45.372 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1ac5867e] bound to proxy 01:26:45.372 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1ac5867e] bound to proxy 01:26:45.372 [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:26:45.372 [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:26:45.372 [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:26:45.372 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:26:45.373 [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:26:45.373 [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:26:45.373 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:45.373 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:26:45.373 [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:45.374 [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:26:45.374 [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:26:45.374 [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:26:45.374 [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:26:45.374 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:45.374 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1d9efe61] not bound to proxy 01:26:45.374 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1d9efe61] not bound to proxy 01:26:45.374 [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:26:45.374 [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@1ae6b2f0] 01:26:45.375 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy] 01:26:45.375 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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:26:45.375 [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:45.375 [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:26:45.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:45.375 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:45.376 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:45.376 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testDirectExporterImporterDependency] 01:26:45.376 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:447 - Test[testDirectExporterImporterDependency]'s result read 01:26:45.376 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:364 - Writing test name [testTransitiveExporterImporterDependency] to OSGi 01:26:45.376 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTransitiveExporterImporterDependency] for execution inside OSGi 01:26:45.377 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTransitiveExporterImporterDependency] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7eac9008 01:26:45.377 [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:26:45.377 [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:26:45.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.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@debe6b8 01:26:45.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.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-tccl (org.eclipse.gemini.blueprint.iandt.tccl) 01:26:45.378 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy 01:26:45.378 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy] 01:26:45.378 [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:26:45.378 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1ac5867e] bound to proxy 01:26:45.379 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1ac5867e] bound to proxy 01:26:45.379 [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:26:45.379 [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:26:45.379 [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:26:45.379 [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:26:45.379 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1d9efe61] 01:26:45.379 [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:45.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@1ac5867e] was unregistered and unbound from the service proxy 01:26:45.379 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1ac5867e] was unregistered and unbound from the service proxy 01:26:45.379 [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:26:45.379 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@5a7bb082] 01:26:45.380 [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:26:45.380 [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:26:45.380 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@67f9cd83] 01:26:45.380 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1ac5867e] 01:26:45.380 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:45.380 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:45.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@debe6b8 01:26:45.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.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:45.381 [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@45633c4b 01:26:45.381 [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:26:45.381 [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:26:45.381 [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:26:45.381 [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:26:45.381 [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:26:45.382 [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:26:45.382 [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:26:45.382 [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:26:45.382 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:45.382 [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:26:45.382 [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@debe6b8 01:26:45.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.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:45.382 [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:26:45.382 [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:26:45.382 [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:26:45.382 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy 01:26:45.382 [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:26:45.382 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:45.382 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:45.382 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:45.383 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:45.384 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:45.385 [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:45.385 [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:45.385 [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:45.392 [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:45.393 [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:45.397 [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@214369fa: 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:26:45.397 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:45.397 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:45.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:45.397 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:45.397 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:45.397 [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@214369fa: 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:26:45.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:45.398 [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@215b4ab6 01:26:45.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:45.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:45.398 [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:26:45.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:45.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:45.398 [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:26:45.398 [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:26:45.398 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:45.398 [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:26:45.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@c6b6e43] 01:26:45.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@4c9b7c77] 01:26:45.399 [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:45.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:26:45.399 [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:26:45.399 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:26:45.400 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:45.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@433f1ac3] bound to proxy 01:26:45.400 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@433f1ac3] bound to proxy 01:26:45.400 [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:26:45.400 [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:26:45.400 [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:26:45.400 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [map-exporter] started; all its dependencies are satisfied 01:26:45.400 [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:26:45.400 [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:26:45.400 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:45.401 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [bean-exporter] started; all its dependencies are satisfied 01:26:45.401 [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:45.401 [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:26:45.401 [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:26:45.401 [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:26:45.402 [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:26:45.402 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:45.402 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@19ea7297] not bound to proxy 01:26:45.402 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@19ea7297] not bound to proxy 01:26:45.402 [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:26:45.402 [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@6e819ce] 01:26:45.402 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy] 01:26:45.402 [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:26:45.403 [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:45.403 [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:26:45.403 [main] DEBUG o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:45.403 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:45.403 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:45.403 [main] TRACE o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:440 - Reading OSGi results for test [testTransitiveExporterImporterDependency] 01:26:45.403 [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.024 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.MultipleExportersDependingOnOneImporterTest 01:26:45.439 [Thread-0] INFO o.e.g.b.i.s.MultipleExportersDependingOnOneImporterTest:471 - Shutting down OSGi platform 01:26:45.439 [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:26:45.439 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy 01:26:45.439 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy] 01:26:45.439 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [bean-exporter] 01:26:45.440 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@39ec3ac] 01:26:45.440 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:45.440 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [map-exporter] 01:26:45.440 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:26:45.440 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@14717d91] 01:26:45.440 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@433f1ac3] was unregistered and unbound from the service proxy 01:26:45.440 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@433f1ac3] was unregistered and unbound from the service proxy 01:26:45.440 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:45.441 [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:26:45.441 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:26:45.441 [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:26:45.441 [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:26:45.441 [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@debe6b8 01:26:45.441 [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:26:45.442 [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:26:45.442 [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:26:45.442 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy 01:26:45.442 [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 [Fri Apr 26 01:26:45 UTC 2024]; root of context hierarchy] 01:26:45.442 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:26:45.442 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@19ea7297] 01:26:45.442 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:26:45.442 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@433f1ac3] 01:26:45.442 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:45.442 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:45.442 [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@debe6b8 01:26:45.442 [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:26:45.443 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:45.443 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:45.443 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:45.443 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:45.443 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:45.443 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:45.443 [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:45.444 [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@61ba83 01:26:45.444 [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.444 [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.444 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:45.444 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:45,977 |-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,051 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:46,053 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:46,065 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:46,086 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:46,088 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:46,091 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:46,097 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:46,101 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:46,101 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:46,102 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:46,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:46,103 |-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,103 |-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,103 |-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,103 |-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,103 |-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,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:46,103 |-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,103 |-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,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:46,103 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:46,104 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:46,104 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:46,104 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:46,104 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:46,104 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:46,105 |-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:26:46.182 [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:26:46.185 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:85 - Instantiating platform wrapper... 01:26:46.192 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2680866592236548667kf 01:26:46.192 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:215 - About to start Knopflerfish OSGi Platform 01:26:46.257 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:46.259 [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:26:46.260 [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:26:46.261 [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:26:46.261 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:46.337 [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:26:46.347 [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:26:46.350 [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:26:46.351 [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:26:46.356 [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:26:46.363 [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:26:46.364 [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:26:46.372 [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:26:46.374 [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:26:46.377 [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:26:46.382 [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:26:46.384 [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:26:46.387 [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:26:46.391 [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:26:46.392 [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:26:46.395 [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:26:46.397 [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:26:46.398 [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:26:46.399 [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:26:46.400 [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:26:46.403 [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:26:46.412 [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:26:46.417 [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:26:46.420 [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:26:46.421 [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:26:46.421 [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:26:46.422 [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:26:46.438 [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:26:46.440 [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:26:46.442 [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:26:46.442 [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:26:46.445 [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:26:46.446 [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:26:46.446 [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:26:46.448 [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:26:46.449 [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:26:46.450 [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:26:46,467 |-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,489 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:46,490 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:46,496 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:46,510 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:46,511 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:46,513 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:46,517 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1b8485e3 - No compression will be used 01:26:46,520 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:46,520 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:46,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:46,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:46,521 |-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,521 |-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,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:26:46,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:26:46,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:26:46,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:46,521 |-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,521 |-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,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:46,521 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:46,522 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:46,522 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:46,522 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:46,522 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:46,522 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:46,523 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2c2f26a4 - Registering current configuration as safe fallback point 01:26:46.530 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:46.544 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:46.643 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:46.643 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:46.646 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:46.648 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:46.651 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:46.652 [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:46.652 [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:46.652 [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:46.652 [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:46.653 [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:46.653 [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:46.654 [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:46.654 [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:46.654 [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:46.654 [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:46.655 [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:46.655 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:46.655 [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:46.655 [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:46.655 [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:46.655 [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:46.656 [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:46.656 [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:46.656 [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:46.656 [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:46.657 [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:46.657 [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:46.657 [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:46.657 [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:46.657 [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:46.657 [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:46.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:26:46.658 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:46.658 [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:46.658 [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:46.658 [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:46.658 [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:46.659 [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:46.659 [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:46.659 [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:46.659 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:46.659 [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:46.659 [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:46.659 [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:46.660 [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:46.660 [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:46.660 [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:46.660 [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:46.660 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:46.660 [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:46.661 [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:46.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:46.661 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:46.661 [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:46.662 [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:46.662 [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:46.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:46.662 [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:46.662 [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:46.662 [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:46.662 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:46.662 [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:46.662 [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:46.662 [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:46.663 [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:46.664 [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:46.664 [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:46.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:26:46.669 [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:46.669 [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:46.671 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:46.671 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:46.673 [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:46.674 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:46.675 [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:46.675 [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:46.676 [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:46.678 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:46.684 [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:46.684 [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:46.684 [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:46.686 [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:46.686 [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:46.687 [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:46.688 [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:46.688 [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:46.688 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:46.688 [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:46.688 [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:46.689 [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:46.689 [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:46.689 [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:46.690 [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:46.691 [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:46.691 [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:46.691 [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:46.691 [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:46.691 [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:46.691 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:46.692 [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:46.692 [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:46.692 [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:46.693 [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:46.693 [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:46.693 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:46.694 [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:46.694 [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:46.694 [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:46.695 [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:46.695 [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:46.695 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:46.696 [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:46.696 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:46.696 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:46.697 [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:46.697 [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:46.697 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:46.698 [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:46.698 [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:46.698 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:46.701 [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:46.702 [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:46.702 [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:46.704 [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:46.704 [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:46.705 [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:26:46.709 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:46.710 [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:46.710 [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:46.710 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:46.710 [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:46.710 [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:46.711 [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:46.711 [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:26:46.711 [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:26:46.712 [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:26:46.712 [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:26:46.712 [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:26:46.712 [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:26:46.712 [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:26:46.712 [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:26:46.712 [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:26:46.713 [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:26:46.713 [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:26:46.713 [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:26:46.713 [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:26:46.713 [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:26:46.713 [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:26:46.713 [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:26:46.719 [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:26:46.719 [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:26:46.719 [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:26:46.721 [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:26:46.721 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:46.721 [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:26:46.721 [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@381428 01:26:46.722 [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:26:46.722 [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:26:46.722 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:46.723 [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:26:46.723 [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:26:46.723 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:46.723 [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:26:46.723 [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:26:46.723 [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:26:46.724 [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:46.724 [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:26:46.724 [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:26:46.724 [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:26:46.724 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:46.724 [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:26:46.725 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy 01:26:46.725 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:46.725 [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:26:46.725 [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:26:46.726 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:46.726 [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:26:46.726 [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:26:46.726 [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:26:46.726 [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:46.727 [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:26:46.727 [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:26:46.727 [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:26:46.727 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:26:46.728 [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:26:46.728 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:511 - Post processing: creating test bundle 01:26:46.729 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:46.745 [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:26:46.745 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:202 - Automatically creating Manifest for the test bundle 01:26:46.746 [main] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:366 - Using the test class for generating bundle imports 01:26:46.747 [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:26:46.747 [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:26:46.749 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class SingleExportDependingOnMultipleImportTest 01:26:46.752 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:46.758 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:46.758 [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:26:46.758 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest 01:26:46.760 [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:26:46.760 [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:26:46.760 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:46.761 [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:26:46.761 [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:26:46.761 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:46.762 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:46.762 [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:26:46.762 [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:26:46.762 [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:26:46.762 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:46.762 [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:26:46.763 [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:26:46.763 [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:26:46.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:46.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:46.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:46.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:46.763 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:26:46.764 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:26:46.765 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:26:46.765 [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:46.765 [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:46.765 [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:46.769 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:557 - Test bundle [TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest (TestBundle-testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB-org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest)] successfully installed 01:26:46.769 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:558 - org.osgi.framework.bootdelegation = javax.*,javax.sql.*,javax.transaction.*,javax.activation.*,org.w3c.*,org.xml.*,sun.*,com.sun.*,org.objectweb.*,org.apache.xerces.jaxp.* 01:26:46.771 [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:26:46.772 [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:26:46.772 [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:26:46.772 [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:26:46.772 [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:26:46.772 [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:26:46.772 [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:26:46.772 [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:26:46.772 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:46.773 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:46.773 [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:46.773 [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:46.773 [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:26:46.773 [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:46.774 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:46.774 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:46.776 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:46.776 [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:26:46.776 [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:26:46.778 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:46.778 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:46.855 [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:46.855 [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:46.883 [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@498641fa: 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:26:46.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:46.889 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:46.890 [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:46.891 [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:46.897 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:46.899 [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@498641fa: 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:26:46.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:46.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@157a0480 01:26:46.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:46.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:46.900 [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:26:46.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:46.900 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:46.900 [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:26:46.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:46.900 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:46.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@381428 01:26:46.901 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:46.901 [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:46.901 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy 01:26:46.901 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:46.902 [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:46.904 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:46.904 [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:46.905 [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:46.905 [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:46.919 [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:46.920 [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:46.942 [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:46.944 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:46.944 [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:46.944 [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:46.944 [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:46.956 [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@1b3e31c7: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:46.956 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:46.956 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:46.956 [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:46.956 [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:46.957 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:46.957 [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@1b3e31c7: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:46.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:46.958 [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@157a0480 01:26:46.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:46.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:46.958 [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:46.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:46.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:46.958 [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:46.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:46.958 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:46.958 [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@381428 01:26:46.958 [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:46.958 [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:46.959 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy 01:26:46.959 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:46.959 [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:46.961 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:46.961 [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:46.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:26:46.962 [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:46.972 [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:46.972 [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:46.976 [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:46.978 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:46.978 [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:46.979 [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:46.979 [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:46.988 [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@5237dccb: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:26:46.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:46.988 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:46.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:26:46.988 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:46.989 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:46.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@5237dccb: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:26:46.989 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:46.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@157a0480 01:26:46.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:46.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:46.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:46.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:46.990 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:46.990 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:46.990 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:46.990 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:46.990 [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:26:46.992 [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@6c8c4207] 01:26:46.992 [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@217dbd79] 01:26:47.046 [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:47.046 [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:26:47.047 [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:26:47.048 [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:26:47.048 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:47.049 [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:47.050 [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:26:47.050 [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:26:47.050 [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:26:47.050 [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:26:47.050 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:47.050 [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:26:47.051 [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@33686b9a] 01:26:47.053 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy] 01:26:47.054 [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:26:47.055 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:26:47.055 [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:26:47.055 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:47.056 [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:26:47.056 [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:47.056 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:47.056 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:47.058 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:47.058 [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:47.059 [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@3d790a8e] 01:26:47.059 [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@15f38c1a] Delaying for:0 01:26:47.060 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:47.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:47.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:47.060 [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:47.061 [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:47.061 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:47.061 [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@7272a7e1] 01:26:47.061 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy] 01:26:47.061 [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:47.062 [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:47.062 [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:47.062 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:26:47.062 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:47.062 [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:47.063 [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@2f80fd6c] 01:26:47.063 [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@48aa1ad2] 01:26:47.063 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:47.063 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:47.063 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:47.064 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:26:47.064 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:26:47.064 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:26:47.064 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:47.064 [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:47.064 [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:47.064 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:26:47.064 [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@75dc9369] 01:26:47.065 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy] 01:26:47.065 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:47.065 [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:47.065 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:47.065 [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:47.065 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:47.065 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:26:47.065 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:47.066 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:47.066 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:47.067 [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:26:47.067 [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:47.067 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@78f8017d} 01:26:47.067 [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:26:47.067 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:26:47.067 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:26:47.068 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:47.068 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:47.069 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:47.069 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:47.069 [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:26:47.070 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:47.070 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] to OSGi 01:26:47.079 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] for execution inside OSGi 01:26:47.079 [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:26:47.079 [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:26:47.080 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.080 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:47.080 [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:26:47.082 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.083 [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:47.083 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:47.083 [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:47.092 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:47.092 [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:47.099 [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:26:47.100 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:47.100 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:47.100 [main] TRACE 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:47.100 [main] TRACE o.e.g.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:47.101 [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:26:47.101 [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:26:47.103 [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:26:47.104 [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:26:47.104 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:47.108 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:47.142 [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:26:47.143 [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:26:47.143 [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:26:47.144 [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:26:47.144 [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:26:47.145 [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:26:47.146 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6db86886} 01:26:47.146 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6db86886] bound to proxy 01:26:47.146 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6db86886] bound to proxy 01:26:47.147 [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:26:47.147 [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:26:47.147 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:47.147 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:47.148 [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:26:47.149 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@49d172bd} 01:26:47.149 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49d172bd] bound to proxy 01:26:47.149 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49d172bd] bound to proxy 01:26:47.150 [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:26:47.150 [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:26:47.151 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:47.151 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:47.152 [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:26:47.152 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@7be877da} 01:26:47.152 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7be877da] bound to proxy 01:26:47.152 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7be877da] bound to proxy 01:26:47.153 [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:26:47.153 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:47.155 [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:26:47.178 [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:26:47.178 [main] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:26:47.179 [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:26:47.189 [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:26:47.190 [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:26:47.190 [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:26:47.191 [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:26:47.191 [main] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&exporter] is being tracked for dependencies 01:26:47.192 [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:26:47.230 [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:26:47.233 [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:26:47.234 [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:26:47.234 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:47.234 [main] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:26:47.234 [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:26:47.235 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.235 [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:26:47.235 [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:47.247 [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:26:47.248 [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:26:47.249 [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:47.249 [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@381428 01:26:47.249 [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:47.249 [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:47.249 [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:47.250 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy 01:26:47.250 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy] 01:26:47.251 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:47.251 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7be877da] was unregistered and unbound from the service proxy 01:26:47.251 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@7be877da] was unregistered and unbound from the service proxy 01:26:47.251 [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:26:47.252 [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:26:47.252 [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:26:47.252 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7be877da] 01:26:47.252 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.253 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:26:47.253 [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@381428 01:26:47.253 [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:47.253 [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@2efcbe65 01:26:47.254 [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:26:47.254 [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:26:47.254 [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:47.254 [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@381428 01:26:47.254 [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:47.254 [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:47.254 [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:47.255 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy 01:26:47.255 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy] 01:26:47.255 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:26:47.255 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6db86886] was unregistered and unbound from the service proxy 01:26:47.255 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6db86886] was unregistered and unbound from the service proxy 01:26:47.255 [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:26:47.255 [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:26:47.255 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6db86886] 01:26:47.255 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.256 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:47.256 [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@381428 01:26:47.256 [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:47.256 [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@203b45ca 01:26:47.256 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:47.257 [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:26:47.257 [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:26:47.257 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:47.257 [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:26:47.257 [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:26:47.257 [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:26:47.257 [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:47.258 [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:26:47.258 [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:26:47.258 [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:26:47.258 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:47.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@381428 01:26:47.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.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.258 [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:47.258 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.258 [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:47.258 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:47.259 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:47.259 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:47.259 [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:47.261 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.261 [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:47.261 [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:47.261 [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:47.268 [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:47.268 [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:47.272 [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:47.274 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.274 [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:47.275 [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:47.275 [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:47.284 [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@1b3106c0: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:47.285 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:47.285 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:47.285 [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:47.285 [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:47.285 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:47.286 [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@1b3106c0: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:47.286 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:47.286 [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@157a0480 01:26:47.286 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:47.286 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:47.286 [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:47.286 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:47.286 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:47.286 [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:47.286 [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:47.286 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:47.286 [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:47.287 [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@1508763c] 01:26:47.287 [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@24dd0ef1] Delaying for:0 01:26:47.289 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:47.289 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:47.289 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:47.289 [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:47.289 [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:47.289 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4115e21d] bound to proxy 01:26:47.290 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4115e21d] bound to proxy 01:26:47.290 [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:26:47.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 01:26:47.290 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:47.290 [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@d73c648] 01:26:47.290 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.291 [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:47.291 [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:47.291 [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:47.292 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:47.292 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:26:47.292 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:47.293 [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:26:47.293 [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:26:47.293 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:47.293 [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:26:47.293 [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:26:47.293 [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:26:47.293 [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:47.294 [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:26:47.294 [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:26:47.294 [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:26:47.294 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:26:47.294 [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:47.294 [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@381428 01:26:47.294 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:47.294 [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:47.294 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:26:47.294 [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:47.294 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.295 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:47.296 [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:47.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.298 [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:47.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:26:47.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:26:47.308 [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:47.308 [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:47.312 [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:47.339 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.339 [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:47.339 [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:47.340 [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:47.348 [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@2d1a6e2a: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:26:47.349 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:47.349 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:47.349 [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:47.349 [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:47.350 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:47.350 [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@2d1a6e2a: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:26:47.350 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:47.350 [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@157a0480 01:26:47.350 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:47.350 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:47.350 [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:47.350 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:47.350 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:47.350 [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:47.351 [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:47.351 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:47.351 [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:47.351 [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@51e1c944] 01:26:47.351 [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@7ece15fb] 01:26:47.353 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:26:47.353 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:26:47.353 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:26:47.353 [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:47.353 [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:47.353 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2af7c993] bound to proxy 01:26:47.354 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2af7c993] bound to proxy 01:26:47.354 [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:26:47.354 [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:26:47.354 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:47.354 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:26:47.354 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:26:47.355 [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@7bec3ce6] 01:26:47.355 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.355 [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:47.355 [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:47.356 [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:47.356 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:26:47.356 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:26:47.356 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:47.357 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB] 01:26:47.357 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testImporterAGoesDownThenImporterBThenImporterAComesUpAgainAndThenB]'s result read 01:26:47.358 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testOneImporterCGoesDownAndThenUpAgain] to OSGi 01:26:47.358 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOneImporterCGoesDownAndThenUpAgain] for execution inside OSGi 01:26:47.358 [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:26:47.359 [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:26:47.359 [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:26:47.359 [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:26:47.359 [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@381428 01:26:47.359 [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:26:47.360 [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:26:47.360 [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:26:47.360 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy 01:26:47.360 [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 [Fri Apr 26 01:26:46 UTC 2024]; root of context hierarchy] 01:26:47.360 [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:26:47.360 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49d172bd] bound to proxy 01:26:47.360 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49d172bd] bound to proxy 01:26:47.360 [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:26:47.360 [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:26:47.360 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@529c8e78] 01:26:47.361 [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:47.361 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49d172bd] was unregistered and unbound from the service proxy 01:26:47.361 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@49d172bd] was unregistered and unbound from the service proxy 01:26:47.361 [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:26:47.361 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@75838e60] 01:26:47.361 [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:26:47.361 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@49d172bd] 01:26:47.361 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.361 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:26:47.361 [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@381428 01:26:47.362 [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:26:47.362 [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@2404d515 01:26:47.362 [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:26:47.362 [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:26:47.362 [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:26:47.362 [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:26:47.362 [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:26:47.363 [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:26:47.363 [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:26:47.363 [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:26:47.363 [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:26:47.363 [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:26:47.363 [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:26:47.363 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:26:47.363 [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:26:47.363 [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@381428 01:26:47.363 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:47.363 [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:26:47.363 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:47.363 [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:26:47.364 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.364 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:47.365 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:47.367 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.367 [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:47.367 [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:47.367 [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:47.375 [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:47.375 [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:47.378 [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@7678da32: 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:26:47.379 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:47.379 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:47.379 [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:47.379 [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:47.379 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:47.379 [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@7678da32: 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:26:47.380 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:47.380 [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@157a0480 01:26:47.380 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:47.380 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:47.380 [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:26:47.380 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:47.380 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:47.380 [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:26:47.380 [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:26:47.380 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:47.380 [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:26:47.380 [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@f8b03ac] 01:26:47.380 [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@2dd248a2] 01:26:47.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:26:47.381 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends (transitively) on the following importers:{} 01:26:47.381 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[] 01:26:47.381 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:26:47.382 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:47.382 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@527d5b10] bound to proxy 01:26:47.382 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@527d5b10] bound to proxy 01:26:47.382 [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:26:47.382 [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:26:47.382 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:47.382 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:26:47.382 [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:47.383 [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:26:47.383 [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:26:47.383 [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:26:47.383 [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:26:47.383 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:47.383 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2258d4f2] not bound to proxy 01:26:47.383 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2258d4f2] not bound to proxy 01:26:47.384 [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:26:47.384 [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@1a45be72] 01:26:47.384 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.384 [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:26:47.384 [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:47.384 [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:26:47.385 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:47.385 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:47.385 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:47.385 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testOneImporterCGoesDownAndThenUpAgain] 01:26:47.385 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testOneImporterCGoesDownAndThenUpAgain]'s result read 01:26:47.385 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:364 - Writing test name [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] to OSGi 01:26:47.386 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] for execution inside OSGi 01:26:47.386 [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:26:47.386 [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:26:47.386 [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:26:47.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.a.LifecycleManager:328 - Calling pre-close on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@381428 01:26:47.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:332 - Closing appCtx for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.387 [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:47.387 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.387 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:47.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4115e21d] was unregistered and unbound from the service proxy 01:26:47.387 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4115e21d] was unregistered and unbound from the service proxy 01:26:47.388 [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:26:47.388 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@53ca490] 01:26:47.388 [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:26:47.388 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4115e21d] 01:26:47.388 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.388 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:26:47.388 [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@381428 01:26:47.388 [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:47.389 [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@61064ff1 01:26:47.389 [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:26:47.389 [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:26:47.389 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.389 [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@381428 01:26:47.389 [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:47.389 [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:47.389 [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:47.389 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.389 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.390 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:26:47.390 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2af7c993] was unregistered and unbound from the service proxy 01:26:47.390 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2af7c993] was unregistered and unbound from the service proxy 01:26:47.390 [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:26:47.390 [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:26:47.390 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2af7c993] 01:26:47.390 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.390 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:47.390 [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@381428 01:26:47.390 [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:47.391 [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@2ac2ca22 01:26:47.391 [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:26:47.391 [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:26:47.391 [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:26:47.391 [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@381428 01:26:47.391 [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:26:47.391 [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:26:47.391 [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:26:47.391 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.392 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.392 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:26:47.392 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@527d5b10] bound to proxy 01:26:47.392 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@527d5b10] bound to proxy 01:26:47.392 [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:26:47.392 [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:26:47.392 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2258d4f2] 01:26:47.392 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:26:47.392 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@527d5b10] was unregistered and unbound from the service proxy 01:26:47.392 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@527d5b10] was unregistered and unbound from the service proxy 01:26:47.392 [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:26:47.393 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.e.s.i.s.PublishingServiceFactory:145 - Unget service called by bundle TestBundle-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:26:47.393 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@527d5b10] 01:26:47.393 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.393 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:47.393 [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@381428 01:26:47.393 [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:26:47.393 [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@50adcfa5 01:26:47.393 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:47.394 [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:26:47.394 [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:26:47.394 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:47.395 [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:26:47.395 [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:26:47.395 [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:26:47.395 [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:47.395 [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:26:47.395 [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:26:47.395 [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:26:47.395 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:47.396 [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:47.396 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@381428 01:26:47.396 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:47.396 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.396 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:47.396 [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:47.396 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.396 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:47.397 [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:47.398 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.399 [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:47.399 [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:47.399 [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:47.405 [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:47.405 [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:47.440 [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:47.441 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.442 [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:47.442 [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:47.442 [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:47.448 [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@14508e64: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:47.448 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:47.448 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:47.448 [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:47.448 [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:47.448 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:47.449 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@14508e64: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:47.449 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:47.449 [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@157a0480 01:26:47.449 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:47.449 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:47.449 [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:47.449 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:47.449 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:47.449 [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:47.449 [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:47.449 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:47.449 [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:47.449 [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@5e44d6f6] 01:26:47.449 [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@26e71658] Delaying for:0 01:26:47.450 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:47.450 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:47.450 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:47.451 [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:47.451 [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:47.451 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2a1cbb04] bound to proxy 01:26:47.451 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2a1cbb04] bound to proxy 01:26:47.451 [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:26:47.451 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceC, &serviceB] 01:26:47.451 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:47.451 [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@52172bd7] 01:26:47.451 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.452 [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:47.452 [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:47.452 [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:47.452 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:26:47.452 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:26:47.453 [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:26:47.453 [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:26:47.453 [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:26:47.454 [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:26:47.454 [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:26:47.454 [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:26:47.454 [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:26:47.454 [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:26:47.454 [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:26:47.454 [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:26:47.454 [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:26:47.454 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:47.455 [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@381428 01:26:47.455 [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:26:47.455 [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:26:47.455 [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:26:47.455 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:47.455 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.455 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:47.455 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:47.456 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:47.457 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.458 [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:47.458 [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:47.458 [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:47.463 [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:47.464 [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:47.467 [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@bf47b95: 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:26:47.467 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:47.467 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:47.467 [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:47.467 [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:47.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:47.468 [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@bf47b95: 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:26:47.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:47.468 [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@157a0480 01:26:47.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:47.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:47.468 [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:26:47.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:47.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:47.468 [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:26:47.468 [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:26:47.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:47.468 [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:26:47.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@12105f8d] 01:26:47.468 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@449ea106] 01:26:47.469 [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:47.469 [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:26:47.470 [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:26:47.470 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [INTERFACES] discovered on class [class org.eclipse.gemini.blueprint.iandt.tccl.internal.PrivateTCCLServiceImplementation] classes {interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} 01:26:47.470 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:47.470 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b33a9af] bound to proxy 01:26:47.470 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b33a9af] bound to proxy 01:26:47.470 [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:26:47.470 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:286 - Exporter [exporter] not started; there are still unsatisfied dependencies [&serviceB] 01:26:47.470 [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:47.471 [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:26:47.471 [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:26:47.471 [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:26:47.471 [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:26:47.471 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:47.471 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4a68678d] not bound to proxy 01:26:47.471 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4a68678d] not bound to proxy 01:26:47.472 [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:26:47.472 [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@66c1ddbe] 01:26:47.472 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.472 [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:26:47.472 [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:47.472 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [waitForContext on bnd=org.eclipse.gemini.blueprint.iandt.tccl] decremented to 0 01:26:47.472 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:47.472 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:47.473 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:47.473 [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:26:47.474 [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:26:47.474 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:26:47.474 [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:26:47.474 [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:26:47.474 [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:26:47.475 [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:47.475 [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:26:47.475 [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:26:47.475 [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:26:47.475 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:26:47.475 [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:47.475 [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@381428 01:26:47.476 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:47.476 [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:47.476 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:26:47.476 [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:47.476 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.476 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:47.477 [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:47.478 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.478 [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:47.479 [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:47.479 [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:47.484 [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:47.485 [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:47.488 [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:47.489 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:47.489 [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:47.489 [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:47.490 [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:47.495 [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@29ca08a0: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy 01:26:47.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:47.495 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:47.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:26:47.496 [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:47.496 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:47.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@29ca08a0: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:26:47.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:47.496 [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@157a0480 01:26:47.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:47.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:47.496 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:47.496 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:47.496 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.496 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.496 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:47.497 [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:47.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@685e8eef] 01:26:47.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@784181c8] 01:26:47.498 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:26:47.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:26:47.498 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:26:47.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.simpleservice2.impl.MyService2Impl] classes {} 01:26:47.498 [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:47.498 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35def44e] bound to proxy 01:26:47.498 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35def44e] bound to proxy 01:26:47.498 [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:26:47.499 [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:26:47.499 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.servicedependency.SimpleBean}] 01:26:47.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [exporter] started; all its dependencies are satisfied 01:26:47.499 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:26:47.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@5d50a6d8] 01:26:47.499 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.499 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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:47.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:26:47.500 [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:47.500 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:26:47.500 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:26:47.500 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:47.500 [main] TRACE o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:440 - Reading OSGi results for test [testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp] 01:26:47.500 [main] DEBUG o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:447 - Test[testImportersGoDownOneAfterTheOtherAndTheExporterDoesNotStartUntilAllImportersAreUp]'s result read Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.322 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.SingleExportDependingOnMultipleImportTest 01:26:47.503 [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:26:47.503 [Thread-0] INFO o.e.g.b.i.s.SingleExportDependingOnMultipleImportTest:471 - Shutting down OSGi platform 01:26:47.503 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.503 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.503 [Thread-3] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [exporter] 01:26:47.503 [Thread-3] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@29eb2dec] 01:26:47.503 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:47.504 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2a1cbb04] was unregistered and unbound from the service proxy 01:26:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:47.504 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2a1cbb04] was unregistered and unbound from the service proxy 01:26:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:47.504 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b33a9af] was unregistered and unbound from the service proxy 01:26:47.504 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:47.504 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6b33a9af] was unregistered and unbound from the service proxy 01:26:47.504 [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:26:47.504 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35def44e] was unregistered and unbound from the service proxy 01:26:47.504 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@35def44e] was unregistered and unbound from the service proxy 01:26:47.504 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.505 [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:26:47.538 [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:47.538 [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:47.538 [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:26:47.539 [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:47.539 [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:47.539 [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@381428 01:26:47.539 [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:47.539 [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:47.539 [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:47.539 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.540 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.540 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:26:47.540 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@35def44e] 01:26:47.540 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.540 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:26:47.540 [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@381428 01:26:47.540 [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:47.540 [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:47.540 [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:47.540 [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@381428 01:26:47.540 [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:47.541 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:365 - Shutting down normally appCtx OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.541 [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:47.541 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.541 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.541 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:47.541 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2a1cbb04] 01:26:47.541 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.541 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:47.541 [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@381428 01:26:47.541 [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:47.541 [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:26:47.541 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.a.LifecycleManager:324 - Closing application context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:47.542 [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@381428 01:26:47.542 [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:26:47.542 [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:26:47.542 [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:26:47.542 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy 01:26:47.542 [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 [Fri Apr 26 01:26:47 UTC 2024]; root of context hierarchy] 01:26:47.542 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#1] 01:26:47.542 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@4a68678d] 01:26:47.542 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] 01:26:47.542 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6b33a9af] 01:26:47.542 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:47.543 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:47.543 [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@381428 01:26:47.543 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [counter for task: Closing runnable for context OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:26:47.543 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:47.543 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:47.543 [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:26:47.544 [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@528314d8 01:26:47.544 [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@129b0be 01:26:47.544 [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@3d86f963 01:26:47.544 [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:47.544 [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:47.544 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:47.545 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:48,083 |-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:48,168 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:48,170 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:48,182 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:48,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:48,205 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:48,208 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:48,214 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6325a3ee - No compression will be used 01:26:48,219 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:48,219 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:48,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:48,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:48,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:48,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:48,220 |-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:48,220 |-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:48,220 |-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:48,220 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:48,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:48,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:48,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:48,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:48,221 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:48,221 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:48,221 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:48,221 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:48,222 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:48,238 |-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:26:48.311 [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:26:48.314 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:85 - Instantiating platform wrapper... 01:26:48.321 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi9020801123738946064kf 01:26:48.321 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:215 - About to start Knopflerfish OSGi Platform 01:26:48.390 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:48.393 [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:26:48.393 [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:26:48.394 [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:26:48.395 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:48.478 [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:26:48.488 [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:26:48.492 [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:26:48.493 [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:26:48.498 [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:26:48.504 [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:26:48.506 [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:26:48.508 [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:26:48.511 [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:26:48.516 [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:26:48.548 [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:26:48.550 [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:26:48.553 [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:26:48.557 [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:26:48.559 [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:26:48.561 [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:26:48.564 [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:26:48.574 [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:26:48.578 [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:26:48.581 [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:26:48.582 [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:26:48.583 [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:26:48.583 [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:26:48.584 [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:26:48.585 [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:26:48.587 [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:26:48.588 [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:26:48.591 [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:26:48.592 [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:26:48.592 [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:26:48.594 [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:26:48.596 [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:26:48.598 [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:26:48,643 |-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:48,666 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:48,668 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:48,675 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:48,688 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:48,690 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:48,692 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:48,696 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3468335b - No compression will be used 01:26:48,698 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:48,699 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:48,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:48,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:48,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:48,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:48,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:26:48,700 |-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:48,700 |-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:48,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:48,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:48,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:48,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:48,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:48,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:48,701 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:48,701 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:48,701 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:48,701 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:48,702 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@111528a0 - Registering current configuration as safe fallback point 01:26:48.709 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:48.716 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:48.800 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:48.801 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:48.803 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:48.805 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:48.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:48.809 [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:48.810 [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:48.813 [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:48.813 [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:48.814 [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:48.814 [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:48.814 [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:48.814 [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:48.815 [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:48.815 [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:48.815 [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:48.815 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:48.816 [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:48.816 [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:48.816 [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:48.816 [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:48.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:48.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:48.817 [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:48.817 [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:48.817 [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:48.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:48.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:48.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:48.818 [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:48.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:48.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:48.818 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:48.818 [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:48.818 [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:48.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:48.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:48.838 [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:48.838 [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:48.838 [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:48.839 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:48.839 [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:48.839 [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:48.839 [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:48.839 [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:48.840 [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:48.840 [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:48.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:48.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:48.840 [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:48.840 [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:48.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:48.840 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:48.841 [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:48.841 [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:48.841 [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:48.841 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:48.841 [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:48.842 [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:48.842 [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:48.842 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:48.842 [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:48.842 [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:48.842 [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:48.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:48.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:48.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:48.843 [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:48.849 [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:48.849 [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:48.851 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:48.851 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:48.853 [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:48.854 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:48.855 [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@6245907a w/ reference null 01:26:48.855 [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@6245907a w/ reference null 01:26:48.856 [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:48.858 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:48.864 [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:48.864 [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:48.865 [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:48.866 [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:48.867 [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:48.867 [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:48.868 [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:48.868 [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:48.868 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:48.868 [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:48.868 [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:48.869 [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:48.869 [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:48.869 [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:48.869 [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:48.870 [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:48.871 [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:48.871 [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:48.871 [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:48.871 [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:48.871 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:48.872 [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:48.872 [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:48.872 [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:48.873 [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:48.873 [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:48.873 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:48.873 [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:48.874 [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:48.874 [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:48.875 [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:48.875 [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:48.875 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:48.875 [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:48.875 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:48.875 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:48.877 [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:48.877 [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:48.877 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:48.877 [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:48.877 [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:48.877 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:48.878 [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:48.878 [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:48.878 [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:48.880 [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:48.880 [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:48.881 [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:26:48.885 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:48.886 [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:48.886 [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:48.886 [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:48.886 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:48.887 [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:48.887 [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:48.888 [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:26:48.888 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:511 - Post processing: creating test bundle 01:26:48.897 [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:26:48.897 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:202 - Automatically creating Manifest for the test bundle 01:26:48.897 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:366 - Using the test class for generating bundle imports 01:26:48.898 [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:26:48.899 [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:26:48.901 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class ExporterWithOptionalAndMandatoryImportersTest 01:26:48.909 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:48.910 [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:26:48.910 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest 01:26:48.911 [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:26:48.911 [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:26:48.912 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:48.912 [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:26:48.913 [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:26:48.913 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:48.913 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:48.913 [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:26:48.913 [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:26:48.913 [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:26:48.914 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:48.914 [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:26:48.914 [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:26:48.914 [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:26:48.914 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:48.914 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:48.914 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:48.914 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/CollectionImporterTest.class 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/ExporterWithOptionalAndMandatoryImportersTest.class 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/MultipleExportersDependingOnOneImporterTest.class 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SimpleBean.class 01:26:48.915 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/servicedependency/SingleExportDependingOnMultipleImportTest.class 01:26:48.915 [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:48.916 [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:48.916 [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:48.920 [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:26:48.920 [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:26:48.939 [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:26:48.939 [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:26:48.939 [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:26:48.939 [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:26:48.939 [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:26:48.940 [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:26:48.940 [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:26:48.940 [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:26:48.940 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:48.941 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:48.942 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:48.942 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:48.943 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:48.943 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:48.943 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:48.944 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:48.944 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:48.944 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:48.944 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:48.945 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:48.945 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:48.945 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:48.945 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:48.946 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:48.946 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:48.946 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:48.947 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:48.947 [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:26:48.951 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testInjectedDependencies] to OSGi 01:26:48.959 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjectedDependencies] for execution inside OSGi 01:26:48.959 [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:26:48.959 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:190 - Loading context for locations: 01:26:48.967 [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 [Fri Apr 26 01:26:48 UTC 2024]; root of context hierarchy 01:26:48.971 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:48.982 [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:26:48.987 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:48.987 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:48.988 [main] TRACE 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.988 [main] TRACE o.e.g.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.990 [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:48.991 [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:48.992 [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:48.994 [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 [Fri Apr 26 01:26:48 UTC 2024]; root of context hierarchy] 01:26:48.995 [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:26:48.996 [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:49.017 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:26:49.017 [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:26:49.018 [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:26:49.018 [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:26:49.018 [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:26:49.019 [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:26:49.019 [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:26:49.021 [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:26:49.021 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:49.021 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:26:49.021 [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@6c13a505 01:26:49.021 [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:26:49.021 [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:26:49.022 [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:26:49.022 [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:26:49.022 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:66 - Waiting for the test bundle to start up... 01:26:49.022 [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 [Fri Apr 26 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.022 [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:26:49.022 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:49.023 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:49.023 [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:26:49.029 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/config.xml] 01:26:49.050 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:49.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:26:49.051 [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:49.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:26:49.093 [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:49.093 [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:49.145 [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@3da0f655: 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:26:49.145 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:49.145 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:49.146 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:49.146 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:49.151 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:49.153 [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@3da0f655: 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:26:49.154 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:49.154 [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@762f820e 01:26:49.154 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 01:26:49.154 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:49.164 [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:26:49.164 [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:26:49.165 [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:26:49.166 [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:26:49.166 [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:26:49.166 [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:26:49.167 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 01:26:49.167 [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:26:49.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 01:26:49.167 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:49.167 [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:26:49.167 [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:26:49.167 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:49.168 [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:26:49.168 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:49.172 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:49.177 [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:26:49.177 [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:26:49.178 [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:26:49.178 [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:26:49.178 [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:26:49.181 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:49.181 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:49.185 [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@1989dd8b] 01:26:49.185 [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@603db977] 01:26:49.191 [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:26:49.191 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@574b560f} 01:26:49.192 [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:26:49.192 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@574b560f] bound to proxy 01:26:49.192 [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:26:49.193 [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:26:49.193 [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:26:49.193 [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:26:49.194 [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:26:49.194 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@ba54932} 01:26:49.194 [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:26:49.195 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@ba54932] bound to proxy 01:26:49.195 [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:49.196 [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:26:49.196 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:26:49.197 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0] depends on importers:[&mandatory] 01:26:49.199 [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:26:49.200 [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:26:49.200 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:26:49.201 [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:49.202 [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:26:49.202 [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:26:49.202 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:26:49.202 [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:26:49.202 [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:26:49.202 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:26:49.202 [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:26:49.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@defd6e3] 01:26:49.203 [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 [Fri Apr 26 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.203 [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:26:49.203 [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:49.204 [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:26:49.204 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 01:26:49.204 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:68 - Test bundle context created - starting test... 01:26:49.205 [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:26:49.205 [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:26:49.205 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:49.205 [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:26:49.206 [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:26:49.206 [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:26:49.206 [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:26:49.206 [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:26:49.206 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@65a49615] 01:26:49.207 [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:26:49.207 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@261a9242] 01:26:49.207 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] bound to proxy 01:26:49.207 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@dd0c991] bound to proxy 01:26:49.207 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] bound to proxy 01:26:49.207 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f16132a] bound to proxy 01:26:49.208 [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:26:49.208 [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:26:49.208 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:26:49.208 [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:26:49.208 [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:26:49.208 [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:26:49.208 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:26:49.209 [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:26:49.209 [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:26:49.209 [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:26:49.209 [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:26:49.211 [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:26:49.211 [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:26:49.211 [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@6c13a505 01:26:49.211 [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:26:49.211 [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:26:49.212 [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:26:49.212 [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 [Fri Apr 26 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.212 [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 [Fri Apr 26 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.213 [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:26:49.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@36d585c] 01:26:49.214 [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:49.214 [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:26:49.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@69fb6037] 01:26:49.215 [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:26:49.215 [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:26:49.215 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:49.216 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:49.216 [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@6c13a505 01:26:49.216 [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:26:49.217 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:49.217 [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@14a6bbc9 01:26:49.217 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testInjectedDependencies] 01:26:49.217 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:447 - Test[testInjectedDependencies]'s result read 01:26:49.218 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:364 - Writing test name [testDependsOnDependencies] to OSGi 01:26:49.219 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependsOnDependencies] for execution inside OSGi 01:26:49.219 [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:26:49.219 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:26:49.220 [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:26:49.220 [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:26:49.220 [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:26:49.220 [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:26:49.220 [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:26:49.220 [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:26:49.220 [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:26:49.220 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:49.221 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExporterImporterDependency (org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer)] 01:26:49.221 [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@6c13a505 01:26:49.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.dependency.exporter.importer, config=osgibundle:/META-INF/spring/*.xml) 01:26:49.221 [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:26:49.221 [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:26:49.221 [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:26:49.221 [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 [Fri Apr 26 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.221 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:87 - Waiting for the test bundle to start up... 01:26:49.221 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:49.221 [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:26:49.222 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:49.222 [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:26:49.222 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/config.xml] 01:26:49.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:49.240 [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:49.240 [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:49.241 [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:49.257 [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:49.257 [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:49.265 [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@22b2046a: 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:26:49.265 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:49.265 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:49.266 [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:49.266 [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:49.267 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:49.267 [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@22b2046a: 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:26:49.267 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:49.267 [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@762f820e 01:26:49.267 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&optional, &mandatory] 01:26:49.267 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:49.268 [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:26:49.268 [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:26:49.268 [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:26:49.269 [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:26:49.269 [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:26:49.269 [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:26:49.269 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&mandatory] is already satisfied 01:26:49.269 [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:26:49.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&mandatory] 01:26:49.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:49.270 [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:26:49.270 [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:26:49.270 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:49.270 [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:26:49.270 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:49.270 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:49.271 [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:26:49.271 [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:26:49.271 [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:26:49.271 [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:26:49.271 [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:26:49.274 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:49.274 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:49.325 [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@29b34d11] 01:26:49.325 [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@3f2aac5a] 01:26:49.326 [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:26:49.327 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@c03cf28} 01:26:49.327 [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:26:49.327 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@c03cf28] bound to proxy 01:26:49.327 [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:26:49.327 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1329eff} 01:26:49.327 [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:26:49.327 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1329eff] bound to proxy 01:26:49.328 [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:49.338 [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:26:49.338 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:26:49.338 [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:26:49.339 [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:26:49.339 [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:26:49.339 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:26:49.339 [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:49.340 [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:26:49.340 [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:26:49.340 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:238 - Importer [&optional] is optional; skipping it 01:26:49.340 [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:26:49.341 [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:26:49.341 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:26:49.341 [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:26:49.341 [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@2a99b9aa] 01:26:49.341 [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 [Fri Apr 26 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.341 [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:26:49.342 [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:49.342 [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:26:49.342 [main] DEBUG o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependency.exporter.importer 01:26:49.342 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:49.342 [main] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:89 - Test bundle context created - starting test... 01:26:49.342 [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:26:49.343 [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:26:49.343 [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:26:49.343 [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:26:49.343 [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:26:49.343 [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:26:49.343 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@78454d50] 01:26:49.343 [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:26:49.344 [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:26:49.344 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@b77b463] 01:26:49.344 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 01:26:49.344 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 01:26:49.344 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] bound to proxy 01:26:49.344 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@53aad5d5] bound to proxy 01:26:49.344 [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:26:49.345 [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:26:49.345 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:26:49.345 [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:26:49.345 [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:26:49.345 [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:26:49.345 [main] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.io.Serializable, java.lang.Cloneable}] 01:26:49.345 [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:26:49.346 [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:26:49.346 [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:26:49.346 [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:26:49.346 [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:26:49.346 [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:26:49.347 [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:26:49.347 [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@6c13a505 01:26:49.347 [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:26:49.347 [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:26:49.347 [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:26:49.347 [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 [Fri Apr 26 01:26:49 UTC 2024]; root of context hierarchy 01:26:49.347 [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 [Fri Apr 26 01:26:49 UTC 2024]; root of context hierarchy] 01:26:49.348 [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:26:49.348 [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:26:49.348 [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:26:49.348 [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:49.348 [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:26:49.348 [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:26:49.348 [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:26:49.349 [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:26:49.349 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:49.349 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:49.349 [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@6c13a505 01:26:49.349 [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:26:49.349 [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@1a61472d 01:26:49.349 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:49.349 [main] TRACE o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:440 - Reading OSGi results for test [testDependsOnDependencies] 01:26:49.350 [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.042 sec - in org.eclipse.gemini.blueprint.iandt.servicedependency.ExporterWithOptionalAndMandatoryImportersTest 01:26:49.352 [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:26:49.352 [Thread-0] INFO o.e.g.b.i.s.ExporterWithOptionalAndMandatoryImportersTest:471 - Shutting down OSGi platform 01:26:49.352 [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 [Fri Apr 26 01:26:48 UTC 2024]; root of context hierarchy 01:26:49.352 [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 [Fri Apr 26 01:26:48 UTC 2024]; root of context hierarchy] 01:26:49.353 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:49.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:49.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:49.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:49.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:49.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:49.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:49.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:49.353 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:49.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:49.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:49.354 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:49.354 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:49,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:26:49,975 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:49,977 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:49,990 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:50,012 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:50,013 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:50,017 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:50,022 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:26:50,027 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:50,027 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:50,028 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:50,028 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:50,028 |-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,028 |-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,029 |-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,029 |-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,029 |-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,029 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:50,029 |-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,029 |-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,029 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:50,029 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:50,029 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:50,029 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:50,030 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:50,030 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:50,030 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:50,031 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest 01:26:50.111 [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:26:50.114 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:85 - Instantiating platform wrapper... 01:26:50.122 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi3060490878411590041kf 01:26:50.122 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:215 - About to start Knopflerfish OSGi Platform 01:26:50.191 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:50.193 [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:26:50.194 [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:26:50.195 [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:26:50.195 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:50.266 [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:26:50.276 [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:26:50.279 [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:26:50.281 [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:26:50.286 [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:26:50.292 [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:26:50.293 [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:26:50.296 [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:26:50.299 [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:26:50.308 [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:26:50.314 [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:26:50.315 [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:26:50.318 [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:26:50.322 [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:26:50.323 [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:26:50.326 [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:26:50.340 [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:26:50.341 [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:26:50.342 [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:26:50.352 [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:26:50.357 [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:26:50.359 [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:26:50.360 [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:26:50.361 [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:26:50.361 [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:26:50.362 [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:26:50.363 [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:26:50.365 [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:26:50.366 [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:26:50.369 [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:26:50.369 [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:26:50.370 [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:26:50.372 [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:26:50.373 [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:26:50.374 [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:26:50,390 |-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,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:50,414 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:50,419 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:50,441 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:50,442 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:50,444 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:50,448 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@286230e2 - No compression will be used 01:26:50,451 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:50,451 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:50,452 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:50,452 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:50,452 |-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,452 |-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,452 |-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,452 |-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,452 |-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,452 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:50,452 |-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,453 |-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,453 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:50,453 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:50,453 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:50,453 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:50,453 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:50,453 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:50,454 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:50,454 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7283d6fa - Registering current configuration as safe fallback point 01:26:50.461 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:50.467 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:50.556 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:50.557 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:50.559 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:50.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:50.565 [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.566 [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.566 [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.566 [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.566 [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.567 [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.567 [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.567 [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.567 [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.568 [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.568 [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.568 [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.568 [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.569 [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.569 [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.569 [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.569 [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.569 [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.569 [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.570 [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.570 [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.570 [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.570 [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.571 [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.571 [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.571 [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.571 [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.571 [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.571 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:50.572 [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.572 [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.572 [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.572 [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.572 [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.572 [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.572 [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.572 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:50.573 [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.573 [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.573 [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.573 [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.574 [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.574 [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.574 [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.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:50.574 [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.574 [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.574 [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.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:50.575 [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.575 [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.575 [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.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:50.575 [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.576 [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.576 [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.576 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:50.576 [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.576 [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.576 [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.576 [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.577 [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.577 [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.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:26:50.583 [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.583 [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.585 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:50.585 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:50.587 [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.588 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:50.589 [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@7c87fc87 w/ reference null 01:26:50.589 [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@7c87fc87 w/ reference null 01:26:50.589 [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.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:50.598 [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.598 [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.598 [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.600 [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.600 [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.600 [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.601 [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.602 [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.602 [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.602 [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.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:50.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:50.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:26:50.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:50.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:50.604 [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.604 [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.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:50.605 [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.605 [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.605 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:50.606 [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.606 [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.606 [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.606 [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.607 [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.607 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:50.607 [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.608 [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.608 [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.609 [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.609 [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.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:50.609 [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.609 [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.609 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:50.611 [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.611 [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.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:50.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:26:50.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:26:50.611 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:50.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:26:50.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:26:50.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:26:50.614 [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.614 [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.615 [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:26:50.619 [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.619 [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.619 [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.619 [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.619 [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.620 [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.620 [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.620 [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:26:50.621 [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:26:50.621 [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:26:50.621 [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:26:50.621 [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:26:50.621 [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:26:50.622 [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:26:50.622 [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:26:50.622 [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:26:50.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:26:50.623 [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:26:50.623 [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:26:50.623 [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:26:50.642 [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:26:50.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:26:50.643 [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:26:50.644 [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:26:50.644 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:50.645 [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:26:50.645 [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@a2b19c2 01:26:50.645 [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:26:50.645 [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:26:50.645 [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:26:50.645 [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:26:50.646 [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:26:50.647 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:511 - Post processing: creating test bundle 01:26:50.648 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy 01:26:50.652 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:50.654 [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:26:50.654 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:202 - Automatically creating Manifest for the test bundle 01:26:50.655 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:366 - Using the test class for generating bundle imports 01:26:50.656 [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:26:50.656 [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:26:50.658 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class ClientOnlyTcclTest 01:26:50.667 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:50.667 [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:26:50.667 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest 01:26:50.669 [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:26:50.669 [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:26:50.670 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:50.670 [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:26:50.670 [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:26:50.671 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:50.671 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:50.671 [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:26:50.671 [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:26:50.671 [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:26:50.672 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:50.672 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:50.672 [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:26:50.672 [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:26:50.672 [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:26:50.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:50.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:50.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:50.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:50.672 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:26:50.673 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 01:26:50.677 [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:26:50.678 [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:26:50.679 [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:26:50.680 [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:26:50.680 [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:26:50.680 [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:26:50.680 [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:26:50.680 [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:26:50.680 [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:26:50.681 [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:26:50.681 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:50.682 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:50.682 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:50.683 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:50.683 [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:26:50.684 [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:26:50.685 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:50.685 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:50.692 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:50.692 [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:50.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:26:50.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:26:50.766 [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:50.766 [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:50.794 [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@694edeb5: 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:26:50.800 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:50.801 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:50.801 [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:50.802 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:50.808 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:50.810 [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@694edeb5: 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:26:50.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:50.811 [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@fa9af07 01:26:50.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:50.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:50.811 [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:26:50.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:50.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:50.811 [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:26:50.811 [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:26:50.812 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:50.812 [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:26:50.814 [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@62ace6fa] 01:26:50.814 [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@5b079e5b] 01:26:50.847 [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:50.848 [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:26:50.848 [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:26:50.849 [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:26:50.849 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:50.850 [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:50.851 [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:26:50.851 [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:26:50.851 [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:26:50.851 [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:26:50.851 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:50.852 [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:26:50.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@6940fe81] 01:26:50.854 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy] 01:26:50.855 [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:26:50.856 [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:50.856 [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:26:50.857 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:50.858 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:50.858 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:50.858 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:50.859 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:50.859 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:50.859 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:50.860 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:50.860 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:50.860 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:50.861 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:50.861 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:50.861 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:50.862 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:50.862 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:50.862 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:50.862 [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:26:50.863 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:50.864 [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:26:50.864 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientResources] to OSGi 01:26:50.872 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientResources] for execution inside OSGi 01:26:50.872 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4a94ee4 01:26:50.873 [main] INFO o.e.g.b.i.t.ClientOnlyTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 01:26:50.873 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy 01:26:50.874 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:50.874 [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:26:50.876 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:50.877 [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:50.877 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:50.877 [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:50.894 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:50.894 [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:50.901 [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@399f45b1: defining beans [unmanaged,service-provider,client]; root of factory hierarchy 01:26:50.901 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:50.901 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:50.901 [main] TRACE 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.902 [main] TRACE o.e.g.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.902 [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:26:50.902 [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:26:50.905 [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:26:50.905 [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:26:50.905 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:50.909 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 01:26:50.914 [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:26:50.915 [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:26:50.915 [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:26:50.915 [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:26:50.916 [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:26:50.917 [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:26:50.917 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@39e88157} 01:26:50.918 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] bound to proxy 01:26:50.918 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] bound to proxy 01:26:50.919 [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:26:50.919 [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:26:50.919 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:50.938 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 01:26:50.938 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:26:50.939 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@39e88157} 01:26:50.939 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] bound to proxy 01:26:50.939 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] bound to proxy 01:26:50.939 [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@39e88157 01:26:50.942 [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:26:50.943 [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@39e88157 01:26:50.944 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:110 - Unified classes={interface org.eclipse.gemini.blueprint.iandt.tccl.TCCLService} and filter=[(tccl=unmanaged)] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:26:50.944 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:26:50.944 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:50.944 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:50.945 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=unmanaged))] 01:26:50.945 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@39e88157} 01:26:50.945 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] bound to proxy 01:26:50.945 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] bound to proxy 01:26:50.945 [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:26:50.946 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy] 01:26:50.946 [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:26:50.946 [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:50.960 [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:26:50.960 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:26:50.960 [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:26:50.960 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:50.961 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientResources] 01:26:50.961 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientResources]'s result read 01:26:50.962 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 01:26:50.962 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 01:26:50.963 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@5bda8e08 01:26:50.963 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:26:50.963 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:50.963 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 01:26:50.963 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 01:26:50.964 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithPredefinedClassLoader] to OSGi 01:26:50.964 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithPredefinedClassLoader] for execution inside OSGi 01:26:50.964 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithPredefinedClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1e800aaa 01:26:50.964 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:50.964 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithPredefinedClassLoader] 01:26:50.965 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithPredefinedClassLoader]'s result read 01:26:50.965 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 01:26:50.965 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 01:26:50.965 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@185a6e9 01:26:50.966 [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:26:50.967 [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:26:50.967 [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@a2b19c2 01:26:50.967 [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:26:50.967 [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:26:50.968 [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:26:50.968 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy 01:26:50.968 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy] 01:26:50.969 [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:26:50.969 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@49030151] 01:26:50.970 [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:50.970 [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@6771beb3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@39e88157 01:26:50.970 [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@6771beb3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@39e88157 01:26:50.970 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] was unregistered and unbound from the service proxy 01:26:50.970 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] was unregistered and unbound from the service proxy 01:26:50.970 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] was unregistered and unbound from the service proxy 01:26:50.970 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] was unregistered and unbound from the service proxy 01:26:50.971 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] was unregistered and unbound from the service proxy 01:26:50.971 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@39e88157] was unregistered and unbound from the service proxy 01:26:50.971 [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:26:50.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@39e88157] 01:26:50.971 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:50.972 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:50.972 [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@a2b19c2 01:26:50.972 [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:26:50.973 [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@3ac741ae 01:26:50.974 [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:50.975 [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:26:50.975 [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:26:50.975 [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:26:50.975 [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:26:50.975 [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:26:50.975 [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:26:50.975 [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:26:50.975 [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:26:50.975 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:50.976 [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:26:50.976 [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@a2b19c2 01:26:50.976 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:171 - Starting first stage of refresh for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:50.976 [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:26:50.976 [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:26:50.976 [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:26:50.976 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml): startup date [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy 01:26:50.976 [main] TRACE o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:445 - Publishing event through publisher OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): startup date [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy 01:26:50.976 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:50.976 [main] TRACE o.e.g.b.c.s.OsgiBundleXmlApplicationContext:379 - Publishing event in OsgiBundleXmlApplicationContext(bundle=TestBundle-testClientTCCLOnClientResources-org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest, config=/org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml): org.eclipse.gemini.blueprint.service.importer.event.OsgiServiceDependencyWaitStartingEvent[source=org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean@9d5509a] 01:26:50.977 [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:26:50.980 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:50.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:26:50.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:26:50.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:26:50.999 [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:50.999 [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:51.038 [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@419bec24: 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:26:51.039 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:51.039 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:51.039 [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:51.039 [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:51.040 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:51.040 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@419bec24: 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:26:51.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:51.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@fa9af07 01:26:51.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:51.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:51.041 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:51.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:51.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:51.041 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:51.041 [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:26:51.041 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:51.042 [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:26:51.042 [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@259518b7] 01:26:51.042 [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@59397ca3] 01:26:51.044 [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:51.044 [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:26:51.044 [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:26:51.044 [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:26:51.044 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:51.045 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] bound to proxy 01:26:51.045 [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:26:51.045 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] bound to proxy 01:26:51.045 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy 01:26:51.045 [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@6771beb3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1979db24 01:26:51.045 [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@9d5509a] 01:26:51.046 [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@6771beb3 w/ reference org.knopflerfish.framework.ServiceReferenceImpl@1979db24 01:26:51.046 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.046 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] bound to proxy 01:26:51.046 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 01:26:51.046 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] bound to proxy 01:26:51.046 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 01:26:51.046 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] bound to proxy 01:26:51.046 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] bound to proxy 01:26:51.046 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanaged] to OSGi 01:26:51.046 [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:51.047 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanaged] for execution inside OSGi 01:26:51.047 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanaged] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3cd3e762 01:26:51.047 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.047 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanaged] 01:26:51.047 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanaged]'s result read 01:26:51.047 [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:26:51.048 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 01:26:51.048 [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:26:51.048 [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:26:51.048 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 01:26:51.048 [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:26:51.048 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProvidedTCCLOnResources] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1fa121e2 01:26:51.048 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:51.048 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:26:51.048 [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:26:51.048 [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:26:51.049 [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@358653c0] 01:26:51.049 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.049 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 01:26:51.049 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 01:26:51.049 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy] 01:26:51.049 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testTCCLUnmanagedWithNullClassLoader] to OSGi 01:26:51.049 [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:26:51.049 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testTCCLUnmanagedWithNullClassLoader] for execution inside OSGi 01:26:51.049 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testTCCLUnmanagedWithNullClassLoader] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7eac9008 01:26:51.050 [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:51.050 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.050 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:51.050 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testTCCLUnmanagedWithNullClassLoader] 01:26:51.050 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testTCCLUnmanagedWithNullClassLoader]'s result read 01:26:51.050 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceClasses] to OSGi 01:26:51.051 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceClasses] for execution inside OSGi 01:26:51.051 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@62ddbd7e 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:26:51.051 [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:26:51.051 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.051 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceClasses] 01:26:51.052 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLWithServiceClasses]'s result read 01:26:51.052 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 01:26:51.052 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 01:26:51.052 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceProviderTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@74e52ef6 01:26:51.052 [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:26:51.053 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.053 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 01:26:51.053 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 01:26:51.053 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLOnClientClasses] to OSGi 01:26:51.053 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLOnClientClasses] for execution inside OSGi 01:26:51.053 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLOnClientClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@6ed3ccb2 01:26:51.054 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.054 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLOnClientClasses] 01:26:51.054 [main] DEBUG o.e.g.b.i.t.ClientOnlyTcclTest:447 - Test[testClientTCCLOnClientClasses]'s result read 01:26:51.054 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:364 - Writing test name [testClientTCCLWithServiceResource] to OSGi 01:26:51.054 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testClientTCCLWithServiceResource] for execution inside OSGi 01:26:51.054 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testClientTCCLWithServiceResource] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@1a677343 01:26:51.055 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:26:51.055 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:51.055 [main] TRACE o.e.g.b.i.t.ClientOnlyTcclTest:440 - Reading OSGi results for test [testClientTCCLWithServiceResource] 01:26:51.055 [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: 0.948 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ClientOnlyTcclTest 01:26:51.104 [Thread-0] INFO o.e.g.b.i.t.ClientOnlyTcclTest:471 - Shutting down OSGi platform 01:26:51.104 [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:26:51.105 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy 01:26:51.105 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:51.105 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy] 01:26:51.105 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:26:51.105 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] was unregistered and unbound from the service proxy 01:26:51.105 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] was unregistered and unbound from the service proxy 01:26:51.106 [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@1979db24 01:26:51.106 [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@1979db24 01:26:51.106 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] was unregistered and unbound from the service proxy 01:26:51.106 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] was unregistered and unbound from the service proxy 01:26:51.106 [Thread-3] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] was unregistered and unbound from the service proxy 01:26:51.106 [Thread-3] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1979db24] was unregistered and unbound from the service proxy 01:26:51.106 [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:26:51.107 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:51.111 [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:26:51.112 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:26:51.112 [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:26:51.112 [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:26:51.112 [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@a2b19c2 01:26:51.112 [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:26:51.112 [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:26:51.112 [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:26:51.112 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy 01:26:51.112 [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 [Fri Apr 26 01:26:50 UTC 2024]; root of context hierarchy] 01:26:51.113 [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:26:51.113 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6ea925f] 01:26:51.113 [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:51.113 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1979db24] 01:26:51.113 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:51.113 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:51.113 [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@a2b19c2 01:26:51.113 [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:26:51.113 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:51.113 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:51.114 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:51.114 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:51.114 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:51.114 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:51.114 [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:51.114 [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@3400b886 01:26:51.114 [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:51.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:26:51.115 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:51.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-202404260124] 01:26:51,668 |-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,736 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:51,739 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:51,752 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:51,773 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:51,775 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:51,778 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:51,784 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:26:51,788 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:51,788 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:51,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:51,789 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:51,789 |-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,789 |-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,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:26:51,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:26:51,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:26:51,790 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:51,790 |-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,790 |-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,790 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:51,790 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:51,790 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:51,790 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:51,790 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:51,791 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:51,791 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:51,791 |-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:26:51.877 [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:26:51.881 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:85 - Instantiating platform wrapper... 01:26:51.888 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2202494625424841336kf 01:26:51.888 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:215 - About to start Knopflerfish OSGi Platform 01:26:51.955 [main] INFO o.e.g.b.i.t.ServiceTcclTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:51.957 [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:26:51.958 [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:26:51.959 [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:26:51.959 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:52.029 [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:26:52.038 [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:26:52.042 [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:26:52.043 [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:26:52.048 [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:26:52.054 [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:26:52.055 [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:26:52.058 [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:26:52.061 [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:26:52.070 [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:26:52.075 [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:26:52.077 [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:26:52.079 [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:26:52.083 [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:26:52.085 [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:26:52.087 [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:26:52.089 [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:26:52.091 [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:26:52.092 [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:26:52.101 [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:26:52.105 [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:26:52.108 [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:26:52.109 [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:26:52.109 [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:26:52.110 [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:26:52.110 [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:26:52.112 [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:26:52.114 [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:26:52.114 [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:26:52.140 [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:26:52.141 [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:26:52.141 [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:26:52.143 [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:26:52.144 [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:26:52.145 [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:26:52,161 |-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,183 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:52,185 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:52,190 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:52,203 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:52,204 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:52,206 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:52,210 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@284d0ad4 - No compression will be used 01:26:52,213 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:52,213 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:52,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:52,214 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:52,214 |-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,214 |-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,214 |-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,215 |-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,215 |-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,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:52,215 |-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,215 |-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,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:52,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:52,215 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:52,215 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:52,215 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:52,216 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:52,216 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:52,216 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@204f6354 - Registering current configuration as safe fallback point 01:26:52.223 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:52.229 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:52.316 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:52.317 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:52.319 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:52.321 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:52.324 [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.325 [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.325 [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.326 [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.326 [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.327 [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.327 [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.327 [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.327 [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.328 [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.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:52.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:52.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:52.328 [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.328 [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.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:26:52.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:52.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:26:52.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:26:52.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:26:52.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:26:52.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:26:52.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:26:52.330 [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.330 [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.330 [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.330 [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.331 [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.331 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:52.331 [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.331 [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.331 [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.331 [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.332 [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.338 [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.338 [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.338 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:52.338 [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.339 [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.339 [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.339 [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.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:52.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:52.340 [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.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:52.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:52.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:52.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:52.340 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:52.341 [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.341 [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.341 [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.341 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:52.341 [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.341 [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.341 [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.342 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:52.342 [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.342 [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.342 [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.342 [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.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:26:52.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:26:52.344 [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.350 [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.350 [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.352 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:52.352 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:52.354 [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.356 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:52.356 [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:26:52.357 [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:26:52.357 [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.360 [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.367 [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.368 [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.368 [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.370 [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.370 [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.370 [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.371 [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.371 [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.372 [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.372 [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.372 [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.372 [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.373 [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.373 [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.373 [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.375 [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.375 [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.375 [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.375 [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.375 [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.376 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:52.376 [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.376 [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.376 [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.377 [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.377 [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.377 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:52.378 [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.378 [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.378 [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.379 [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.379 [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.380 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:52.380 [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.380 [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.380 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:52.381 [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.382 [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.382 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:52.382 [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.382 [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.382 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:52.383 [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.383 [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.383 [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.385 [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.386 [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.386 [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:26:52.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:52.391 [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.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:52.392 [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.392 [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.392 [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.392 [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.392 [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:26:52.393 [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:26:52.393 [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:26:52.393 [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:26:52.393 [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:26:52.393 [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:26:52.394 [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:26:52.394 [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:26:52.394 [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:26:52.394 [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:26:52.395 [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:26:52.395 [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:26:52.395 [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:26:52.395 [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:26:52.395 [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:26:52.395 [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:26:52.401 [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:26:52.401 [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:26:52.402 [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:26:52.403 [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:26:52.404 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:52.404 [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:26:52.404 [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:26:52.404 [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:26:52.405 [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:26:52.405 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:511 - Post processing: creating test bundle 01:26:52.408 [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 [Fri Apr 26 01:26:52 UTC 2024]; root of context hierarchy 01:26:52.412 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:52.413 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.tcclManagement] 01:26:52.413 [main] INFO o.e.g.b.i.t.ServiceTcclTest:202 - Automatically creating Manifest for the test bundle 01:26:52.413 [main] INFO o.e.g.b.i.t.ServiceTcclTest:366 - Using the test class for generating bundle imports 01:26:52.414 [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:26:52.415 [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:26:52.417 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class ServiceTcclTest 01:26:52.439 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:52.439 [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:26:52.440 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest 01:26:52.442 [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:26:52.442 [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:26:52.442 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:52.443 [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:26:52.443 [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:26:52.443 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:52.443 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:52.443 [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:26:52.444 [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:26:52.444 [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:26:52.444 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:52.444 [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:26:52.444 [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:26:52.444 [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:26:52.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:52.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:52.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ClientOnlyTcclTest.class 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/ServiceTcclTest.class 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-context.xml 01:26:52.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:26:52.446 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 01:26:52.448 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:26:52.450 [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:26:52.450 [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:26:52.451 [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:26:52.452 [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:26:52.452 [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:26:52.452 [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:26:52.452 [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:26:52.452 [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:26:52.452 [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:26:52.452 [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:26:52.453 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:52.454 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:52.454 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:52.455 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:52.455 [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:26:52.456 [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:26:52.457 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:52.457 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:52.468 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:52.469 [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:52.470 [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:52.470 [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:52.512 [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:52.512 [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:52.563 [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:26:52.570 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:52.571 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:52.571 [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:52.572 [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:52.578 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:52.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@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:26:52.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:52.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@7b3f95f6 01:26:52.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:52.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:52.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:52.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:52.582 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:52.582 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:52.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.tccl, config=osgibundle:/META-INF/spring/*.xml) 01:26:52.582 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:52.582 [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:26:52.584 [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:26:52.584 [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:26:52.607 [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:52.608 [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:26:52.609 [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:26:52.610 [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:26:52.610 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:52.611 [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:52.612 [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:26:52.612 [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:26:52.612 [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:26:52.612 [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:26:52.612 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.tccl.TCCLService}] 01:26:52.612 [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:26:52.613 [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:26:52.615 [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 [Fri Apr 26 01:26:52 UTC 2024]; root of context hierarchy] 01:26:52.617 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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:26:52.617 [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:52.618 [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:26:52.618 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.tccl 01:26:52.619 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:52.619 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:52.619 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:52.620 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:52.620 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:26:52.620 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:52.621 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:52.621 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:52.621 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:52.622 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:52.622 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:52.622 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:52.623 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:52.623 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:52.623 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:52.623 [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:26:52.625 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:52.625 [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:26:52.625 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnClasses] to OSGi 01:26:52.633 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnClasses] for execution inside OSGi 01:26:52.633 [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:26:52.634 [main] INFO o.e.g.b.i.t.ServiceTcclTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/tcclManagement/service-context.xml 01:26:52.634 [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 [Fri Apr 26 01:26:52 UTC 2024]; root of context hierarchy 01:26:52.634 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:52.635 [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:26:52.637 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:52.637 [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:52.638 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:52.638 [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:52.657 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:26:52.657 [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:52.665 [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:26:52.665 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:52.666 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:52.666 [main] TRACE 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:52.666 [main] TRACE o.e.g.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:52.667 [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:26:52.667 [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:26:52.669 [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:26:52.669 [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:26:52.670 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:52.674 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - UNMANAGED TCCL used for invoking ServiceReference [null] null={} 01:26:52.679 [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:26:52.679 [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:26:52.680 [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:26:52.680 [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:26:52.680 [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:26:52.682 [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:26:52.682 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@f3be09d} 01:26:52.683 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 01:26:52.683 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 01:26:52.684 [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:26:52.684 [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:26:52.684 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:52.685 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - SERVICE_PROVIDER TCCL used for invoking ServiceReference [null] null={} 01:26:52.685 [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:26:52.685 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@f3be09d} 01:26:52.686 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 01:26:52.686 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 01:26:52.686 [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:26:52.688 [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:26:52.689 [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:26:52.690 [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:26:52.690 [main] TRACE o.e.g.b.s.i.s.AbstractOsgiServiceImportFactoryBean:145 - Unified serviceBeanName [null] and filter=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] in=[(&(objectClass=org.eclipse.gemini.blueprint.iandt.tccl.TCCLService)(tccl=service-provider))] 01:26:52.690 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:26:52.690 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:26:52.691 [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:26:52.691 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@f3be09d} 01:26:52.691 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 01:26:52.691 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@f3be09d] bound to proxy 01:26:52.691 [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:26:52.692 [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 [Fri Apr 26 01:26:52 UTC 2024]; root of context hierarchy] 01:26:52.692 [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:26:52.692 [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:52.705 [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:26:52.706 [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:26:52.706 [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:26:52.707 [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:26:52.707 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.708 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnClasses] 01:26:52.708 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnClasses]'s result read 01:26:52.709 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceClasses] to OSGi 01:26:52.709 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] for execution inside OSGi 01:26:52.709 [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:26:52.710 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.710 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceClasses] 01:26:52.710 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceClasses]'s result read 01:26:52.738 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientResources] to OSGi 01:26:52.738 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientResources] for execution inside OSGi 01:26:52.739 [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:26:52.739 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:26:52.739 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.739 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientResources] 01:26:52.739 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientResources]'s result read 01:26:52.740 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClient] to OSGi 01:26:52.740 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClient] for execution inside OSGi 01:26:52.740 [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:26:52.740 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.740 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClient] 01:26:52.740 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClient]'s result read 01:26:52.741 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnClasses] to OSGi 01:26:52.741 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnClasses] for execution inside OSGi 01:26:52.741 [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:26:52.741 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.741 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnClasses] 01:26:52.742 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnClasses]'s result read 01:26:52.742 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProvidedTCCLOnResources] to OSGi 01:26:52.742 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProvidedTCCLOnResources] for execution inside OSGi 01:26:52.742 [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:26:52.742 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:26:52.742 [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:26:52.743 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.743 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProvidedTCCLOnResources] 01:26:52.743 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProvidedTCCLOnResources]'s result read 01:26:52.743 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] to OSGi 01:26:52.743 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] for execution inside OSGi 01:26:52.743 [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:26:52.744 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.744 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader] 01:26:52.744 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLAndUnmanagedClientWithPredefinedClassLoader]'s result read 01:26:52.744 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLOnClientClasses] to OSGi 01:26:52.744 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLOnClientClasses] for execution inside OSGi 01:26:52.744 [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:26:52.745 [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:26:52.745 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.745 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLOnClientClasses] 01:26:52.745 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLOnClientClasses]'s result read 01:26:52.746 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLOnResources] to OSGi 01:26:52.746 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLOnResources] for execution inside OSGi 01:26:52.746 [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:26:52.746 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tcclManagement/client-resource.properties 01:26:52.746 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.746 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLOnResources] 01:26:52.747 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLOnResources]'s result read 01:26:52.747 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithClientTCCLWithServiceResource] to OSGi 01:26:52.747 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithClientTCCLWithServiceResource] for execution inside OSGi 01:26:52.747 [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:26:52.748 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/iandt/tccl/TCCLService.class 01:26:52.748 [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:26:52.748 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource /org/eclipse/gemini/blueprint/iandt/tccl/internal/internal-resource.file 01:26:52.748 [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:26:52.748 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.748 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithClientTCCLWithServiceResource] 01:26:52.748 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testServiceProviderTCCLWithClientTCCLWithServiceResource]'s result read 01:26:52.749 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testSanity] to OSGi 01:26:52.749 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testSanity] for execution inside OSGi 01:26:52.749 [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:26:52.749 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.750 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testSanity] 01:26:52.750 [main] DEBUG o.e.g.b.i.t.ServiceTcclTest:447 - Test[testSanity]'s result read 01:26:52.750 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:364 - Writing test name [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] to OSGi 01:26:52.750 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] for execution inside OSGi 01:26:52.750 [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:26:52.750 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:52.750 [main] TRACE o.e.g.b.i.t.ServiceTcclTest:440 - Reading OSGi results for test [testServiceProviderTCCLWithUnmanagedClientWithNullClassLoader] 01:26:52.751 [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: 0.876 sec - in org.eclipse.gemini.blueprint.iandt.tcclManagement.ServiceTcclTest 01:26:52.753 [Thread-0] INFO o.e.g.b.i.t.ServiceTcclTest:471 - Shutting down OSGi platform 01:26:52.753 [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:26:52.753 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:52.754 [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 [Fri Apr 26 01:26:52 UTC 2024]; root of context hierarchy 01:26:52.754 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:52.754 [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 [Fri Apr 26 01:26:52 UTC 2024]; root of context hierarchy] 01:26:52.754 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:52.754 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:52.754 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:52.754 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:26:52.755 [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:26:52.800 [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:26:52.800 [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:26:52.800 [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:26:52.800 [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:26:52.800 [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:26:52.800 [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:26:52.800 [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:26:52.801 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:52.805 [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:26:52.805 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:26:52.806 [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:26:52.806 [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:26:52.806 [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:26:52.806 [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:26:52.806 [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:26:52.807 [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:26:52.807 [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 [Fri Apr 26 01:26:52 UTC 2024]; root of context hierarchy 01:26:52.807 [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 [Fri Apr 26 01:26:52 UTC 2024]; root of context hierarchy] 01:26:52.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#1] 01:26:52.807 [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:26:52.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@f3be09d] 01:26:52.808 [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:52.808 [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:26:52.808 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:52.809 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:52.809 [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:26:52.809 [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:26:52.809 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:52.809 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:52.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 null 01:26:52.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@2efcbe65 01:26:52.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:26:52.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:26:52.810 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:52.810 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] Running org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest 01:26:53,372 |-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,453 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:53,455 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:53,467 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:53,489 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:53,490 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:53,494 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:53,499 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@67205a84 - No compression will be used 01:26:53,503 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:53,503 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:53,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:53,504 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:53,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:53,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:53,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:26:53,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:26:53,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:26:53,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:53,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:53,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:53,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:53,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:53,505 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:53,505 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:53,506 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:53,506 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:53,506 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:53,507 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@64729b1e - Registering current configuration as safe fallback point 01:26:53.576 [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:26:53.579 [main] TRACE o.e.g.b.i.t.BundleCreationTst:85 - Instantiating platform wrapper... 01:26:53.587 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5038490709400397647kf 01:26:53.587 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:215 - About to start Knopflerfish OSGi Platform 01:26:53.662 [main] INFO o.e.g.b.i.t.BundleCreationTst:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:53.665 [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:26:53.666 [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:26:53.667 [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:26:53.667 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:53.732 [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:26:53.741 [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:26:53.745 [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:26:53.746 [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:26:53.751 [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:26:53.757 [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:26:53.759 [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:26:53.761 [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:26:53.764 [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:26:53.768 [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:26:53.780 [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:26:53.782 [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:26:53.784 [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:26:53.788 [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:26:53.790 [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:26:53.792 [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:26:53.794 [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:26:53.804 [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:26:53.809 [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:26:53.812 [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:26:53.813 [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:26:53.813 [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:26:53.814 [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:26:53.814 [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:26:53.816 [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:26:53.838 [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:26:53.839 [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:26:53.842 [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:26:53.843 [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:26:53.843 [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:26:53.845 [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:26:53.846 [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:26:53.848 [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:26:53,864 |-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,886 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:53,887 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:53,893 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:53,906 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:53,907 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:53,909 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:53,913 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@192f0049 - No compression will be used 01:26:53,916 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:53,916 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:53,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:53,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:53,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:53,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:53,917 |-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:53,917 |-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:53,917 |-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:53,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:53,918 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:53,918 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:53,918 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:53,918 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:53,918 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:53,918 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:53,918 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:53,918 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:53,918 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:53,919 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@73091856 - Registering current configuration as safe fallback point 01:26:53.926 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:53.932 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:54.018 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:54.018 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:54.021 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:54.023 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:54.026 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:54.027 [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:54.027 [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:54.030 [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:54.031 [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:54.032 [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:54.032 [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:54.032 [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:54.032 [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:54.033 [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:54.033 [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:54.033 [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:54.033 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:54.033 [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:54.033 [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:54.034 [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:54.034 [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:54.034 [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:54.034 [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:54.034 [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:54.034 [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:54.035 [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:54.035 [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:54.035 [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:54.035 [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:54.036 [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:54.036 [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:54.036 [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:54.036 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:54.036 [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:54.036 [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:54.036 [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:54.037 [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:54.037 [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:54.037 [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:54.037 [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:54.037 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:54.038 [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:54.038 [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:54.038 [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:54.038 [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:54.039 [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:54.039 [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:54.039 [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:54.039 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:54.039 [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:54.039 [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:54.039 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:54.039 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:54.040 [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:54.040 [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:54.040 [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:54.040 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:54.040 [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:54.040 [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:54.041 [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:54.041 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:54.041 [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:54.041 [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:54.041 [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:54.041 [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:54.042 [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:54.042 [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:54.043 [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:54.048 [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:54.048 [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:54.050 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:54.050 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:54.052 [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:54.053 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:54.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@20b6eeb7 w/ reference null 01:26:54.054 [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@20b6eeb7 w/ reference null 01:26:54.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:26:54.056 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:54.063 [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:54.063 [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:54.063 [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:54.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:26:54.065 [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:54.065 [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:54.067 [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:54.067 [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:54.067 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:54.067 [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:54.067 [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:54.068 [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:54.068 [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:54.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:26:54.069 [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:54.070 [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:54.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:26:54.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:26:54.070 [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:54.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:26:54.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:54.071 [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:54.071 [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:54.072 [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:54.072 [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:54.072 [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:54.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:54.073 [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:54.074 [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:54.074 [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:54.075 [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:54.075 [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:54.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:54.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:26:54.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:54.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:54.077 [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:54.077 [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:54.077 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:54.077 [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:54.078 [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:54.078 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:54.078 [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:54.078 [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:54.078 [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:54.081 [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:54.081 [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:54.081 [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:26:54.085 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:54.086 [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:54.086 [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:54.086 [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:54.086 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:54.087 [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:54.087 [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:54.088 [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:26:54.088 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:511 - Post processing: creating test bundle 01:26:54.096 [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:26:54.096 [main] INFO o.e.g.b.i.t.BundleCreationTst:202 - Automatically creating Manifest for the test bundle 01:26:54.097 [main] INFO o.e.g.b.i.t.BundleCreationTst:366 - Using the test class for generating bundle imports 01:26:54.098 [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:26:54.098 [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:26:54.100 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BundleCreationTst 01:26:54.107 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:54.107 [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:26:54.108 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest 01:26:54.110 [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:26:54.110 [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:26:54.110 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:54.111 [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:26:54.111 [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:26:54.111 [main] TRACE o.e.g.b.i.t.BundleCreationTst:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:54.112 [main] TRACE o.e.g.b.i.t.BundleCreationTst:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:54.112 [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:26:54.112 [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:26:54.112 [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:26:54.112 [main] TRACE o.e.g.b.i.t.BundleCreationTst:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:54.112 [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:26:54.113 [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:26:54.113 [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:26:54.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:54.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:54.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:54.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:54.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:54.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:54.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 01:26:54.114 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 01:26:54.115 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 01:26:54.115 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 01:26:54.115 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 01:26:54.119 [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:26:54.119 [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:26:54.121 [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:26:54.121 [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:26:54.121 [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:26:54.122 [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:26:54.122 [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:26:54.122 [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:26:54.122 [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:26:54.122 [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:26:54.122 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:54.123 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:54.124 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:54.125 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:54.125 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:54.126 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:54.126 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:54.126 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:54.127 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:54.127 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:54.127 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:54.128 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:54.128 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:54.129 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:54.129 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:54.129 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:54.130 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:54.130 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:54.131 [main] TRACE o.e.g.b.i.t.BundleCreationTst:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:54.131 [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:26:54.131 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 01:26:54.139 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 01:26:54.139 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@7334aada 01:26:54.139 [main] INFO o.e.g.b.i.t.BundleCreationTst:190 - Loading context for locations: 01:26:54.147 [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 [Fri Apr 26 01:26:54 UTC 2024]; root of context hierarchy 01:26:54.150 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:54.162 [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@776aec5c: defining beans []; root of factory hierarchy 01:26:54.167 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:54.167 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:54.167 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:26:54.168 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:26:54.170 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@d35dea7] 01:26:54.170 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@7770f470] 01:26:54.172 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@38afe297] 01:26:54.173 [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 [Fri Apr 26 01:26:54 UTC 2024]; root of context hierarchy] 01:26:54.175 [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:26:54.176 [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:54.195 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.196 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 01:26:54.196 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 01:26:54.197 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testFailure] to OSGi 01:26:54.198 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFailure] for execution inside OSGi 01:26:54.198 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3f56875e 01:26:54.198 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.198 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testFailure] 01:26:54.199 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testFailure]'s result read 01:26:54.199 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testException] to OSGi 01:26:54.199 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testException] for execution inside OSGi 01:26:54.199 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testException] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2b4bac49 01:26:54.200 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.200 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testException] 01:26:54.200 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testException]'s result read 01:26:54.200 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 01:26:54.201 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 01:26:54.201 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@fd07cbb 01:26:54.201 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.201 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 01:26:54.201 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 01:26:54.202 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionPass] to OSGi 01:26:54.202 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionPass] for execution inside OSGi 01:26:54.202 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionPass] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3571b748 01:26:54.202 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.202 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionPass] 01:26:54.202 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testAssertionPass]'s result read 01:26:54.203 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testError] to OSGi 01:26:54.203 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testError] for execution inside OSGi 01:26:54.203 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testError] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e96bacf 01:26:54.203 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.203 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testError] 01:26:54.204 [main] DEBUG o.e.g.b.i.t.BundleCreationTst:447 - Test[testError]'s result read 01:26:54.204 [main] TRACE o.e.g.b.i.t.BundleCreationTst:364 - Writing test name [testAssertionFailure] to OSGi 01:26:54.204 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testAssertionFailure] for execution inside OSGi 01:26:54.204 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testAssertionFailure] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@484970b0 01:26:54.205 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:54.205 [main] TRACE o.e.g.b.i.t.BundleCreationTst:440 - Reading OSGi results for test [testAssertionFailure] 01:26:54.205 [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: 0.879 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.RunBundleCreationTest 01:26:54.207 [Thread-0] INFO o.e.g.b.i.t.BundleCreationTst:471 - Shutting down OSGi platform 01:26:54.207 [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:26:54.208 [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 [Fri Apr 26 01:26:54 UTC 2024]; root of context hierarchy 01:26:54.208 [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 [Fri Apr 26 01:26:54 UTC 2024]; root of context hierarchy] 01:26:54.208 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:54.208 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:54.208 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:54.208 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:54.209 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:54.209 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:54.209 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:54.209 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:54.209 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:54.210 [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:54.210 [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:54.210 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:54.211 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:54,748 |-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,819 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:54,821 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:54,834 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:54,856 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:54,858 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:54,861 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:54,867 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:54,871 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:54,871 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:54,872 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:54,872 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:54,872 |-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,872 |-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,872 |-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,873 |-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,873 |-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,873 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:54,873 |-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,873 |-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,873 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:54,873 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:54,873 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:54,873 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:54,873 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:54,874 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:54,874 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:54,874 |-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:26:54.954 [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:26:54.957 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:85 - Instantiating platform wrapper... 01:26:54.964 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4206556449316195166kf 01:26:54.965 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:215 - About to start Knopflerfish OSGi Platform 01:26:55.030 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:55.032 [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:26:55.033 [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:26:55.034 [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:26:55.035 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:55.097 [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:26:55.107 [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:26:55.111 [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:26:55.112 [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:26:55.117 [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:26:55.123 [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:26:55.125 [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:26:55.127 [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:26:55.130 [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:26:55.140 [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:26:55.152 [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:26:55.154 [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:26:55.156 [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:26:55.160 [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:26:55.162 [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:26:55.164 [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:26:55.166 [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:26:55.176 [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:26:55.180 [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:26:55.183 [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:26:55.184 [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:26:55.185 [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:26:55.185 [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:26:55.185 [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:26:55.187 [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:26:55.189 [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:26:55.189 [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:26:55.192 [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:26:55.193 [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:26:55.193 [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:26:55.195 [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:26:55.196 [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:26:55.197 [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:26:55,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:55,250 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:55,252 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:55,257 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:55,271 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:55,272 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:55,274 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:55,278 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7baf95b4 - No compression will be used 01:26:55,280 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:55,281 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:55,281 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:55,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:55,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:55,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:55,282 |-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:55,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:26:55,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:26:55,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:55,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:55,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:55,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:55,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:55,282 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:55,283 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:55,283 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:55,283 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:55,283 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:55,284 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7fa807e6 - Registering current configuration as safe fallback point 01:26:55.291 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:55.297 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:55.383 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:55.383 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:55.386 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:55.388 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:55.391 [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.392 [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.392 [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.395 [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.396 [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.397 [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.397 [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.397 [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.397 [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.398 [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.398 [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.398 [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.398 [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.398 [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.398 [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.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:55.399 [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.399 [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.399 [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.399 [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.399 [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.400 [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.400 [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.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:55.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:55.400 [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.401 [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.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:55.401 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:55.401 [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.401 [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.401 [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.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:55.402 [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.402 [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.402 [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.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:55.403 [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.403 [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.403 [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.403 [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.403 [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.403 [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.403 [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.404 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:55.404 [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.404 [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.404 [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.404 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:55.405 [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.405 [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.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:26:55.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:55.405 [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.405 [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.405 [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.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:55.405 [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.406 [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.406 [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.406 [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.407 [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.407 [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.407 [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.412 [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.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:26:55.414 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:55.414 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:55.416 [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.418 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:55.418 [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@39e8c30 w/ reference null 01:26:55.418 [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@39e8c30 w/ reference null 01:26:55.419 [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.421 [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.427 [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.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:26:55.428 [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.429 [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.430 [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.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:26:55.431 [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.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:26:55.431 [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.431 [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.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:26:55.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:26:55.432 [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.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:26:55.433 [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.434 [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.434 [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.434 [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.434 [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.434 [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.435 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:55.438 [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.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:26:55.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:26:55.439 [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.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:26:55.439 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:55.440 [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.440 [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.440 [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.441 [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.441 [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.441 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:55.441 [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.442 [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.442 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:55.443 [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.443 [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.443 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:55.444 [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.444 [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.444 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:55.444 [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.444 [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.444 [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.447 [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.447 [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.447 [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:26:55.451 [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.452 [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.452 [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.452 [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.452 [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.453 [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.453 [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.454 [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:26:55.454 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:511 - Post processing: creating test bundle 01:26:55.462 [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:26:55.462 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:202 - Automatically creating Manifest for the test bundle 01:26:55.462 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:366 - Using the test class for generating bundle imports 01:26:55.463 [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:26:55.464 [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:26:55.466 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class OsgiPlatformTest 01:26:55.473 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:55.473 [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:26:55.473 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest 01:26:55.475 [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:26:55.475 [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:26:55.476 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:55.476 [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:26:55.477 [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:26:55.477 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:55.477 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:55.477 [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:26:55.477 [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:26:55.478 [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:26:55.478 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:55.478 [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:26:55.478 [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:26:55.478 [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:26:55.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:55.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:55.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:55.478 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 01:26:55.479 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 01:26:55.480 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 01:26:55.480 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 01:26:55.480 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 01:26:55.480 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 01:26:55.484 [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:26:55.484 [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:26:55.486 [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:26:55.486 [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:26:55.486 [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:26:55.486 [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:26:55.487 [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:26:55.487 [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:26:55.487 [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:26:55.487 [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:26:55.487 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:55.488 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:55.489 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:55.489 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:55.490 [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:26:55.490 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:55.490 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:55.491 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:55.491 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:55.491 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:55.491 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:55.492 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:55.492 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:55.492 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:55.493 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:55.493 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:55.493 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:55.493 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:55.493 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:55.494 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:55.494 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:364 - Writing test name [testOsgiPlatform] to OSGi 01:26:55.502 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testOsgiPlatform] for execution inside OSGi 01:26:55.502 [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:26:55.503 [main] INFO o.e.g.b.i.t.OsgiPlatformTest:190 - Loading context for locations: 01:26:55.510 [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 [Fri Apr 26 01:26:55 UTC 2024]; root of context hierarchy 01:26:55.514 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:55.525 [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:26:55.531 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:55.531 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:55.532 [main] TRACE 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.532 [main] TRACE o.e.g.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.534 [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:55.534 [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:55.536 [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:55.538 [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 [Fri Apr 26 01:26:55 UTC 2024]; root of context hierarchy] 01:26:55.539 [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:26:55.540 [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.559 [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:26:55.560 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:55.560 [main] TRACE o.e.g.b.i.t.OsgiPlatformTest:440 - Reading OSGi results for test [testOsgiPlatform] 01:26:55.560 [main] DEBUG o.e.g.b.i.t.OsgiPlatformTest:447 - Test[testOsgiPlatform]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.OsgiPlatformTest 01:26:55.563 [Thread-0] INFO o.e.g.b.i.t.OsgiPlatformTest:471 - Shutting down OSGi platform 01:26:55.563 [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:26:55.564 [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 [Fri Apr 26 01:26:55 UTC 2024]; root of context hierarchy 01:26:55.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:55.564 [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 [Fri Apr 26 01:26:55 UTC 2024]; root of context hierarchy] 01:26:55.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:55.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:55.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:55.564 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:55.565 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:55.565 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:55.565 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:55.565 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:55.566 [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:55.566 [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.566 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:55.567 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:56,099 |-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,171 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:56,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:56,186 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:56,208 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:56,209 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:56,213 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:56,219 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:56,223 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:56,223 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:56,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:56,224 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:56,224 |-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,224 |-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,225 |-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,225 |-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,225 |-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,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:56,225 |-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,225 |-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,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:56,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:56,225 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:56,225 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:56,226 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:56,238 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:56,238 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:56,239 |-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:26:56.310 [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:26:56.313 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:85 - Instantiating platform wrapper... 01:26:56.320 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1446790718104847270kf 01:26:56.320 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:215 - About to start Knopflerfish OSGi Platform 01:26:56.386 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:56.389 [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:26:56.389 [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:26:56.390 [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:26:56.391 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:56.461 [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:26:56.470 [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:26:56.474 [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:26:56.475 [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:26:56.480 [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:26:56.486 [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:26:56.487 [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:26:56.490 [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:26:56.493 [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:26:56.497 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-context/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-context-5.0.4.RELEASE_1.jar] 01:26:56.508 [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:26:56.510 [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:26:56.513 [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:26:56.517 [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:26:56.518 [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:26:56.521 [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:26:56.523 [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:26:56.545 [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:26:56.550 [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:26:56.553 [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:26:56.554 [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:26:56.554 [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:26:56.555 [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:26:56.555 [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:26:56.557 [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:26:56.559 [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:26:56.559 [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:26:56.562 [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:26:56.563 [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:26:56.563 [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:26:56.565 [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:26:56.566 [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:26:56.567 [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:26:56,584 |-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,606 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:56,607 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:56,613 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:56,626 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:56,627 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:56,629 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:56,633 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3580c2e5 - No compression will be used 01:26:56,635 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:56,636 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:56,636 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:56,637 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:56,638 |-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,638 |-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,638 |-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,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:26:56,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:26:56,638 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:56,638 |-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,638 |-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,639 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:56,639 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:56,639 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:56,639 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:56,639 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:56,639 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:56,639 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:56,640 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6ae2e1d1 - Registering current configuration as safe fallback point 01:26:56.647 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:56.653 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:56.746 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:56.747 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:56.749 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:56.751 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:56.754 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:56.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:56.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:56.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:56.759 [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:56.760 [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:56.760 [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:56.760 [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:56.760 [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:56.761 [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:56.761 [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:56.761 [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:56.761 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:56.762 [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:56.762 [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:56.762 [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:56.762 [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:56.762 [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:56.763 [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:56.763 [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:56.763 [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:56.763 [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:56.763 [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:56.763 [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:56.764 [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:56.764 [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:56.764 [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:56.764 [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:56.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:56.765 [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:56.765 [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:56.765 [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:56.765 [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:56.765 [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:56.765 [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:56.765 [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:56.765 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:56.766 [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:56.766 [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:56.766 [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:56.766 [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:56.767 [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:56.767 [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:56.767 [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:56.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:56.767 [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:56.767 [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:56.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:56.767 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:56.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:26:56.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:26:56.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:26:56.768 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:56.768 [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:56.768 [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:56.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:26:56.769 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:56.769 [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:56.769 [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:56.769 [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:56.769 [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:56.770 [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:56.770 [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:56.770 [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:56.776 [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:56.776 [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:56.777 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:56.778 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:56.780 [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:56.781 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:56.781 [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@42764495 w/ reference null 01:26:56.782 [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@42764495 w/ reference null 01:26:56.782 [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:56.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:56.791 [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:56.791 [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:56.791 [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:56.793 [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:56.793 [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:56.793 [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:56.794 [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:56.794 [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:56.795 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:56.795 [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:56.795 [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:56.795 [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:56.796 [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:56.796 [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:56.796 [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:56.797 [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:56.797 [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:56.798 [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:56.798 [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:56.798 [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:56.798 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:56.799 [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:56.799 [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:56.799 [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:56.799 [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:56.800 [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:56.800 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:56.800 [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:56.801 [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:56.801 [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:56.801 [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:56.802 [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:56.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:56.802 [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:56.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:56.802 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:56.803 [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:56.804 [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:56.804 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:56.804 [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:56.804 [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:56.804 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:56.805 [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:56.805 [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:56.805 [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:56.807 [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:56.807 [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:56.808 [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:26:56.812 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:56.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:26:56.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:26:56.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:26:56.812 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:56.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:26:56.813 [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:56.814 [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:26:56.814 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:511 - Post processing: creating test bundle 01:26:56.822 [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:26:56.822 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:202 - Automatically creating Manifest for the test bundle 01:26:56.823 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:366 - Using the test class for generating bundle imports 01:26:56.824 [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:26:56.824 [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:26:56.826 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class AppCtxInjectionTest 01:26:56.839 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:56.840 [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:26:56.840 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest 01:26:56.842 [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:26:56.842 [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:26:56.842 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:56.843 [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:26:56.843 [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:26:56.843 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:56.844 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:56.844 [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:26:56.844 [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:26:56.844 [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:26:56.844 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:56.844 [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:26:56.844 [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:26:56.845 [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:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:56.845 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/ 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.MF 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.class 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/BundleCreationTst.class 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/OsgiPlatformTest.class 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.MF 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/RunBundleCreationTest.class 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestRunner.class 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/SkipTestsTst.class 01:26:56.846 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/testingFramework/logback.xml 01:26:56.851 [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:26:56.851 [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:26:56.853 [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:26:56.853 [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:26:56.853 [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:26:56.853 [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:26:56.853 [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:26:56.853 [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:26:56.854 [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:26:56.854 [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:26:56.854 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:56.855 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:56.855 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:56.856 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:56.857 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:56.857 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:56.857 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:56.857 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:56.858 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:56.858 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:56.858 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:56.858 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:56.859 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:56.859 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:56.859 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:56.860 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:56.860 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:56.860 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:56.861 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:56.861 [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:26:56.861 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:364 - Writing test name [testInjection] to OSGi 01:26:56.869 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testInjection] for execution inside OSGi 01:26:56.869 [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:26:56.869 [main] INFO o.e.g.b.i.t.AppCtxInjectionTest:190 - Loading context for locations: /org/eclipse/gemini/blueprint/iandt/testingFramework/AppCtxInjectionTest.xml 01:26:56.877 [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 [Fri Apr 26 01:26:56 UTC 2024]; root of context hierarchy 01:26:56.880 [main] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:56.898 [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:26:56.916 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:56.917 [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:56.918 [main] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:56.918 [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:56.969 [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:26:56.975 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:56.975 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:56.976 [main] TRACE 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:56.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:26:56.982 [main] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2e1d27ba] 01:26:56.983 [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:26:56.993 [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:26:56.995 [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 [Fri Apr 26 01:26:56 UTC 2024]; root of context hierarchy] 01:26:56.997 [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:26:56.998 [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:26:57.020 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:57.020 [main] TRACE o.e.g.b.i.t.AppCtxInjectionTest:440 - Reading OSGi results for test [testInjection] 01:26:57.021 [main] DEBUG o.e.g.b.i.t.AppCtxInjectionTest:447 - Test[testInjection]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 sec - in org.eclipse.gemini.blueprint.iandt.testingFramework.AppCtxInjectionTest 01:26:57.024 [Thread-0] INFO o.e.g.b.i.t.AppCtxInjectionTest:471 - Shutting down OSGi platform 01:26:57.024 [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:26:57.024 [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 [Fri Apr 26 01:26:56 UTC 2024]; root of context hierarchy 01:26:57.024 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:57.024 [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 [Fri Apr 26 01:26:56 UTC 2024]; root of context hierarchy] 01:26:57.024 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:57.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:57.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:57.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:57.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:57.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:57.025 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:57.025 [Thread-3] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:57.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:26:57.026 [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:57.026 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:57.027 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:57,564 |-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,648 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:57,650 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:57,663 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:57,685 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:57,687 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:57,690 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:57,696 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7d907bac - No compression will be used 01:26:57,700 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:57,700 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:57,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:57,701 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:57,701 |-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,701 |-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,701 |-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,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:26:57,702 |-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,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:57,702 |-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,702 |-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,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:57,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:57,702 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:57,702 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:57,702 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:57,703 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:57,703 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:57,703 |-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:26:57.793 [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:26:57.797 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:85 - Instantiating platform wrapper... 01:26:57.804 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4001543503474323309kf 01:26:57.804 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:215 - About to start Knopflerfish OSGi Platform 01:26:57.869 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:26:57.872 [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:26:57.872 [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:26:57.873 [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:26:57.874 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:57.937 [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:26:57.947 [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:26:57.951 [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:26:57.952 [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:26:57.957 [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:26:57.963 [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:26:57.965 [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:26:57.967 [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:26:57.970 [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:26:57.974 [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:26:57.986 [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:26:57.988 [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:26:57.990 [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:26:57.994 [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:26:57.995 [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:26:57.998 [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:26:58.000 [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:26:58.002 [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:26:58.011 [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:26:58.015 [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:26:58.018 [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:26:58.019 [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:26:58.019 [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:26:58.020 [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:26:58.020 [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:26:58.038 [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:26:58.040 [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:26:58.041 [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:26:58.044 [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:26:58.044 [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:26:58.045 [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:26:58.047 [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:26:58.047 [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:26:58.048 [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:26:58,065 |-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:58,087 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:58,088 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:58,094 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:58,107 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:58,108 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:58,110 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:58,114 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7fdb3dc9 - No compression will be used 01:26:58,117 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:58,117 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:58,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:58,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:58,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:58,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:58,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:58,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:58,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:58,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:58,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:58,118 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:58,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:58,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:58,119 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:58,119 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:58,119 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:58,119 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:58,119 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:58,120 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4e1812bb - Registering current configuration as safe fallback point 01:26:58.127 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:26:58.132 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:58.230 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:58.231 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:26:58.240 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:26:58.243 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:26:58.249 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:58.250 [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:58.250 [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:58.250 [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:58.250 [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:58.251 [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:58.251 [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:58.252 [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:58.252 [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:58.252 [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:58.252 [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:58.253 [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:58.253 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:26:58.253 [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:58.253 [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:58.253 [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:58.253 [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:58.254 [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:58.254 [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:58.254 [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:58.254 [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:58.255 [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:58.255 [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:58.255 [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:58.255 [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:58.255 [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:58.255 [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:58.255 [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:58.255 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:58.256 [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:58.256 [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:58.256 [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:58.256 [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:58.256 [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:58.256 [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:58.256 [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:58.257 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:58.257 [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:58.257 [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:58.257 [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:58.258 [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:58.258 [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:58.258 [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:58.258 [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:58.258 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:58.258 [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:58.258 [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:58.259 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:58.259 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:58.259 [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:58.259 [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:58.260 [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:58.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:58.260 [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:58.260 [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:58.260 [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:58.260 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:58.260 [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:58.260 [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:58.260 [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:58.260 [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:58.261 [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:58.262 [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:58.262 [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:58.267 [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:58.267 [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:58.269 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:26:58.269 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:26:58.271 [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:58.272 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:58.273 [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@66604a95 w/ reference null 01:26:58.273 [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@66604a95 w/ reference null 01:26:58.274 [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:58.276 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:26:58.282 [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:58.283 [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:58.283 [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:58.284 [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:58.285 [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:58.285 [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:58.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:58.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:58.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:58.286 [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:58.287 [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:58.287 [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:58.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:26:58.288 [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:58.288 [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:58.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:26:58.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:26:58.289 [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:58.289 [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:58.290 [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:58.290 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:26:58.290 [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:58.290 [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:58.290 [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:58.291 [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:58.291 [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:58.291 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:26:58.292 [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:58.292 [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:58.292 [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:58.293 [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:58.293 [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:58.293 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:26:58.294 [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:58.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:26:58.294 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:26:58.295 [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:58.295 [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:58.295 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:26:58.296 [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:58.296 [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:58.296 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:26:58.296 [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:58.296 [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:58.296 [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:58.299 [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:58.299 [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:58.299 [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:26:58.303 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:58.304 [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:58.304 [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:58.304 [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:58.304 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:26:58.305 [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:58.305 [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:58.305 [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:26:58.306 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 01:26:58.306 [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:26:58.306 [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:26:58.306 [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:26:58.311 [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:26:58.312 [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:26:58.312 [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:26:58.314 [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:26:58.314 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:26:58.314 [BundleStart #18] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [ExtenderListener (org.eclipse.gemini.blueprint.iandt.extenderlistener)] 01:26:58.314 [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:26:58.314 [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:26:58.314 [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:26:58.314 [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:26:58.314 [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:26:58.316 [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:26:58.316 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:511 - Post processing: creating test bundle 01:26:58.318 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy 01:26:58.321 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:58.324 [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:26:58.324 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:202 - Automatically creating Manifest for the test bundle 01:26:58.338 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:366 - Using the test class for generating bundle imports 01:26:58.340 [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:26:58.340 [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:26:58.342 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class OsgiLifecycleNotificationTest 01:26:58.349 [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:26:58.350 [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:26:58.350 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class AbstractEventTest 01:26:58.351 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:58.351 [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:26:58.351 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest 01:26:58.353 [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:26:58.353 [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:26:58.353 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:26:58.354 [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:26:58.354 [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:26:58.354 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:26:58.354 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://18/META-INF/spring/config.xml] 01:26:58.354 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:26:58.354 [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:26:58.355 [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:26:58.355 [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:26:58.355 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:26:58.355 [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:26:58.355 [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:26:58.355 [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:26:58.355 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:26:58.355 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/ 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest$1.class 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/AbstractEventTest.class 01:26:58.356 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest$1.class 01:26:58.357 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/DepedencyEventTest.class 01:26:58.357 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$1.class 01:26:58.357 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest$2.class 01:26:58.357 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/event/OsgiLifecycleNotificationTest.class 01:26:58.361 [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:26:58.361 [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:26:58.363 [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:26:58.363 [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:26:58.363 [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:26:58.363 [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:26:58.363 [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:26:58.364 [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:26:58.364 [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:26:58.364 [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:26:58.364 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:26:58.365 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:26:58.366 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:26:58.366 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:26:58.367 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:26:58.367 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:26:58.367 [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:26:58.367 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:26:58.368 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:26:58.368 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:26:58.369 [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:26:58.369 [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:26:58.370 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:26:58.371 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 01:26:58.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:58.375 [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:58.375 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:26:58.376 [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:58.447 [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:58.447 [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:58.473 [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@3c364f13: defining beans [packageAdmin,listener]; root of factory hierarchy 01:26:58.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:58.479 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:58.480 [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:58.480 [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:58.486 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:58.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@3c364f13: defining beans [packageAdmin,listener]; root of factory hierarchy] 01:26:58.489 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:58.489 [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@39253a8c 01:26:58.489 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:58.489 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:58.489 [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:26:58.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:58.490 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:58.490 [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:26:58.490 [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:26:58.490 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:58.490 [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:26:58.492 [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@230a8253] 01:26:58.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@3e38c8bd] 01:26:58.511 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&packageAdmin] is being tracked for dependencies 01:26:58.511 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [packageAdmin] depends (transitively) on the following importers:{} 01:26:58.512 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [packageAdmin] depends on importers:[] 01:26:58.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.extenderlistener.LoggerListener] classes {} 01:26:58.513 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.context.event.OsgiBundleApplicationContextListener}] 01:26:58.514 [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:26:58.514 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [packageAdmin] started; all its dependencies are satisfied 01:26:58.515 [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@41d1a5bb] 01:26:58.517 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.518 [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:26:58.519 [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:58.519 [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:26:58.519 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.extenderlistener 01:26:58.520 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:26:58.520 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:26:58.520 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:26:58.521 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:26:58.521 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:26:58.521 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:26:58.522 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:26:58.522 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:26:58.522 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:26:58.523 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:26:58.523 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.524 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatFail] to OSGi 01:26:58.524 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:26:58.532 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatFail] for execution inside OSGi 01:26:58.532 [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:26:58.532 [main] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:190 - Loading context for locations: 01:26:58.533 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy 01:26:58.533 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:26:58.534 [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:26:58.534 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:58.538 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:26:58.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:26:58.539 [main] TRACE o.e.g.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:58.539 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6d763516] 01:26:58.539 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@52bf72b5] 01:26:58.539 [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:26:58.539 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.540 [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:26:58.540 [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:58.553 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:58.559 [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:26:58.559 [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:26:58.559 [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:26:58.559 [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:26:58.559 [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:26:58.560 [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:26:58.560 [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:26:58.560 [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:26:58.560 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:58.560 [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:26:58.560 [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:26:58.560 [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:26:58.560 [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:26:58.560 [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:26:58.560 [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:26:58.560 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy 01:26:58.561 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:58.561 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/error.xml] 01:26:58.563 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:58.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:26:58.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:26:58.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:26:58.579 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/osgi.xml] 01:26:58.581 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:58.581 [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:58.582 [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:58.582 [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:58.593 [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:58.593 [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:58.598 [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@79e41f5c: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy 01:26:58.599 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:58.599 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:58.599 [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:58.599 [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:58.600 [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:26:58.601 [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:26:58.602 [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:26:58.602 [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:26:58.602 [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:26:58.603 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:58.603 [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@79e41f5c: defining beans [simpleService,simpleServiceOsgi]; root of factory hierarchy] 01:26:58.603 [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:26:58.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:58.603 [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@39253a8c 01:26:58.603 [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:26:58.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:58.604 [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:26:58.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:58.604 [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:26:58.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:58.604 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:58.604 [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:26:58.604 [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:26:58.605 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:58.605 [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:26:58.605 [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:26:58.605 [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:26:58.606 [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@59323ea2] 01:26:58.606 [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@c1ca61f] 01:26:58.606 [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:26:58.606 [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:26:58.606 [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:26:58.610 [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:26:58.611 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.611 [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:26:58.612 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 5 for bundle BundleImpl[id=20] 01:26:58.612 [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:26:58.612 [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:26:58.612 [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:26:58.613 [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:26:58.613 [Gemini Blueprint context shutdown thread 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:26:58.638 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:58.639 [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.error, config=osgibundle:/META-INF/spring/*.xml): startup date [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.639 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:58.639 [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:26:58.639 [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:26:58.639 [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@5e7717ff 01:26:58.639 [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:58.640 [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:58.640 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:58.640 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatFail] 01:26:58.641 [main] DEBUG o.e.g.b.i.e.OsgiLifecycleNotificationTest:447 - Test[testEventsForCtxThatFail]'s result read 01:26:58.642 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:364 - Writing test name [testEventsForCtxThatWork] to OSGi 01:26:58.642 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testEventsForCtxThatWork] for execution inside OSGi 01:26:58.642 [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:26:58.643 [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:26:58.643 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:26:58.650 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:58.650 [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:26:58.650 [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:26:58.651 [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:26:58.651 [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:58.651 [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:26:58.651 [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:26:58.651 [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:26:58.651 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:26:58.651 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:26:58.651 [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:26:58.652 [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:58.652 [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:58.652 [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:26:58.652 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy 01:26:58.652 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:26:58.652 [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:26:58.653 [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:58.655 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:58.655 [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:58.655 [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:58.656 [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:58.666 [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:58.666 [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:58.671 [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:58.672 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:26:58.672 [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:58.673 [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:58.673 [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:58.682 [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@4d5b2038: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy 01:26:58.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:26:58.683 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:26:58.683 [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:58.683 [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:58.684 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:26:58.684 [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@4d5b2038: defining beans [simpleServiceExportedToOsgi,simpleService]; root of factory hierarchy] 01:26:58.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:26:58.684 [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@39253a8c 01:26:58.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:26:58.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:26:58.684 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:26:58.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:26:58.684 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:26:58.685 [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:58.685 [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:58.685 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:26:58.685 [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:58.685 [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@56524d26] 01:26:58.685 [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@1362c1a] Delaying for:0 01:26:58.686 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:26:58.687 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:26:58.687 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:26:58.687 [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:58.687 [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:58.687 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:26:58.687 [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@5f563e2d] 01:26:58.687 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.688 [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:58.688 [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:58.688 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy]] 01:26:58.689 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=21] 01:26:58.689 [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:26:58.689 [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:58.689 [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:26:58.689 [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:58.689 [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:58.690 [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:58.690 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy 01:26:58.690 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.691 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:26:58.691 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@6fb0893d] 01:26:58.692 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:58.692 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.692 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:26:58.692 [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:26:58.692 [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:58.692 [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@50b0e241 01:26:58.693 [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:26:58.693 [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:26:58.694 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:26:58.694 [main] TRACE o.e.g.b.i.e.OsgiLifecycleNotificationTest:440 - Reading OSGi results for test [testEventsForCtxThatWork] 01:26:58.694 [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: 0.904 sec - in org.eclipse.gemini.blueprint.iandt.event.OsgiLifecycleNotificationTest 01:26:58.696 [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:26:58.696 [Thread-0] INFO o.e.g.b.i.e.OsgiLifecycleNotificationTest:471 - Shutting down OSGi platform 01:26:58.697 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy 01:26:58.697 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.697 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:26:58.740 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:58.740 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:26:58.789 [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:26:58.790 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:26:58.790 [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:26:58.791 [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:26:58.791 [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:26:58.791 [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:26:58.791 [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:26:58.791 [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:26:58.791 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy 01:26:58.791 [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 [Fri Apr 26 01:26:58 UTC 2024]; root of context hierarchy] 01:26:58.791 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [packageAdmin] 01:26:58.792 [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:26:58.792 [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:26:58.792 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:26:58.792 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:26:58.792 [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:26:58.792 [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:26:58.792 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:58.793 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:58.793 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:26:58.793 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:26:58.793 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:26:58.793 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:26:58.793 [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:58.793 [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@548f7c8f 01:26:58.794 [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:58.794 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:26:58.794 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:26:59,342 |-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:59,410 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:26:59,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:26:59,425 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:59,448 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:26:59,449 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:26:59,453 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:26:59,459 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:26:59,463 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:26:59,463 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:26:59,464 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:26:59,464 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:26:59,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:26:59,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:26:59,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:26:59,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:26:59,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:26:59,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:26:59,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:26:59,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:26:59,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:26:59,465 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:26:59,466 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:26:59,466 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:26:59,466 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:26:59,466 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:26:59,466 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:26:59,467 |-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:26:59.538 [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:26:59.540 [main] WARN o.e.g.b.i.p.ClassDependenciesVisibilityTest:183 - **** org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest.testPackageDependency disabled in this environment: Total disabled tests=2 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.ClassDependenciesVisibilityTest 01:27:00,067 |-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:00,136 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:00,139 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:00,152 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:00,173 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:00,175 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:00,178 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:00,184 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:27:00,188 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:00,189 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:00,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:00,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:00,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:00,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:00,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:27:00,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:27:00,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:27:00,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:00,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:00,190 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:00,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:00,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:00,191 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:00,191 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:00,191 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:00,191 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:00,191 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:00,192 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ae63ade - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest 01:27:00.274 [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:27:00.277 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:85 - Instantiating platform wrapper... 01:27:00.284 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5694641099381760299kf 01:27:00.285 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:215 - About to start Knopflerfish OSGi Platform 01:27:00.351 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:00.353 [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:27:00.354 [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:27:00.355 [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:27:00.355 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:00.421 [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:27:00.431 [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:27:00.435 [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:27:00.436 [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:27:00.441 [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:27:00.447 [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:27:00.448 [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:27:00.450 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-beans/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-beans-5.0.4.RELEASE_1.jar] 01:27:00.454 [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:27:00.464 [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:27:00.469 [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:27:00.471 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:00.473 [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:27:00.477 [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:27:00.479 [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:27:00.481 [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:27:00.483 [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:27:00.485 [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:27:00.494 [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:27:00.498 [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:27:00.501 [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:27:00.502 [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:27:00.503 [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:27:00.503 [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:27:00.503 [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:27:00.505 [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:27:00.507 [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:27:00.507 [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:27:00.511 [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:27:00.511 [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:27:00.511 [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:27:00.539 [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:27:00.540 [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:27:00.541 [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:27:00,558 |-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:00,580 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:00,582 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:00,587 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:00,600 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:00,601 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:00,603 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:00,608 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1181dcb4 - No compression will be used 01:27:00,610 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:00,610 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:00,611 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:00,611 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:00,611 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:00,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:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:00,612 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:00,612 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:00,613 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:00,613 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:00,613 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@b88c5c7 - Registering current configuration as safe fallback point 01:27:00.621 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:00.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-202404260124] 01:27:00.711 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:00.712 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:00.714 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:00.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:00.723 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:00.738 [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:00.738 [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:00.739 [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:00.739 [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:00.740 [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:00.740 [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:00.740 [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:00.740 [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:00.741 [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:00.741 [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:00.741 [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:00.741 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:00.741 [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:00.741 [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:00.741 [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:00.742 [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:00.742 [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:00.742 [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:00.742 [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:00.742 [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:00.743 [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:00.743 [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:00.743 [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:00.743 [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:00.743 [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:00.744 [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:00.744 [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:00.744 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:00.744 [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:00.744 [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:00.744 [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:00.744 [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:00.745 [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:00.745 [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:00.745 [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:00.745 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:00.745 [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:00.746 [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:00.746 [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:00.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:27:00.746 [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:00.746 [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:00.746 [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:00.746 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:00.747 [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:00.747 [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:00.747 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:00.747 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:00.748 [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:00.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:27:00.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:27:00.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:00.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:27:00.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:27:00.748 [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:00.748 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:00.748 [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:00.748 [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:00.749 [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:00.749 [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:00.750 [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:00.750 [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:00.750 [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:00.755 [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:00.756 [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:00.757 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:00.757 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:00.759 [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:00.761 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:00.761 [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@61cab3ac w/ reference null 01:27:00.761 [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@61cab3ac w/ reference null 01:27:00.762 [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:00.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:00.770 [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:00.771 [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:00.771 [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:00.772 [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:00.773 [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:00.773 [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:00.774 [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:00.774 [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:00.774 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:00.774 [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:00.775 [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:00.775 [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:00.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:27:00.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:27:00.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:27:00.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:27:00.777 [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:00.777 [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:00.777 [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:00.777 [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:00.778 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:00.778 [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:00.778 [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:00.778 [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:00.779 [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:00.779 [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:00.779 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:00.780 [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:00.780 [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:00.780 [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:00.781 [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:00.781 [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:00.781 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:00.782 [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:00.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:00.782 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:00.783 [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:00.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:00.783 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:00.784 [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:00.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:00.784 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:00.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:00.784 [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:00.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:00.787 [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:00.787 [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:00.788 [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:27:00.792 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:00.792 [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:00.792 [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:00.792 [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:00.793 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:00.793 [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:00.793 [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:00.793 [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:27:00.794 [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:27:00.794 [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:27:00.795 [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:27:00.795 [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:27:00.800 [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:27:00.800 [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:27:00.801 [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:27:00.802 [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:27:00.802 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:00.803 [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:27:00.803 [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@6eaf198f 01:27:00.803 [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:27:00.803 [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:27:00.803 [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:27:00.803 [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:27:00.804 [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:27:00.804 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:511 - Post processing: creating test bundle 01:27:00.806 [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 [Fri Apr 26 01:27:00 UTC 2024]; root of context hierarchy 01:27:00.810 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:00.812 [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:27:00.812 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:202 - Automatically creating Manifest for the test bundle 01:27:00.812 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:366 - Using the test class for generating bundle imports 01:27:00.813 [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:27:00.814 [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:27:00.816 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class ProxyCreatorTest 01:27:00.823 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:00.823 [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:27:00.823 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest 01:27:00.826 [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:27:00.826 [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:27:00.826 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:00.838 [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:27:00.838 [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:27:00.838 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:00.839 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:00.839 [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:27:00.839 [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:27:00.839 [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:27:00.839 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:00.839 [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:27:00.839 [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:27:00.840 [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:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:00.840 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:00.841 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 01:27:00.841 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 01:27:00.841 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 01:27:00.841 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 01:27:00.841 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 01:27:00.841 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 01:27:00.841 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 01:27:00.844 [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:00.845 [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:27:00.845 [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:27:00.847 [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:27:00.847 [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:27:00.847 [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:27:00.847 [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:27:00.848 [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:27:00.848 [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:27:00.848 [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:27:00.848 [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:27:00.848 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:00.849 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:00.850 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:00.850 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:00.851 [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:27:00.851 [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:27:00.852 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:00.853 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 01:27:00.863 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:00.864 [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:00.864 [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:00.864 [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:00.942 [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@71afe5b9: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 01:27:00.947 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:00.947 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:00.948 [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:00.948 [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:00.955 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:00.957 [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@71afe5b9: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 01:27:00.957 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:00.958 [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@249ece 01:27:00.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:00.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:00.958 [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:27:00.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:00.958 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:00.958 [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:27:00.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.proxy.creator, config=osgibundle:/META-INF/spring/*.xml) 01:27:00.958 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:00.959 [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:27:00.961 [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@64e45eaa] 01:27:00.961 [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@535c50c4] 01:27:00.976 [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:27:00.976 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:00.988 [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:27:00.994 [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:27:00.994 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:01.003 [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:27:01.008 [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:27:01.008 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:01.016 [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:27:01.021 [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:27:01.021 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:01.036 [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:27:01.040 [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:27:01.040 [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:27:01.040 [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:27:01.041 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:01.047 [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:27:01.050 [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:27:01.050 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:01.056 [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:27:01.060 [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:27:01.060 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:01.066 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:205 - Bundle [Apache ServiceMix :: Bundles :: spring-aop (org.apache.servicemix.bundles.spring-aop)] exports [org.springframework.aop.framework] as version [5.0.4.RELEASE] but version [0.0.0] was required 01:27:01.069 [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:27:01.069 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:01.074 [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:27:01.079 [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:27:01.080 [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:27:01.080 [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:27:01.080 [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:27:01.081 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:162 - Class is correctly imported as version [0.0.0], checking providing bundles 01:27:01.086 [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:27:01.101 [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:27:01.102 [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:27:01.158 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 01:27:01.159 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 01:27:01.159 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 01:27:01.169 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 01:27:01.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@59f11e76] 01:27:01.172 [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 [Fri Apr 26 01:27:00 UTC 2024]; root of context hierarchy] 01:27:01.173 [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:27:01.174 [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:01.174 [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:27:01.175 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 01:27:01.215 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:01.215 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:01.216 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:01.216 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:01.216 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:01.216 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:01.217 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:01.217 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:01.217 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:01.217 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:01.218 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:01.218 [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:27:01.218 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:01.218 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:01.219 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:01.219 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:01.219 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:01.220 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:364 - Writing test name [testNewProxiesCreatedOnBundleRefresh] to OSGi 01:27:01.228 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testNewProxiesCreatedOnBundleRefresh] for execution inside OSGi 01:27:01.228 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testNewProxiesCreatedOnBundleRefresh] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@4fb0f2b9 01:27:01.229 [main] INFO o.e.g.b.i.p.ProxyCreatorTest:190 - Loading context for locations: 01:27:01.230 [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 [Fri Apr 26 01:27:01 UTC 2024]; root of context hierarchy 01:27:01.230 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:01.230 [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@294425a7: defining beans []; root of factory hierarchy 01:27:01.230 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:01.230 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:01.231 [main] TRACE 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:01.231 [main] TRACE o.e.g.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:01.231 [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:01.231 [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:01.231 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ec7ffd3] 01:27:01.232 [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 [Fri Apr 26 01:27:01 UTC 2024]; root of context hierarchy] 01:27:01.232 [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:27:01.238 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:01.248 [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:27:01.248 [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:27:01.248 [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@6eaf198f 01:27:01.249 [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:27:01.249 [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:27:01.249 [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:27:01.249 [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 [Fri Apr 26 01:27:00 UTC 2024]; root of context hierarchy 01:27:01.249 [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 [Fri Apr 26 01:27:00 UTC 2024]; root of context hierarchy] 01:27:01.251 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:01.251 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:01.251 [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@6eaf198f 01:27:01.252 [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:27:01.252 [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:27:01.254 [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:01.255 [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:27:01.255 [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:27:01.255 [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:27:01.255 [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:27:01.255 [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:27:01.255 [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:27:01.256 [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:27:01.256 [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:27:01.256 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:01.256 [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:27:01.256 [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@6eaf198f 01:27:01.256 [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:27:01.256 [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:27:01.256 [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:27:01.256 [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:27:01.256 [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 [Fri Apr 26 01:27:01 UTC 2024]; root of context hierarchy 01:27:01.256 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:01.256 [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:27:01.257 [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:27:01.257 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:01.257 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 01:27:01.259 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:01.259 [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:01.259 [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:01.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:01.278 [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@1ba08943: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy 01:27:01.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:01.278 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:01.278 [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:01.278 [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:01.279 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:01.280 [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@1ba08943: defining beans [bean,loggerInterceptor,jdkProxy,cglibProxy,test]; root of factory hierarchy] 01:27:01.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:01.280 [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@249ece 01:27:01.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:01.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:01.280 [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:27:01.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:01.280 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:01.280 [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:27:01.280 [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:27:01.280 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:01.280 [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:27:01.281 [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@2873b8ae] 01:27:01.281 [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@36f0864c] 01:27:01.285 [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:27:01.285 [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:27:01.291 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 01:27:01.291 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 01:27:01.292 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.iandt.proxycreator.Test:66 - testing proxy interception... 01:27:01.297 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.i.p.SomeImplementation:31 - received hangar 18 01:27:01.297 [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@ce11135] 01:27:01.297 [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 [Fri Apr 26 01:27:01 UTC 2024]; root of context hierarchy] 01:27:01.298 [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:27:01.298 [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:01.298 [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:27:01.298 [main] DEBUG o.e.g.b.i.p.ProxyCreatorTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.proxy.creator 01:27:01.298 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:01.299 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:01.299 [main] TRACE o.e.g.b.i.p.ProxyCreatorTest:440 - Reading OSGi results for test [testNewProxiesCreatedOnBundleRefresh] 01:27:01.299 [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.028 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.ProxyCreatorTest 01:27:01.302 [Thread-0] INFO o.e.g.b.i.p.ProxyCreatorTest:471 - Shutting down OSGi platform 01:27:01.302 [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:27:01.302 [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 [Fri Apr 26 01:27:01 UTC 2024]; root of context hierarchy 01:27:01.302 [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 [Fri Apr 26 01:27:01 UTC 2024]; root of context hierarchy] 01:27:01.302 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:01.302 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:01.303 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:27:01.303 [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:27:01.304 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:27:01.338 [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:27:01.338 [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:27:01.338 [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@6eaf198f 01:27:01.338 [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:27:01.338 [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:27:01.339 [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:27:01.339 [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 [Fri Apr 26 01:27:01 UTC 2024]; root of context hierarchy 01:27:01.339 [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 [Fri Apr 26 01:27:01 UTC 2024]; root of context hierarchy] 01:27:01.339 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:01.339 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:01.339 [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@6eaf198f 01:27:01.339 [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:27:01.339 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:01.340 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:01.340 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:01.340 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:01.340 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:01.340 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:01.340 [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:01.341 [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@cc40038 01:27:01.341 [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.341 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:01.341 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:01,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:27:01,951 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:01,953 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:01,966 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:01,988 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:01,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:01,992 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:01,998 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:27:02,003 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:02,003 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:02,004 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:02,004 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:02,004 |-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,004 |-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,004 |-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,004 |-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,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:02,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:02,005 |-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,005 |-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,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:02,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:02,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:02,005 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:02,005 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:02,006 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:02,006 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:02,006 |-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:27:02.084 [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:27:02.087 [main] TRACE o.e.g.b.i.p.JdkProxyTest:85 - Instantiating platform wrapper... 01:27:02.094 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6402931627507237698kf 01:27:02.095 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:215 - About to start Knopflerfish OSGi Platform 01:27:02.163 [main] INFO o.e.g.b.i.p.JdkProxyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:02.165 [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:27:02.166 [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:27:02.167 [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:27:02.167 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:02.234 [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:27:02.244 [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:27:02.248 [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:27:02.249 [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:27:02.254 [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:27:02.261 [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:27:02.262 [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:27:02.264 [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:27:02.268 [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:27:02.277 [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:27:02.282 [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:27:02.284 [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:27:02.287 [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:27:02.291 [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:27:02.292 [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:27:02.295 [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:27:02.297 [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:27:02.298 [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:27:02.308 [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:27:02.312 [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:27:02.315 [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:27:02.316 [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:27:02.317 [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:27:02.317 [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:27:02.317 [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:27:02.319 [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:27:02.338 [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:27:02.339 [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:27:02.342 [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:27:02.342 [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:27:02.343 [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:27:02.345 [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:27:02.346 [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:27:02.347 [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:27:02,363 |-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,386 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:02,388 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:02,393 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:02,406 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:02,408 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:02,410 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:02,414 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6716eb60 - No compression will be used 01:27:02,416 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:02,416 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:02,417 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:02,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:02,418 |-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,418 |-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,418 |-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,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:02,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:02,418 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:02,419 |-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,419 |-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,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:02,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:02,419 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:02,419 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:02,419 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:02,419 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:02,419 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:02,420 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@32db9a76 - Registering current configuration as safe fallback point 01:27:02.428 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:02.434 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:02.520 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:02.520 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:02.523 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:02.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:02.531 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:02.538 [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:02.539 [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:02.539 [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:02.539 [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:02.540 [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:02.540 [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:02.540 [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:02.540 [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:02.541 [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:02.541 [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:02.541 [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:02.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:02.541 [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:02.542 [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:02.542 [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:02.542 [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:02.542 [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:02.542 [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:02.542 [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:02.542 [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:02.543 [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:02.543 [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:02.543 [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:02.543 [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:02.544 [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:02.544 [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:02.544 [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:02.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:02.544 [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:02.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:27:02.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:27:02.545 [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:02.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:27:02.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:27:02.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:27:02.545 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:02.545 [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:02.546 [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:02.546 [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:02.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:02.546 [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:02.546 [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:02.546 [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:02.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:02.547 [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:02.547 [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:02.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:02.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:02.548 [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:02.548 [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:02.548 [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:02.548 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:02.548 [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:02.548 [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:02.548 [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:02.548 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:02.548 [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:02.548 [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:02.549 [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:02.549 [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:02.550 [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:02.550 [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:02.550 [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:02.556 [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:02.556 [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:02.557 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:02.558 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:02.560 [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:02.561 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:02.561 [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@4b3d9abc w/ reference null 01:27:02.561 [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@4b3d9abc w/ reference null 01:27:02.562 [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:02.564 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:02.570 [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:02.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:27:02.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:27:02.573 [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:02.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:27:02.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:27:02.574 [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:02.574 [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:02.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:02.575 [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:02.575 [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:02.575 [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:02.576 [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:02.576 [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:02.576 [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:02.577 [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:02.577 [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:02.577 [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:02.578 [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:02.578 [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:02.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:02.578 [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:02.578 [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:02.579 [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:02.579 [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:02.579 [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:02.579 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:02.580 [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:02.580 [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:02.580 [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:02.581 [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:02.581 [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:02.582 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:02.582 [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:02.582 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:02.582 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:02.583 [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:02.583 [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:02.584 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:02.584 [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:02.584 [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:02.584 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:02.584 [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:02.585 [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:02.585 [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:02.587 [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:02.587 [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:02.588 [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:27: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:27:02.592 [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: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:27:02.593 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:02.593 [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:02.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:27: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:27:02.593 [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:27:02.594 [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:27:02.595 [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:27:02.595 [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:27:02.595 [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:27:02.595 [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:27:02.595 [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:27:02.595 [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:27:02.600 [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:27:02.601 [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:27:02.601 [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:27:02.603 [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:27:02.603 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:02.603 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@1767c175 01:27:02.603 [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:27:02.604 [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:27:02.604 [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:27:02.604 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:511 - Post processing: creating test bundle 01:27:02.607 [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 [Fri Apr 26 01:27:02 UTC 2024]; root of context hierarchy 01:27:02.611 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:02.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.proxycreator] 01:27:02.612 [main] INFO o.e.g.b.i.p.JdkProxyTest:202 - Automatically creating Manifest for the test bundle 01:27:02.613 [main] INFO o.e.g.b.i.p.JdkProxyTest:366 - Using the test class for generating bundle imports 01:27:02.614 [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:27:02.614 [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:27:02.616 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class JdkProxyTest 01:27:02.639 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:02.639 [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:27:02.639 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest 01:27:02.640 [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:02.641 [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:27:02.641 [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:27:02.642 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:02.643 [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:27:02.643 [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:27:02.643 [main] TRACE o.e.g.b.i.p.JdkProxyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:02.643 [main] TRACE o.e.g.b.i.p.JdkProxyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:02.644 [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:27:02.644 [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:27:02.644 [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:27:02.644 [main] TRACE o.e.g.b.i.p.JdkProxyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:02.644 [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:27:02.644 [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:27:02.645 [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:27:02.645 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:02.645 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:02.645 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:02.645 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:02.645 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:02.645 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:02.645 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:02.645 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:02.645 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:02.646 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:02.646 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ 01:27:02.646 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest$1.class 01:27:02.646 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ClassDependenciesVisibilityTest.class 01:27:02.646 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/JdkProxyTest.class 01:27:02.646 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/ProxyCreatorTest.class 01:27:02.646 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterface.class 01:27:02.646 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/proxycreator/SomeInterfaceImplementation.class 01:27:02.651 [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:27:02.651 [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:27:02.653 [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:27:02.653 [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:27:02.653 [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:27:02.653 [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:27:02.653 [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:27:02.654 [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:27:02.654 [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:27:02.654 [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:27:02.654 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:02.655 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:02.656 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:02.656 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:02.657 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:02.657 [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:27:02.658 [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:27:02.659 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:02.659 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.jdk.proxy 01:27:02.661 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:02.662 [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:02.662 [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:02.662 [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:02.704 [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:02.705 [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:02.764 [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@6cdf6941: defining beans [invocationHandler]; root of factory hierarchy 01:27:02.771 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:02.771 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:02.772 [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:02.772 [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:02.774 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:02.776 [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@6cdf6941: defining beans [invocationHandler]; root of factory hierarchy] 01:27:02.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:02.776 [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@27973a0d 01:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.springframework.osgi.iandt.jdk.proxy, config=osgibundle:/META-INF/spring/*.xml) 01:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:02.777 [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:27:02.777 [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:27:02.777 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:02.778 [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:27:02.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@4cbceee1] 01:27:02.780 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@241aa26f] 01:27:02.804 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&invocationHandler] is being tracked for dependencies 01:27:02.804 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [invocationHandler] depends (transitively) on the following importers:{} 01:27:02.805 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [invocationHandler] depends on importers:[] 01:27:02.805 [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:27:02.806 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.lang.reflect.InvocationHandler}] 01:27:02.806 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [invocationHandler] started; all its dependencies are satisfied 01:27:02.807 [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@72b18d1a] 01:27:02.809 [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 [Fri Apr 26 01:27:02 UTC 2024]; root of context hierarchy] 01:27:02.810 [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:27:02.811 [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:02.811 [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:27:02.812 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.jdk.proxy 01:27:02.812 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:02.813 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:02.813 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:02.813 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:02.814 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:02.814 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:02.814 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:02.814 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:02.815 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:02.815 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:02.815 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:02.816 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:02.816 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:02.817 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:02.817 [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:27:02.818 [main] TRACE o.e.g.b.i.p.JdkProxyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:02.818 [main] TRACE o.e.g.b.i.p.JdkProxyTest:364 - Writing test name [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] to OSGi 01:27:02.826 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] for execution inside OSGi 01:27:02.827 [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:27:02.827 [main] INFO o.e.g.b.i.p.JdkProxyTest:190 - Loading context for locations: 01:27:02.828 [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 [Fri Apr 26 01:27:02 UTC 2024]; root of context hierarchy 01:27:02.828 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:02.829 [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:27:02.829 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:02.829 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:02.829 [main] TRACE 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:02.830 [main] TRACE o.e.g.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:02.830 [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:27:02.830 [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:27:02.830 [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:27:02.831 [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 [Fri Apr 26 01:27:02 UTC 2024]; root of context hierarchy] 01:27:02.831 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=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:27:02.831 [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:02.844 [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:27:02.845 [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 Fri Apr 26 01:27:02 UTC 2024 01:27:02.846 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:02.846 [main] TRACE o.e.g.b.i.p.JdkProxyTest:440 - Reading OSGi results for test [testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne] 01:27:02.847 [main] DEBUG o.e.g.b.i.p.JdkProxyTest:447 - Test[testJDKProxyCreationUsingTheInterfaceClassLoaderInsteadOfTheHandlerOne]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 sec - in org.eclipse.gemini.blueprint.iandt.proxycreator.JdkProxyTest 01:27:02.864 [Thread-0] INFO o.e.g.b.i.p.JdkProxyTest:471 - Shutting down OSGi platform 01:27:02.865 [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:27:02.865 [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 [Fri Apr 26 01:27:02 UTC 2024]; root of context hierarchy 01:27:02.865 [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 [Fri Apr 26 01:27:02 UTC 2024]; root of context hierarchy] 01:27:02.865 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:02.865 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:02.865 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:02.865 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:02.865 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:02.866 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:27:02.866 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:02.872 [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:27:02.872 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:27:02.873 [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:27:02.873 [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:27:02.873 [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@1767c175 01:27:02.873 [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:27:02.873 [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:27:02.873 [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:27:02.874 [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 [Fri Apr 26 01:27:02 UTC 2024]; root of context hierarchy 01:27:02.874 [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 [Fri Apr 26 01:27:02 UTC 2024]; root of context hierarchy] 01:27:02.874 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [invocationHandler] 01:27:02.874 [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:27:02.874 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3e722449] 01:27:02.875 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:02.875 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:02.876 [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@1767c175 01:27:02.876 [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:27:02.876 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:02.876 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:02.876 [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:02.877 [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@135340bb 01:27:02.877 [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:02.877 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:02.877 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:03,414 |-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,499 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:03,501 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:03,514 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:03,543 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:03,544 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:03,548 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:03,554 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:27:03,558 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:03,558 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:03,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:03,559 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:03,559 |-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,559 |-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,559 |-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,560 |-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,560 |-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,560 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:03,560 |-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,560 |-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,560 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:03,560 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:03,560 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:03,560 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:03,560 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:03,561 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:03,561 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:03,561 |-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:27:03.633 [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:27:03.636 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 01:27:03.643 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi6192817460299629321kf 01:27:03.643 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:215 - About to start Knopflerfish OSGi Platform 01:27:03.710 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:03.713 [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:27:03.713 [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:27:03.714 [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:27:03.715 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:03.778 [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:27:03.788 [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:27:03.792 [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:27:03.793 [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:27:03.798 [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:27:03.804 [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:27:03.805 [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:27:03.808 [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:27:03.811 [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:27:03.815 [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:27:03.826 [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:27:03.828 [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:27:03.830 [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:27:03.841 [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:27:03.843 [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:27:03.845 [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:27:03.847 [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:27:03.857 [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:27:03.862 [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:27:03.864 [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:27:03.865 [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:27:03.866 [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:27:03.866 [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:27:03.867 [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:27:03.868 [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:27:03.870 [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:27:03.871 [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:27:03.874 [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:27:03.874 [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:27:03.874 [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:27:03.877 [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:27:03.877 [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:27:03.878 [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:27:03,895 |-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,917 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:03,919 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:03,925 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:03,947 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:03,948 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:03,950 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:03,954 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@f0224ac - No compression will be used 01:27:03,957 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:03,957 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:03,958 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:03,958 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:03,958 |-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,958 |-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,959 |-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,959 |-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,959 |-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,959 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:03,959 |-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,959 |-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,959 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:03,959 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:03,959 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:03,959 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:03,959 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:03,960 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:03,960 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:03,960 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3ab84e71 - Registering current configuration as safe fallback point 01:27:03.968 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:03.974 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:04.062 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:04.063 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:04.065 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:04.067 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:04.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:04.071 [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:04.072 [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:04.075 [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:04.075 [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:04.076 [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:04.077 [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:04.077 [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:04.077 [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:04.077 [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:04.078 [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:04.078 [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:04.078 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:04.078 [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:04.078 [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:04.078 [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:04.078 [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:04.079 [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:04.079 [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:04.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:04.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:04.080 [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:04.080 [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:04.080 [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:04.080 [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:04.080 [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:04.081 [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:04.081 [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:04.081 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:04.081 [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:04.081 [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:04.081 [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:04.081 [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:04.082 [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:04.082 [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:04.082 [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:04.082 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:04.082 [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:04.083 [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:04.083 [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:04.083 [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:04.083 [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:04.083 [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:04.083 [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:04.084 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:04.084 [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:04.084 [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:04.084 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:04.084 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:04.085 [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:04.085 [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:04.085 [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:04.085 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:04.085 [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:04.085 [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:04.085 [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:04.086 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:04.086 [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:04.086 [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:04.086 [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:04.086 [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:04.087 [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:04.087 [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:04.087 [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:04.093 [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:04.093 [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:04.095 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:04.095 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:04.097 [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:04.098 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:04.099 [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:27:04.099 [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:27:04.099 [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:04.102 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:04.108 [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:04.108 [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:04.108 [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:04.110 [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:04.110 [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:04.110 [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:04.111 [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:04.112 [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:04.112 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:04.112 [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:04.112 [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:04.113 [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:04.113 [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:04.113 [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:04.113 [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:04.115 [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:04.115 [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:04.115 [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:04.115 [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:04.115 [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:04.115 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:04.116 [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:04.116 [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:04.116 [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:04.117 [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:04.117 [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:04.117 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:04.118 [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:04.118 [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:04.118 [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:04.119 [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:04.119 [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:04.119 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:04.120 [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:04.120 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:04.120 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:04.121 [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:04.121 [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:04.121 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:04.122 [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:04.122 [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:04.122 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:04.122 [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:04.122 [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:04.123 [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:04.125 [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:04.138 [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:04.139 [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:27:04.143 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:04.143 [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:04.144 [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:04.144 [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:04.144 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:04.144 [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:04.145 [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:04.146 [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:27:04.146 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 01:27:04.153 [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:27:04.153 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 01:27:04.154 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 01:27:04.155 [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:27:04.155 [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:27:04.157 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceProxyFactoryBeanTest 01:27:04.165 [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:27:04.165 [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:27:04.166 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 01:27:04.166 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:04.166 [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:27:04.166 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 01:27:04.167 [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:27:04.168 [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:27:04.168 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:04.168 [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:27:04.168 [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:27:04.169 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:04.169 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:04.169 [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:27:04.169 [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:27:04.169 [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:27:04.169 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:04.170 [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:27:04.170 [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:27:04.170 [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:27:04.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:04.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:04.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:04.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:04.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:04.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:04.170 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:04.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:04.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:04.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:04.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:27:04.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:27:04.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:27:04.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:27:04.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:27:04.171 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:27:04.175 [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:27:04.175 [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:27:04.177 [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:27:04.177 [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:27:04.177 [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:27:04.178 [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:27:04.178 [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:27:04.178 [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:27:04.178 [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:27:04.178 [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:27:04.178 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:04.179 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:04.180 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:04.181 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:04.181 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:04.181 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:04.182 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:04.182 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:04.182 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:04.182 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:04.183 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:04.183 [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:27:04.183 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:04.183 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:04.184 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:04.184 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:04.184 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:04.184 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:04.185 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:04.185 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:04.186 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsInterface] to OSGi 01:27:04.194 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsInterface] for execution inside OSGi 01:27:04.194 [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:27:04.195 [main] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:190 - Loading context for locations: 01:27:04.202 [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 [Fri Apr 26 01:27:04 UTC 2024]; root of context hierarchy 01:27:04.206 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:04.218 [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:27:04.223 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:04.224 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:04.224 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:04.225 [main] TRACE o.e.g.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:04.227 [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:04.227 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 01:27:04.228 [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:04.230 [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 [Fri Apr 26 01:27:04 UTC 2024]; root of context hierarchy] 01:27:04.232 [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:27:04.232 [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:04.253 [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:27:04.253 [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:27:04.254 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:04.258 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:04.263 [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:27:04.264 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 01:27:04.264 [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:04.264 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] bound to proxy 01:27:04.267 [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:04.268 [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:04.268 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:04.268 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsInterface] 01:27:04.269 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForOneServiceAsInterface]'s result read 01:27:04.269 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForOneServiceAsClass] to OSGi 01:27:04.270 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForOneServiceAsClass] for execution inside OSGi 01:27:04.270 [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:27:04.270 [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:27:04.270 [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:27:04.270 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:04.271 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:04.335 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 01:27:04.336 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@37654521} 01:27:04.336 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@37654521] bound to proxy 01:27:04.336 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@37654521] bound to proxy 01:27:04.336 [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:27:04.337 [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:27:04.337 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:04.337 [main] TRACE o.e.g.b.i.s.ServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForOneServiceAsClass] 01:27:04.337 [main] DEBUG o.e.g.b.i.s.ServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForOneServiceAsClass]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceProxyFactoryBeanTest 01:27:04.340 [Thread-0] INFO o.e.g.b.i.s.ServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 01:27:04.340 [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:27:04.340 [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 [Fri Apr 26 01:27:04 UTC 2024]; root of context hierarchy 01:27:04.340 [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 [Fri Apr 26 01:27:04 UTC 2024]; root of context hierarchy] 01:27:04.340 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:04.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:04.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:04.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:04.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:04.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:04.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:04.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:04.341 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:04.342 [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.342 [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:04.343 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:04.343 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:04,878 |-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:04,960 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:04,962 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:04,976 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:04,998 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:04,999 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:05,003 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:05,008 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:27:05,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:05,013 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:05,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:05,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:05,014 |-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,014 |-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,014 |-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,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:05,014 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:05,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:05,015 |-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,015 |-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,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:05,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:05,015 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:05,015 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:05,015 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:05,015 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:05,016 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:05,016 |-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:27:05.105 [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:27:05.109 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:85 - Instantiating platform wrapper... 01:27:05.116 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8468440943587581768kf 01:27:05.116 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:215 - About to start Knopflerfish OSGi Platform 01:27:05.182 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:05.184 [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:27:05.185 [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:27:05.186 [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:27:05.186 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:05.250 [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:27:05.260 [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:27:05.263 [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:27:05.265 [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:27:05.270 [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:27:05.276 [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:27:05.278 [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:27:05.280 [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:27:05.283 [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:27:05.287 [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:27:05.299 [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:27:05.300 [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:27:05.303 [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:27:05.307 [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:27:05.308 [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:27:05.311 [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:27:05.313 [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:27:05.323 [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:27:05.343 [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:27:05.346 [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:27:05.347 [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:27:05.347 [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:27:05.347 [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:27:05.348 [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:27:05.349 [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:27:05.352 [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:27:05.352 [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:27:05.355 [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:27:05.356 [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:27:05.356 [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:27:05.358 [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:27:05.359 [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:27:05.360 [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:27:05,377 |-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,399 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:05,401 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:05,406 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:05,420 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:05,421 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:05,423 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:05,427 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@610db2fa - No compression will be used 01:27:05,430 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:05,430 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:05,431 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:05,431 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:05,431 |-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,431 |-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,431 |-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,431 |-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,431 |-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,432 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:05,432 |-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,432 |-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,432 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:05,432 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:05,432 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:05,432 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:05,432 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:05,432 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:05,433 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:05,433 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@37eef49f - Registering current configuration as safe fallback point 01:27:05.443 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:05.450 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:05.544 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:05.545 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:05.547 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:05.550 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:05.553 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:05.553 [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:05.554 [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:05.554 [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:05.554 [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:05.555 [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:05.555 [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:05.555 [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:05.555 [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:05.556 [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:05.556 [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:05.556 [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:05.556 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:05.556 [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:05.557 [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:05.557 [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:05.557 [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:05.557 [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:05.557 [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:05.557 [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:05.557 [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:05.558 [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:05.558 [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:05.558 [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:05.558 [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:05.559 [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:05.559 [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:05.559 [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:05.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:05.559 [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:05.559 [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:05.559 [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:05.559 [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:05.560 [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:05.560 [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:05.560 [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:05.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:05.560 [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:05.561 [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:05.561 [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:05.561 [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:05.561 [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:05.561 [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:05.561 [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:05.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:05.562 [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:05.562 [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:05.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:05.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:05.563 [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:05.563 [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:05.563 [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:05.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:05.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:27:05.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:27:05.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:27:05.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:05.563 [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:05.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:27:05.564 [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:05.564 [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:05.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:27:05.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:27:05.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:27:05.570 [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:05.571 [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:05.572 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:05.572 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:05.574 [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:05.576 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:05.576 [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:27:05.576 [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:27:05.577 [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:05.579 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:05.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:27:05.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:27:05.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:27:05.587 [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:05.588 [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:05.588 [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:05.589 [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:05.589 [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:05.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:05.589 [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:05.590 [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:05.590 [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:05.590 [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:05.591 [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:05.591 [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:05.592 [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:05.592 [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:05.592 [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:05.592 [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:05.592 [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:05.593 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:05.593 [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:05.593 [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:05.593 [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:05.594 [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:05.594 [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:05.594 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:05.595 [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:05.595 [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:05.595 [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:05.596 [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:05.596 [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:05.596 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:05.596 [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:05.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:05.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:05.598 [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:05.598 [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:05.598 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:05.599 [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:05.599 [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:05.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:05.599 [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:05.599 [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:05.599 [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:05.601 [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:05.602 [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:05.602 [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:27:05.606 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:05.607 [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:05.607 [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:05.607 [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:05.607 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:05.611 [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:05.611 [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:05.612 [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:27:05.612 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:511 - Post processing: creating test bundle 01:27:05.620 [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:27:05.620 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:202 - Automatically creating Manifest for the test bundle 01:27:05.621 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:366 - Using the test class for generating bundle imports 01:27:05.622 [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:27:05.622 [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:27:05.624 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceRefAwareWithMultiServiceTest 01:27:05.632 [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:27:05.633 [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:27:05.633 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class ServiceBaseTest 01:27:05.633 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:05.633 [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:27:05.633 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest 01:27:05.635 [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:27:05.635 [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:27:05.635 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:05.638 [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:27:05.638 [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:27:05.638 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:05.639 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:05.639 [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:27:05.639 [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:27:05.639 [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:27:05.639 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:05.639 [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:27:05.640 [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:27:05.640 [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:27:05.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:05.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:05.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:05.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:05.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:05.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:05.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:05.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:05.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:05.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:05.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:27:05.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:27:05.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:27:05.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:27:05.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:27:05.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:27:05.645 [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:27:05.646 [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:27:05.647 [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:27:05.648 [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:27:05.648 [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:27:05.648 [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:27:05.648 [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:27:05.648 [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:27:05.648 [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:27:05.648 [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:27:05.649 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:05.650 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:05.650 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:05.651 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:05.651 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:05.652 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:05.652 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:05.652 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:05.653 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:05.653 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:05.653 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:05.653 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:05.654 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:05.654 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:05.654 [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:27:05.654 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:05.655 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:05.655 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:05.655 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:05.656 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:05.656 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:364 - Writing test name [testProxyForMultipleCardinality] to OSGi 01:27:05.664 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForMultipleCardinality] for execution inside OSGi 01:27:05.664 [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:27:05.665 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:190 - Loading context for locations: 01:27:05.672 [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 [Fri Apr 26 01:27:05 UTC 2024]; root of context hierarchy 01:27:05.676 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:05.688 [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:27:05.693 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:05.693 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:05.694 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:05.694 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:05.696 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@5fbe4146] 01:27:05.697 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 01:27:05.698 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@75db5df9] 01:27:05.700 [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 [Fri Apr 26 01:27:05 UTC 2024]; root of context hierarchy] 01:27:05.701 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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:27:05.702 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:05.723 [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:27:05.723 [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:27:05.724 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:27:05.724 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:05.724 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 01:27:05.724 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:05.727 [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:27:05.791 [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:27:05.793 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:05.793 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:440 - Reading OSGi results for test [testProxyForMultipleCardinality] 01:27:05.794 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:447 - Test[testProxyForMultipleCardinality]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithMultiServiceTest 01:27:05.796 [Thread-0] INFO o.e.g.b.i.s.ServiceRefAwareWithMultiServiceTest:471 - Shutting down OSGi platform 01:27:05.797 [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:27:05.797 [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 [Fri Apr 26 01:27:05 UTC 2024]; root of context hierarchy 01:27:05.797 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:05.797 [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 [Fri Apr 26 01:27:05 UTC 2024]; root of context hierarchy] 01:27:05.797 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:05.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:05.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:05.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:05.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:05.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:05.798 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:05.799 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:05.799 [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:05.799 [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:05.799 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:05.799 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:06,343 |-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,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:06,414 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:06,447 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:06,469 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:06,470 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:06,474 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:06,479 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@2b9627bc - No compression will be used 01:27:06,483 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:06,484 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:06,485 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:06,485 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:06,485 |-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,485 |-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,485 |-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,485 |-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,485 |-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,485 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:06,485 |-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,485 |-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,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:06,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:06,486 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:06,486 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:06,486 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:06,486 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:06,486 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:06,487 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@578486a3 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest 01:27:06.575 [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:27:06.578 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:85 - Instantiating platform wrapper... 01:27:06.585 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4466227505033642765kf 01:27:06.586 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:215 - About to start Knopflerfish OSGi Platform 01:27:06.650 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:06.652 [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:27:06.653 [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:27:06.654 [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:27:06.655 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:06.719 [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:27:06.729 [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:27:06.732 [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:27:06.734 [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:27:06.740 [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:27:06.747 [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:27:06.748 [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:27:06.751 [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:27:06.754 [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:27:06.757 [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:27:06.769 [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:27:06.770 [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:27:06.773 [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:27:06.777 [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:27:06.779 [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:27:06.782 [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:27:06.785 [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:27:06.795 [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:27:06.800 [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:27:06.803 [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:27:06.804 [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:27:06.805 [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:27:06.805 [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:27:06.806 [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:27:06.808 [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:27:06.811 [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:27:06.838 [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:27:06.842 [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:27:06.842 [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:27:06.843 [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:27:06.844 [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:27:06.845 [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:27:06.846 [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:27:06,862 |-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,885 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:06,886 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:06,892 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:06,905 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:06,906 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:06,908 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:06,912 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@696454d4 - No compression will be used 01:27:06,915 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:06,915 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:06,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:06,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:06,916 |-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,916 |-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,916 |-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,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:06,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:06,916 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:06,916 |-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,917 |-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,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:06,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:06,917 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:06,917 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:06,917 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:06,917 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:06,917 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:06,918 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3511959 - Registering current configuration as safe fallback point 01:27:06.926 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:06.932 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:07.016 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:07.016 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:07.019 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:07.021 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:07.024 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:07.025 [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:07.025 [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:07.028 [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:07.029 [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:07.029 [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:07.030 [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:07.030 [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:07.030 [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:07.030 [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:07.031 [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:07.031 [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:07.031 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:07.031 [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:07.031 [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:07.031 [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:07.031 [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:07.032 [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:07.032 [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:07.032 [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:07.032 [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:07.033 [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:07.033 [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:07.033 [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:07.033 [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:07.033 [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:07.033 [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:07.034 [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:07.034 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:07.034 [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:07.034 [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:07.034 [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:07.034 [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:07.034 [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:07.035 [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:07.035 [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:07.035 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:07.038 [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:07.038 [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:07.038 [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:07.038 [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:07.039 [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:07.039 [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:07.039 [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:07.039 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:07.039 [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:07.039 [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:07.040 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:07.040 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:07.040 [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:07.040 [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:07.040 [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:07.041 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:07.041 [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:07.041 [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:07.041 [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:07.041 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:07.041 [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:07.041 [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:07.041 [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:07.041 [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:07.042 [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:07.042 [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:07.043 [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:07.048 [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:07.048 [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:07.050 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:07.050 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:07.052 [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:07.053 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:07.054 [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:27:07.054 [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:27:07.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:07.057 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:07.063 [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:07.063 [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:07.063 [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:07.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:27:07.065 [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:07.065 [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:07.066 [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:07.067 [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:07.067 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:07.067 [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:07.067 [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:07.067 [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:07.068 [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:07.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:27:07.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:27:07.069 [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:07.069 [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:07.069 [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:07.070 [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:07.070 [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:07.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:07.070 [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:07.071 [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:07.071 [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:07.071 [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:07.071 [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:07.072 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:07.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:07.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:07.072 [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:07.073 [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:07.073 [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:07.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:07.074 [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:07.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:07.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:07.075 [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:07.075 [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:07.076 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:07.076 [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:07.076 [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:07.076 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:07.076 [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:07.076 [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:07.077 [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:07.079 [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:07.079 [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:07.080 [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:27:07.083 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:07.084 [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:07.084 [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:07.084 [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:07.084 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:07.085 [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:07.085 [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:07.086 [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:27:07.086 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:511 - Post processing: creating test bundle 01:27:07.093 [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:27:07.094 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:202 - Automatically creating Manifest for the test bundle 01:27:07.094 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:366 - Using the test class for generating bundle imports 01:27:07.095 [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:27:07.095 [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:27:07.098 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class MultiServiceProxyFactoryBeanTest 01:27:07.107 [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:27:07.107 [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:27:07.107 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class ServiceBaseTest 01:27:07.107 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:07.107 [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:27:07.107 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest 01:27:07.109 [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:27:07.109 [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:27:07.109 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:07.110 [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:27:07.110 [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:27:07.110 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:07.110 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:07.110 [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:27:07.111 [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:27:07.111 [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:27:07.111 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:07.111 [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:27:07.111 [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:27:07.111 [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:27:07.111 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:07.111 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:27:07.112 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:27:07.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:27:07.113 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:27:07.117 [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:27:07.117 [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:27:07.119 [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:27:07.119 [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:27:07.119 [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:27:07.119 [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:27:07.119 [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:27:07.120 [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:27:07.120 [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:27:07.120 [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:27:07.120 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:07.121 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:07.122 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:07.122 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:07.123 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:07.123 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:07.123 [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:27:07.124 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:07.124 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:07.124 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:07.124 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:07.125 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:07.125 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:07.125 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:07.126 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:07.126 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:07.126 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:07.126 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:07.126 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:07.138 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:07.139 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testIteratorWhenServiceGoesDown] to OSGi 01:27:07.147 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testIteratorWhenServiceGoesDown] for execution inside OSGi 01:27:07.147 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testIteratorWhenServiceGoesDown] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@59309333 01:27:07.147 [main] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:190 - Loading context for locations: 01:27:07.154 [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 [Fri Apr 26 01:27:07 UTC 2024]; root of context hierarchy 01:27:07.158 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:07.169 [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@6743e411: defining beans []; root of factory hierarchy 01:27:07.175 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:07.175 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:07.176 [main] TRACE 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:07.176 [main] TRACE o.e.g.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:07.178 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@33c911a1] 01:27:07.178 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@75db5df9] 01:27:07.180 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@4c39bec8] 01:27:07.182 [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 [Fri Apr 26 01:27:07 UTC 2024]; root of context hierarchy] 01:27:07.183 [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:27:07.184 [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:07.204 [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:27:07.204 [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:27:07.204 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:27:07.205 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:07.205 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 01:27:07.205 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:07.207 [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:27:07.275 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:07.275 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testIteratorWhenServiceGoesDown] 01:27:07.276 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testIteratorWhenServiceGoesDown]'s result read 01:27:07.276 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testProxyDestruction] to OSGi 01:27:07.277 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyDestruction] for execution inside OSGi 01:27:07.277 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyDestruction] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@76b1e9b8 01:27:07.277 [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:27:07.278 [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:27:07.278 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:27:07.278 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:07.278 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 01:27:07.278 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@27406a17} 01:27:07.278 [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:27:07.280 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:07.280 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testProxyDestruction] 01:27:07.280 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testProxyDestruction]'s result read 01:27:07.280 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsInterfaces] to OSGi 01:27:07.281 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsInterfaces] for execution inside OSGi 01:27:07.281 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForMultipleServicesAsInterfaces] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@3e8c3cb 01:27:07.281 [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:27:07.281 [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:27:07.281 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:27:07.281 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:07.282 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.ArrayList)] 01:27:07.282 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:07.282 [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:27:07.283 [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:27:07.299 [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:27:07.300 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:07.301 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsInterfaces] 01:27:07.301 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForMultipleServicesAsInterfaces]'s result read 01:27:07.301 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:364 - Writing test name [testFactoryBeanForMultipleServicesAsClasses] to OSGi 01:27:07.301 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testFactoryBeanForMultipleServicesAsClasses] for execution inside OSGi 01:27:07.302 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testFactoryBeanForMultipleServicesAsClasses] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@74d1dc36 01:27:07.302 [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:27:07.302 [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:27:07.302 [main] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will consider exposed classes 01:27:07.302 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:07.302 [main] TRACE o.e.g.b.s.i.s.i.c.OsgiServiceCollection:323 - Adding osgi listener for services matching [(objectClass=java.util.Date)] 01:27:07.302 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:07.303 [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:27:07.304 [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:27:07.305 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:07.305 [main] TRACE o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:440 - Reading OSGi results for test [testFactoryBeanForMultipleServicesAsClasses] 01:27:07.305 [main] DEBUG o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:447 - Test[testFactoryBeanForMultipleServicesAsClasses]'s result read Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.MultiServiceProxyFactoryBeanTest 01:27:07.307 [Thread-0] INFO o.e.g.b.i.s.MultiServiceProxyFactoryBeanTest:471 - Shutting down OSGi platform 01:27:07.308 [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:27:07.308 [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 [Fri Apr 26 01:27:07 UTC 2024]; root of context hierarchy 01:27:07.308 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:07.308 [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 [Fri Apr 26 01:27:07 UTC 2024]; root of context hierarchy] 01:27:07.308 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:07.309 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:07.309 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:07.309 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:07.309 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:07.309 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:07.309 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:07.309 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:07.310 [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:07.310 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:07.310 [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:07.311 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:07,855 |-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,923 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:07,925 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:07,951 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:07,973 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:07,975 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:07,978 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:07,984 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@7d907bac - No compression will be used 01:27:07,988 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:07,988 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:07,989 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:07,989 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:07,989 |-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,989 |-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,989 |-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,990 |-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,990 |-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,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:07,990 |-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,990 |-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,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:07,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:07,990 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:07,990 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:07,990 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:07,991 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:07,991 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:07,991 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5c5a1b69 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest 01:27:08.077 [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:27:08.080 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:85 - Instantiating platform wrapper... 01:27:08.087 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5251237821544683572kf 01:27:08.087 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:215 - About to start Knopflerfish OSGi Platform 01:27:08.152 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:08.155 [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:27:08.155 [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:27:08.156 [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:27:08.157 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:08.220 [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:27:08.230 [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:27:08.234 [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:27:08.235 [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:27:08.240 [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:27:08.246 [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:27:08.247 [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:27:08.250 [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:27:08.253 [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:27:08.256 [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:27:08.268 [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:27:08.270 [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:27:08.272 [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:27:08.276 [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:27:08.278 [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:27:08.280 [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:27:08.282 [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:27:08.292 [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:27:08.297 [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:27:08.299 [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:27:08.300 [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:27:08.301 [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:27:08.301 [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:27:08.302 [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:27:08.303 [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:27:08.305 [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:27:08.305 [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:27:08.308 [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:27:08.309 [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:27:08.309 [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:27:08.311 [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:27:08.338 [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:27:08.339 [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:27:08,356 |-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,378 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:08,379 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:08,385 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:08,397 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:08,398 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:08,400 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:08,404 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@27b9e400 - No compression will be used 01:27:08,407 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:08,407 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:08,408 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:08,408 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:08,408 |-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,408 |-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,408 |-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,408 |-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,408 |-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,408 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:08,408 |-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,409 |-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,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:08,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:08,409 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:08,409 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:08,409 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:08,409 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:08,410 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:08,410 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@68cb74d8 - Registering current configuration as safe fallback point 01:27:08.417 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:08.424 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:08.507 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:08.507 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:08.510 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:08.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:08.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:08.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:27:08.516 [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:08.516 [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:08.516 [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:08.517 [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:08.518 [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:08.518 [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:08.518 [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:08.519 [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:08.519 [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:08.519 [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:08.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:08.519 [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:08.519 [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:08.520 [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:08.520 [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:08.520 [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:08.520 [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:08.520 [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:08.520 [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:08.521 [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:08.521 [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:08.521 [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:08.522 [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:08.522 [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:08.522 [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:08.522 [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:08.522 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:08.522 [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:08.522 [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:08.522 [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:08.523 [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:08.523 [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:08.523 [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:08.523 [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:08.523 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:08.524 [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:08.524 [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:08.524 [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:08.524 [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:08.524 [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:08.524 [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:08.524 [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:08.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:08.525 [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:08.525 [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:08.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:08.525 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:08.526 [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:08.526 [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:08.526 [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:08.526 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:08.526 [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:08.526 [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:08.526 [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:08.527 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:08.527 [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:08.527 [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:08.527 [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:08.527 [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:08.538 [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:08.538 [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:08.538 [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:08.544 [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:08.544 [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:08.545 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:08.546 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:08.548 [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:08.549 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:08.549 [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@1edda15c w/ reference null 01:27:08.549 [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@1edda15c w/ reference null 01:27:08.550 [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:08.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:08.559 [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:08.559 [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:08.559 [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:08.561 [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:08.561 [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:08.561 [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:08.562 [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:08.562 [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:08.562 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:08.563 [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:08.563 [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:08.563 [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:08.564 [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:08.564 [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:08.564 [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:08.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:27:08.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:27:08.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:27:08.565 [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:08.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:27:08.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:08.566 [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:08.566 [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:08.567 [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:08.567 [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:08.567 [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:08.567 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:08.568 [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:08.568 [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:08.569 [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:08.569 [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:08.570 [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:08.570 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:08.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:27:08.570 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:08.570 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:08.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:27:08.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:08.572 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:08.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:08.572 [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:08.572 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:08.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:08.573 [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:08.573 [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:08.575 [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:08.575 [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:08.576 [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:27:08.580 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:08.580 [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:08.580 [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:08.580 [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:08.580 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:08.584 [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:08.585 [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:08.586 [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:27:08.586 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:511 - Post processing: creating test bundle 01:27:08.593 [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:27:08.594 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:202 - Automatically creating Manifest for the test bundle 01:27:08.594 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:366 - Using the test class for generating bundle imports 01:27:08.595 [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:27:08.595 [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:27:08.597 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceRefAwareWithSingleServiceTest 01:27:08.606 [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:27:08.606 [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:27:08.606 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class ServiceBaseTest 01:27:08.607 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:08.607 [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:27:08.607 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest 01:27:08.608 [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:27:08.609 [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:27:08.609 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:08.609 [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:27:08.609 [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:27:08.610 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:08.610 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:08.610 [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:27:08.610 [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:27:08.610 [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:27:08.611 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:08.611 [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:27:08.611 [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:27:08.611 [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:27:08.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:08.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:08.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:08.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:08.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:08.611 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/MultiServiceProxyFactoryBeanTest.class 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceBaseTest.class 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceProxyFactoryBeanTest.class 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithMultiServiceTest.class 01:27:08.612 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/serviceProxyFactoryBean/ServiceRefAwareWithSingleServiceTest.class 01:27:08.616 [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:27:08.617 [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:27:08.618 [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:27:08.619 [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:27:08.619 [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:27:08.619 [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:27:08.619 [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:27:08.619 [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:27:08.619 [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:27:08.619 [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:27:08.620 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:08.621 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:08.621 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:08.622 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:08.622 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:08.622 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:08.623 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:08.623 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:08.624 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:08.624 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:08.624 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:08.624 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:08.624 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:08.625 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:08.625 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:08.625 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:08.625 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:08.626 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:08.626 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:08.627 [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:27:08.627 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testServiceReferenceProperties] to OSGi 01:27:08.635 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testServiceReferenceProperties] for execution inside OSGi 01:27:08.635 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testServiceReferenceProperties] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@79924b 01:27:08.635 [main] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:190 - Loading context for locations: 01:27:08.643 [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 [Fri Apr 26 01:27:08 UTC 2024]; root of context hierarchy 01:27:08.647 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:08.658 [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@5aa9e4eb: defining beans []; root of factory hierarchy 01:27:08.664 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:08.664 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:08.665 [main] TRACE 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:08.665 [main] TRACE o.e.g.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:08.667 [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:08.667 [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:08.669 [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:08.671 [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 [Fri Apr 26 01:27:08 UTC 2024]; root of context hierarchy] 01:27:08.672 [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:27:08.673 [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:08.693 [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:27:08.694 [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:27:08.694 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:08.698 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:08.762 [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:27:08.762 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d} 01:27:08.763 [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:08.763 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@6bf0219d] bound to proxy 01:27:08.765 [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:08.765 [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:08.765 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:08.765 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testServiceReferenceProperties] 01:27:08.766 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:447 - Test[testServiceReferenceProperties]'s result read 01:27:08.767 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:364 - Writing test name [testProxyForUnaryCardinality] to OSGi 01:27:08.767 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testProxyForUnaryCardinality] for execution inside OSGi 01:27:08.767 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testProxyForUnaryCardinality] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@235ecd9f 01:27:08.768 [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:27:08.768 [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:27:08.768 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:08.768 [main] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:08.769 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:466 - Adding OSGi mandatoryListeners for services matching [(objectClass=java.util.Date)] 01:27:08.769 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1ca3b418} 01:27:08.769 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1ca3b418] bound to proxy 01:27:08.770 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1ca3b418] bound to proxy 01:27:08.770 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1ca3b418] was unregistered and unbound from the service proxy 01:27:08.770 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1ca3b418] was unregistered and unbound from the service proxy 01:27:08.770 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:08.770 [main] TRACE o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:440 - Reading OSGi results for test [testProxyForUnaryCardinality] 01:27:08.771 [main] DEBUG o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:447 - Test[testProxyForUnaryCardinality]'s result read Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.696 sec - in org.eclipse.gemini.blueprint.iandt.serviceProxyFactoryBean.ServiceRefAwareWithSingleServiceTest 01:27:08.773 [Thread-0] INFO o.e.g.b.i.s.ServiceRefAwareWithSingleServiceTest:471 - Shutting down OSGi platform 01:27:08.773 [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:27:08.773 [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 [Fri Apr 26 01:27:08 UTC 2024]; root of context hierarchy 01:27:08.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:08.774 [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 [Fri Apr 26 01:27:08 UTC 2024]; root of context hierarchy] 01:27:08.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:08.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:08.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:08.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:08.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:08.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:08.774 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:08.775 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:08.775 [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:08.775 [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:08.776 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:08.777 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:09,310 |-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:09,409 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:09,411 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:09,425 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:09,463 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:09,464 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:09,468 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:09,474 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:27:09,479 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:09,479 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:09,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:09,480 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:09,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:09,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:09,481 |-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:09,481 |-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:09,481 |-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:09,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:09,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:09,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:09,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:09,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:09,481 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:09,482 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:09,482 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:09,482 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:09,482 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:09,483 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest 01:27:09.586 [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:27:09.590 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:85 - Instantiating platform wrapper... 01:27:09.597 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5481236747859998418kf 01:27:09.598 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:215 - About to start Knopflerfish OSGi Platform 01:27:09.668 [main] INFO o.e.g.b.i.c.AsyncWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:09.671 [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:27:09.671 [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:27:09.672 [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:27:09.673 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:09.739 [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:27:09.750 [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:27:09.754 [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:27:09.755 [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:27:09.760 [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:27:09.767 [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:27:09.768 [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:27:09.770 [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:27:09.774 [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:27:09.778 [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:27:09.792 [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:27:09.793 [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:27:09.796 [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:27:09.801 [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:27:09.802 [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:27:09.805 [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:27:09.807 [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:27:09.841 [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:27:09.847 [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:27:09.850 [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:27:09.852 [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:27:09.852 [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:27:09.852 [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:27:09.853 [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:27:09.854 [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:27:09.857 [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:27:09.857 [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:27:09.860 [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:27:09.861 [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:27:09.861 [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:27:09.864 [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:27:09.865 [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:27:09.866 [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:27:09,884 |-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:09,907 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:09,909 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:09,914 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:09,928 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:09,929 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:09,931 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:09,935 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@55d4b916 - No compression will be used 01:27:09,941 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:09,941 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:09,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:09,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:09,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:09,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:09,942 |-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:09,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:09,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:09,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:09,942 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:09,943 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:09,943 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:09,943 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:09,943 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:09,943 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:09,943 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:09,943 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:09,943 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:09,944 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ca441ce - Registering current configuration as safe fallback point 01:27:09.951 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:09.958 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:10.052 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:10.053 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:10.055 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:10.058 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:10.061 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:10.062 [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:10.062 [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:10.065 [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:10.065 [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:10.066 [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:10.067 [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:10.067 [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:10.067 [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:10.067 [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:10.067 [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:10.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:27:10.068 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:10.068 [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:10.068 [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:10.068 [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:10.068 [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:10.069 [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:10.069 [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:10.069 [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:10.069 [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:10.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:27:10.070 [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:10.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:27:10.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:27:10.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:27:10.070 [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:10.070 [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:10.070 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:10.071 [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:10.071 [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:10.071 [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:10.071 [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:10.071 [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:10.071 [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:10.071 [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:10.071 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:10.072 [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:10.072 [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:10.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:10.072 [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:10.073 [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:10.073 [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:10.073 [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:10.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:10.073 [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:10.073 [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:10.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:10.073 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:10.074 [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:10.074 [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:10.074 [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:10.074 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:10.074 [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:10.074 [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:10.074 [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:10.075 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:10.075 [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:10.075 [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:10.075 [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:10.075 [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:10.076 [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:10.076 [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:10.076 [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:10.082 [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:10.082 [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:10.083 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:10.083 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:10.085 [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:10.087 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:10.087 [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@64231a00 w/ reference null 01:27:10.087 [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@64231a00 w/ reference null 01:27:10.088 [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:10.090 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:10.096 [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:10.096 [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:10.096 [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:10.098 [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:10.098 [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:10.098 [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:10.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:27:10.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:27:10.099 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:10.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:27:10.100 [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:10.100 [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:10.101 [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:10.101 [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:10.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:27:10.102 [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:10.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:27:10.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:27:10.103 [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:10.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:27:10.103 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:10.103 [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:10.103 [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:10.103 [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:10.104 [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:10.104 [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:10.104 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:10.105 [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:10.105 [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:10.105 [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:10.106 [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:10.106 [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:10.106 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:10.106 [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:10.107 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:10.107 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:10.108 [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:10.108 [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:10.108 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:10.108 [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:10.109 [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:10.109 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:10.109 [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:10.109 [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:10.109 [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:10.111 [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:10.111 [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:10.112 [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:27:10.117 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:10.117 [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:10.117 [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:10.117 [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:10.117 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:10.118 [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:10.118 [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:10.120 [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:27:10.120 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:511 - Post processing: creating test bundle 01:27:10.142 [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:27:10.142 [main] INFO o.e.g.b.i.c.AsyncWaitTest:202 - Automatically creating Manifest for the test bundle 01:27:10.143 [main] INFO o.e.g.b.i.c.AsyncWaitTest:366 - Using the test class for generating bundle imports 01:27:10.144 [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:27:10.144 [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:27:10.146 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class AsyncWaitTest 01:27:10.154 [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:27:10.154 [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:27:10.154 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BehaviorBaseTest 01:27:10.155 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:10.155 [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:27:10.155 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest 01:27:10.157 [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:27:10.158 [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:27:10.158 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:10.159 [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:27:10.159 [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:27:10.159 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:10.159 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:10.159 [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:27:10.160 [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:27:10.160 [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:27:10.160 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:10.160 [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:27:10.160 [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:27:10.160 [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:27:10.160 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:10.160 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:10.160 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:27:10.161 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:27:10.162 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:27:10.162 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:27:10.162 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:27:10.162 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:27:10.162 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:27:10.167 [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:27:10.167 [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:27:10.169 [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:27:10.169 [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:27:10.169 [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:27:10.169 [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:27:10.169 [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:27:10.170 [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:27:10.170 [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:27:10.170 [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:27:10.170 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:10.171 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:10.172 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:10.173 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:10.173 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:10.173 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:10.173 [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:27:10.174 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:10.174 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:10.174 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:10.175 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:10.175 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:10.175 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:10.175 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:10.176 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:10.176 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:10.176 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:10.176 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:10.177 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:10.177 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:10.178 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 01:27:10.186 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:27:10.187 [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:27:10.187 [main] INFO o.e.g.b.i.c.AsyncWaitTest:190 - Loading context for locations: 01:27:10.196 [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 [Fri Apr 26 01:27:10 UTC 2024]; root of context hierarchy 01:27:10.200 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:10.212 [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@5aa9e4eb: defining beans []; root of factory hierarchy 01:27:10.218 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:10.218 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:10.219 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:10.220 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:10.222 [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:10.222 [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:10.224 [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:10.225 [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 [Fri Apr 26 01:27:10 UTC 2024]; root of context hierarchy] 01:27:10.227 [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:27:10.228 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:10.250 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:10.258 [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:27:10.259 [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:27:10.259 [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:27:10.259 [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:27:10.260 [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:27:10.261 [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:27:10.261 [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:27:10.263 [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:27:10.263 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:10.263 [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:27:10.263 [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@4f5327bf 01:27:10.264 [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:27:10.264 [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:27:10.264 [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:27:10.264 [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:27:10.264 [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 [Fri Apr 26 01:27:10 UTC 2024]; root of context hierarchy 01:27:10.264 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:10.264 [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:27:10.265 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:10.265 [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:27:10.271 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:27:10.291 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:10.292 [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:10.293 [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:10.293 [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:10.342 [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:10.342 [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:10.366 [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@50d0a37: defining beans [button]; root of factory hierarchy 01:27:10.366 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:10.366 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:10.366 [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:10.367 [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:10.367 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:10.369 [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@50d0a37: defining beans [button]; root of factory hierarchy] 01:27:10.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:10.370 [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@7115680a 01:27:10.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&button] 01:27:10.370 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:10.384 [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:27:10.385 [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:27:10.386 [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:27:10.386 [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:27:10.386 [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:27:10.387 [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:27:10.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&button] 01:27:10.387 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&button] 01:27:10.387 [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:27:10.387 [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:27:10.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:10.390 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:10.390 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:27:11.265 [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:27:11.267 [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:27:11.268 [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:27:11.268 [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:27:11.269 [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 [Fri Apr 26 01:27:10 UTC 2024]; root of context hierarchy] 01:27:11.269 [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:27:11.269 [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:27:11.269 [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:27:11.269 [main] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:11.270 [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:27:11.270 [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:27:11.270 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:11.270 [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:27:11.271 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:11.275 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:11.280 [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:27:11.281 [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:27:11.281 [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:27:11.281 [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:27:11.281 [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:27:11.284 [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@799c2fcf] 01:27:11.284 [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@88f159e] 01:27:11.285 [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:27:11.285 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@4a668b6e} 01:27:11.285 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4a668b6e] bound to proxy 01:27:11.285 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4a668b6e] bound to proxy 01:27:11.286 [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@33c33fc6] 01:27:11.286 [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 [Fri Apr 26 01:27:10 UTC 2024]; root of context hierarchy] 01:27:11.286 [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:27:11.287 [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:11.287 [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:27:11.287 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.async.wait 01:27:11.287 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:11.288 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4a668b6e] was unregistered and unbound from the service proxy 01:27:11.288 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@4a668b6e] was unregistered and unbound from the service proxy 01:27:11.288 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:11.289 [main] TRACE o.e.g.b.i.c.AsyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 01:27:11.289 [main] DEBUG o.e.g.b.i.c.AsyncWaitTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.707 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncWaitTest 01:27:11.292 [Thread-0] INFO o.e.g.b.i.c.AsyncWaitTest:471 - Shutting down OSGi platform 01:27:11.293 [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:27:11.293 [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 [Fri Apr 26 01:27:10 UTC 2024]; root of context hierarchy 01:27:11.293 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:11.293 [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 [Fri Apr 26 01:27:10 UTC 2024]; root of context hierarchy] 01:27:11.293 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:27:11.294 [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:27:11.295 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:27:11.295 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:11.295 [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:27:11.296 [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:27:11.296 [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@4f5327bf 01:27:11.296 [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:27:11.296 [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:27:11.296 [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:27:11.296 [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:27:11.296 [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 [Fri Apr 26 01:27:10 UTC 2024]; root of context hierarchy 01:27:11.296 [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 [Fri Apr 26 01:27:10 UTC 2024]; root of context hierarchy] 01:27:11.297 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:11.297 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:11.297 [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@4f5327bf 01:27:11.297 [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:27:11.297 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:11.298 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:11.298 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:11.298 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:11.298 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:11.298 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:11.299 [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@4f9b573b 01:27:11.299 [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.299 [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.299 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:11.300 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:11,851 |-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:11,923 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:11,926 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:11,951 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:11,975 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:11,976 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:11,980 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:11,986 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3b0143d3 - No compression will be used 01:27:11,990 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:11,990 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:11,992 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:11,992 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:11,992 |-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,992 |-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,992 |-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,992 |-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,992 |-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,992 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:11,992 |-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,993 |-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,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:11,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:11,993 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:11,993 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:11,993 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:11,993 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:11,993 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:11,994 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@47ef968d - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest 01:27:12.090 [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:27:12.093 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:85 - Instantiating platform wrapper... 01:27:12.100 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2246356775003956771kf 01:27:12.101 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:215 - About to start Knopflerfish OSGi Platform 01:27:12.167 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:12.169 [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:27:12.170 [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:27:12.171 [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:27:12.172 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:12.237 [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:27:12.248 [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:27:12.251 [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:27:12.253 [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:27:12.258 [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:27:12.264 [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:27:12.265 [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:27:12.268 [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:27:12.271 [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:27:12.275 [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:27:12.287 [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:27:12.289 [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:27:12.292 [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:27:12.296 [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:27:12.298 [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:27:12.300 [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:27:12.302 [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:27:12.313 [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:27:12.317 [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:27:12.339 [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:27:12.340 [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:27:12.341 [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:27:12.341 [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:27:12.342 [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:27:12.343 [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:27:12.345 [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:27:12.346 [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:27:12.349 [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:27:12.349 [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:27:12.350 [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:27:12.352 [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:27:12.353 [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:27:12.354 [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:27:12,370 |-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,392 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:12,394 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:12,399 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:12,412 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:12,413 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:12,416 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:12,420 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@167beab0 - No compression will be used 01:27:12,422 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:12,423 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:12,423 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:12,424 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:12,424 |-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,424 |-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,424 |-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,424 |-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,424 |-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,424 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:12,424 |-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,424 |-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,424 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:12,424 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:12,424 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:12,425 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:12,425 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:12,425 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:12,425 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:12,426 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@584a72c5 - Registering current configuration as safe fallback point 01:27:12.433 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:12.439 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:12.521 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:12.522 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:12.524 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:12.526 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:12.529 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:12.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:27:12.530 [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:12.534 [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:12.534 [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:12.535 [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:12.535 [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:12.535 [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:12.535 [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:12.536 [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:12.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:27:12.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:27:12.536 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:12.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:27:12.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:27:12.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:27:12.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:27:12.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:27:12.538 [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:12.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:12.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:12.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:27:12.539 [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:12.539 [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:12.539 [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:12.540 [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:12.540 [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:12.540 [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:12.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:12.540 [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:12.540 [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:12.540 [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:12.540 [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:12.541 [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:12.541 [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:12.541 [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:12.541 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:12.542 [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:12.542 [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:12.542 [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:12.542 [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:12.542 [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:12.542 [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:12.543 [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:12.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:12.543 [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:12.543 [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:12.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:12.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:12.544 [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:12.544 [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:12.544 [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:12.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:12.544 [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:12.544 [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:12.544 [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:12.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:12.545 [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:12.545 [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:12.545 [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:12.545 [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:12.546 [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:12.546 [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:12.546 [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:12.552 [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:12.552 [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:12.553 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:12.553 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:12.555 [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:12.557 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:12.557 [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:27:12.557 [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:27:12.558 [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:12.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:12.566 [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:12.567 [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:12.567 [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:12.568 [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:12.569 [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:12.569 [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:12.570 [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:12.570 [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:12.570 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:12.570 [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:12.571 [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:12.571 [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:12.571 [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:12.572 [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:12.572 [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:12.573 [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:12.573 [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:12.573 [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:12.573 [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:12.573 [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:12.574 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:12.574 [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:12.574 [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:12.574 [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:12.575 [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:12.575 [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:12.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:12.576 [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:12.576 [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:12.576 [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:12.577 [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:12.577 [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:12.577 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:12.577 [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:12.577 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:12.578 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:12.579 [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:12.579 [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:12.579 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:12.579 [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:12.579 [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:12.580 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:12.580 [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:12.580 [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:12.580 [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:12.582 [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:12.582 [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:12.583 [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:27:12.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:12.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:12.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:27:12.587 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:12.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:27:12.588 [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:12.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:12.589 [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:27:12.589 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:511 - Post processing: creating test bundle 01:27:12.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:27:12.598 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 01:27:12.598 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:366 - Using the test class for generating bundle imports 01:27:12.599 [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:27:12.599 [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:27:12.602 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class SyncNoWaitTest 01:27:12.609 [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:27:12.610 [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:27:12.610 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BehaviorBaseTest 01:27:12.610 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:12.610 [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:27:12.611 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest 01:27:12.613 [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:27:12.613 [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:27:12.613 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:12.614 [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:27:12.614 [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:27:12.614 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:12.615 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:12.615 [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:27:12.615 [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:27:12.615 [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:27:12.615 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:12.615 [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:27:12.616 [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:27:12.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-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:27:12.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:12.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:12.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:12.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:12.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:12.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:12.616 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:27:12.617 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:27:12.618 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:27:12.622 [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:27:12.622 [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:27:12.624 [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:27:12.624 [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:27:12.624 [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:27:12.624 [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:27:12.625 [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:27:12.625 [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:27:12.625 [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:27:12.625 [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:27:12.625 [main] DEBUG o.e.g.b.i.c.SyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:12.626 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:12.627 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:12.627 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:12.628 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:12.628 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:12.628 [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:27:12.628 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:12.629 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:12.638 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:12.638 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:12.639 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:12.639 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:12.639 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:12.639 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:12.640 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:12.640 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:12.640 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:12.640 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:12.641 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:12.642 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 01:27:12.650 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:27:12.650 [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:27:12.651 [main] INFO o.e.g.b.i.c.SyncNoWaitTest:190 - Loading context for locations: 01:27:12.659 [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 [Fri Apr 26 01:27:12 UTC 2024]; root of context hierarchy 01:27:12.663 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:12.675 [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@2f4948e4: defining beans []; root of factory hierarchy 01:27:12.680 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:12.681 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:12.681 [main] TRACE 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:12.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:27:12.684 [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:27:12.684 [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:27:12.686 [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:27:12.688 [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 [Fri Apr 26 01:27:12 UTC 2024]; root of context hierarchy] 01:27:12.689 [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:27:12.690 [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:12.712 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:12.724 [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:27:12.724 [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:27:12.725 [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:27:12.725 [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:27:12.725 [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:27:12.725 [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:27:12.725 [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:27:12.726 [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:27:12.727 [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:27:12.727 [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:27:12.727 [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@636637c5 01:27:12.727 [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 [Fri Apr 26 01:27:12 UTC 2024]; root of context hierarchy 01:27:12.728 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:12.734 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:27:12.755 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:12.756 [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:27:12.756 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:12.757 [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:27:12.800 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:12.800 [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:27:12.826 [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@78038e20: defining beans [shape,user]; root of factory hierarchy 01:27:12.826 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:12.826 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:12.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:27:12.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:27:12.840 [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@2e68f0d1] 01:27:12.840 [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@66c09b3e] 01:27:12.851 [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:27:12.852 [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:27:12.853 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:12.857 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:12.863 [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:27:12.864 [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:27:12.864 [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:27:12.865 [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:27:12.865 [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:27:12.867 [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:27:12.868 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:27:12.868 [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:27:12.869 [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:27:12.872 [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 [Fri Apr 26 01:27:12 UTC 2024]; root of context hierarchy 01:27:12.873 [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@65c3d0b3] 01:27:13.173 [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 [Fri Apr 26 01:27:12 UTC 2024]; root of context hierarchy 01:27:13.174 [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@65c3d0b3] 01:27:13.175 [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:27:13.176 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:13.178 [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:27:13.180 [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:27:13.181 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 5 for bundle BundleImpl[id=19] 01:27:13.188 [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:27:13.189 [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:27:13.190 [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:27:13.190 [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:27:13.190 [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:27:13.190 [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:27:13.191 [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:27:13.191 [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:27:13.191 [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:27:13.191 [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:27:13.191 [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:27:13.193 [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:27:13.193 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:13.193 [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@636637c5 01:27:13.193 [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:27:13.193 [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:27:13.194 [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 [Fri Apr 26 01:27:13 UTC 2024]; root of context hierarchy 01:27:13.194 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:13.195 [BundleStart #20] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 01:27:13.197 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:13.197 [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:27:13.197 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:13.198 [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:27:13.213 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:13.213 [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:27:13.219 [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@ca625b7: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:27:13.220 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:13.220 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:13.220 [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:27:13.220 [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:27:13.221 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:13.223 [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@ca625b7: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:27:13.223 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:13.223 [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@35926b93 01:27:13.223 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:13.224 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:13.224 [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:27:13.224 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:13.224 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:13.224 [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:27:13.224 [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:27:13.224 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:13.225 [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:27:13.225 [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@6474f34e] 01:27:13.225 [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@93b902d] 01:27:13.228 [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:27:13.229 [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:27:13.229 [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:27:13.230 [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:27:13.230 [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:27:13.231 [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:27:13.231 [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@4c2a86b1] 01:27:13.232 [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 [Fri Apr 26 01:27:13 UTC 2024]; root of context hierarchy] 01:27:13.232 [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:27:13.232 [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:27:13.233 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:27:13.234 [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:27:13.234 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:13.234 [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:27:17.235 [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:27:17.235 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:17.236 [main] TRACE o.e.g.b.i.c.SyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 01:27:17.236 [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.15 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitTest 01:27:17.239 [Thread-0] INFO o.e.g.b.i.c.SyncNoWaitTest:471 - Shutting down OSGi platform 01:27:17.240 [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:27:17.240 [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 [Fri Apr 26 01:27:12 UTC 2024]; root of context hierarchy 01:27:17.240 [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 [Fri Apr 26 01:27:12 UTC 2024]; root of context hierarchy] 01:27:17.240 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:17.240 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:17.240 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:17.240 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:17.241 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:17.241 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:27:17.241 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:17.241 [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:27:17.242 [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:17.242 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 01:27:17.288 [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:17.288 [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:17.289 [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@636637c5 01:27:17.289 [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:17.289 [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:17.289 [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:17.289 [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 [Fri Apr 26 01:27:13 UTC 2024]; root of context hierarchy 01:27:17.289 [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 [Fri Apr 26 01:27:13 UTC 2024]; root of context hierarchy] 01:27:17.289 [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:17.289 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@7fafb61f] 01:27:17.290 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:17.290 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:17.290 [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@636637c5 01:27:17.290 [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:17.290 [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:27:17.291 [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:27:17.291 [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@636637c5 01:27:17.291 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:17.291 [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@636637c5 01:27:17.291 [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:27:17.291 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:17.291 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:17.292 [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:27:17.292 [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:27:17.292 [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.292 [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.293 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:17.293 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:17,844 |-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:17,912 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:17,914 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:17,938 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:17,960 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:17,962 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:17,965 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:17,971 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:27:17,975 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:17,975 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:17,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:27:17,977 |-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:17,977 |-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:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:17,977 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:17,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:17,978 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:17,978 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:17,978 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:17,978 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:17,978 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:17,979 |-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:27:18.073 [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:27:18.076 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:85 - Instantiating platform wrapper... 01:27:18.083 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7330851274351225734kf 01:27:18.083 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:215 - About to start Knopflerfish OSGi Platform 01:27:18.148 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:18.150 [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:27:18.151 [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:27:18.152 [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:27:18.153 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:18.215 [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:27:18.225 [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:27:18.228 [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:27:18.229 [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:27:18.234 [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:27:18.240 [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:27:18.242 [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:27:18.244 [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:27:18.247 [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:27:18.251 [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:27:18.262 [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:27:18.264 [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:27:18.266 [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:27:18.270 [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:27:18.272 [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:27:18.274 [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:27:18.276 [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:27:18.286 [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:27:18.291 [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:27:18.294 [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:27:18.295 [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:27:18.295 [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:27:18.296 [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:27:18.296 [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:27:18.298 [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:27:18.300 [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:27:18.300 [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:27:18.304 [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:27:18.304 [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:27:18.304 [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:27:18.306 [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:27:18.307 [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:27:18.308 [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:27:18,346 |-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,367 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:18,369 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:18,374 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:18,387 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:18,388 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:18,391 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:18,394 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1814d0d9 - No compression will be used 01:27:18,397 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:18,397 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:18,398 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:18,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:18,399 |-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,399 |-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,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:27:18,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:27:18,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:27:18,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:18,399 |-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,399 |-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,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:18,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:18,399 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:18,399 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:18,400 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:18,400 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:18,400 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:18,401 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5ee66fb0 - Registering current configuration as safe fallback point 01:27:18.407 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:18.413 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:18.497 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:18.498 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:18.500 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:18.502 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:18.505 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:18.506 [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:18.506 [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:18.510 [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:18.510 [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:18.511 [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:18.511 [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:18.511 [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:18.511 [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:18.512 [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:18.512 [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:18.512 [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:18.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:18.512 [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:18.513 [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:18.513 [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:18.513 [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:18.513 [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:18.513 [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:18.513 [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:18.513 [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:18.514 [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:18.514 [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:18.514 [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:18.515 [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:18.515 [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:18.515 [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:18.515 [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:18.515 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:18.515 [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:18.515 [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:18.516 [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:18.516 [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:18.516 [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:18.516 [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:18.516 [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:18.516 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:18.517 [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:18.517 [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:18.517 [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:18.517 [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:18.518 [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:18.518 [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:18.518 [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:18.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:18.518 [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:18.518 [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:18.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:18.518 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:18.519 [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:18.519 [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:18.519 [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:18.519 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:18.519 [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:18.520 [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:18.520 [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:18.520 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:18.520 [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:18.520 [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:18.520 [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:18.520 [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:18.521 [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:18.522 [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:18.522 [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:18.527 [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:18.527 [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:18.529 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:18.529 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:18.531 [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:18.532 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:18.533 [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:18.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@203e8d98 w/ reference null 01:27:18.533 [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:18.540 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:18.546 [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:18.546 [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:18.546 [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:18.548 [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:18.548 [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:18.548 [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:18.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:18.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:18.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:18.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:18.550 [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:18.550 [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:18.551 [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:18.551 [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:18.551 [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:18.552 [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:18.553 [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:18.553 [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:18.553 [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:18.553 [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:18.553 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:18.554 [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:18.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:27:18.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:27:18.555 [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:18.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:27:18.555 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:18.556 [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:18.556 [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:18.556 [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:18.557 [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:18.557 [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:18.557 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:18.557 [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:18.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:18.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:18.559 [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:18.559 [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:18.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:18.560 [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:18.560 [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:18.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:18.560 [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:18.560 [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:18.560 [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:18.563 [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:18.563 [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:18.563 [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:27:18.567 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:18.567 [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:18.568 [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:18.568 [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:18.568 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:18.568 [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:18.569 [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:18.570 [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:27:18.570 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:511 - Post processing: creating test bundle 01:27:18.578 [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:27:18.578 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:202 - Automatically creating Manifest for the test bundle 01:27:18.578 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:366 - Using the test class for generating bundle imports 01:27:18.579 [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:27:18.580 [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:27:18.582 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class SyncWaitWithoutDependencyTest 01:27:18.589 [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:27:18.589 [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:27:18.589 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BehaviorBaseTest 01:27:18.590 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:18.590 [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:27:18.590 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest 01:27:18.592 [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:27:18.592 [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:27:18.593 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:18.593 [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:27:18.594 [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:27:18.594 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:18.594 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:18.594 [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:27:18.595 [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:27:18.595 [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:27:18.595 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:18.595 [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:27:18.595 [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:27:18.595 [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:27:18.595 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:18.596 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:27:18.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:27:18.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:27:18.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:27:18.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:27:18.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:27:18.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:27:18.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:27:18.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:27:18.597 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:27:18.602 [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:27:18.602 [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:27:18.604 [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:27:18.604 [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:27:18.604 [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:27:18.604 [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:27:18.604 [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:27:18.604 [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:27:18.605 [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:27:18.605 [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:27:18.605 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:18.606 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:18.606 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:18.607 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:18.607 [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:27:18.608 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:18.608 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:18.608 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:18.609 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:18.609 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:18.609 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:18.610 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:18.610 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:18.610 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:18.611 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:18.611 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:18.611 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:18.611 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:18.612 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:18.612 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:18.613 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:364 - Writing test name [testBehaviour] to OSGi 01:27:18.621 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:27:18.621 [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:27:18.621 [main] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:190 - Loading context for locations: 01:27:18.628 [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 [Fri Apr 26 01:27:18 UTC 2024]; root of context hierarchy 01:27:18.632 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:18.647 [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:27:18.652 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:18.652 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:18.653 [main] TRACE 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:18.654 [main] TRACE o.e.g.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:18.656 [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:18.656 [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:18.657 [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:18.659 [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 [Fri Apr 26 01:27:18 UTC 2024]; root of context hierarchy] 01:27:18.661 [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:27:18.662 [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:18.682 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:18.689 [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:27:18.690 [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:27:18.690 [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:27:18.690 [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:27:18.691 [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:27:18.691 [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:27:18.692 [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:27:18.693 [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:27:18.693 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:18.693 [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@59b667e8 01:27:18.693 [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:27:18.694 [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:27:18.694 [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 [Fri Apr 26 01:27:18 UTC 2024]; root of context hierarchy 01:27:18.694 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:18.701 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:27:18.720 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:18.721 [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:27:18.721 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:18.722 [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:27:18.762 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:18.762 [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:27:18.785 [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@3c871789: defining beans [shape]; root of factory hierarchy 01:27:18.785 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:18.785 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:18.785 [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:27:18.786 [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:27:18.786 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:18.788 [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@3c871789: defining beans [shape]; root of factory hierarchy] 01:27:18.789 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:18.789 [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@36955062 01:27:18.789 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 01:27:18.789 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:18.804 [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:27:18.804 [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:27:18.805 [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:27:18.806 [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:27:18.806 [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:27:18.806 [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:27:18.806 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 01:27:18.806 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&shape] 01:27:18.806 [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:27:18.806 [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:27:18.809 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:18.810 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:18.810 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [syncCounterWait] incremented to 1 01:27:18.810 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:274 - Synchronous wait-for-dependencies; waiting... 01:27:20.810 [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:27:20.811 [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:27:20.814 [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:27:20.815 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 5 for bundle BundleImpl[id=19] 01:27:20.815 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:20.815 [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:27:20.815 [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:27:20.815 [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:27:20.815 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:20.816 [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:27:20.816 [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:27:20.816 [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:27:20.817 [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:27:20.822 [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:27:20.822 [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:27:20.822 [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:27:20.822 [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:27:20.822 [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:27:20.823 [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:27:20.823 [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:27:20.823 [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:27:20.823 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:20.823 [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@59b667e8 01:27:20.823 [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:27:20.823 [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:27:20.823 [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 [Fri Apr 26 01:27:20 UTC 2024]; root of context hierarchy 01:27:20.823 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:20.824 [BundleStart #20] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 01:27:20.826 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:20.826 [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:27:20.827 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:20.827 [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:27:20.842 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:20.843 [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:27:20.849 [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@2a4c842: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:27:20.850 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:20.850 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:20.850 [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:27:20.850 [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:27:20.851 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:20.851 [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@2a4c842: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:27:20.851 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:20.851 [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@36955062 01:27:20.852 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:20.852 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:20.852 [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:27:20.852 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:20.852 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:20.852 [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:27:20.852 [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:27:20.852 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:20.852 [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:27:20.853 [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@4fd5acb] 01:27:20.853 [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@69b681bf] 01:27:20.857 [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:27:20.857 [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:27:20.858 [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:27:20.858 [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:27:20.858 [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:27:20.859 [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:27:20.859 [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@442c86d7] 01:27:20.859 [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 [Fri Apr 26 01:27:20 UTC 2024]; root of context hierarchy] 01:27:20.860 [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:27:20.860 [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:27:20.861 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:27:20.861 [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:27:20.861 [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:27:20.861 [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:27:20.862 [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:27:20.863 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:20.863 [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:27:21.863 [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:27:21.863 [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:21.864 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@68789fd1} 01:27:21.864 [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:21.864 [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:27:21.864 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-tail 01:27:21.866 [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:27:21.866 [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:27:21.867 [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@59b667e8 01:27:21.867 [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@59b667e8 01:27:21.867 [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:27:21.867 [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@5968dc4b 01:27:21.867 [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:27:21.868 [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:27:21.868 [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:27:21.868 [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:27:21.868 [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:27:21.868 [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:27:21.868 [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:27:21.868 [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:27:21.868 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:21.869 [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@59b667e8 01:27:21.869 [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:27:21.869 [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:27:21.869 [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 [Fri Apr 26 01:27:21 UTC 2024]; root of context hierarchy 01:27:21.869 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:21.870 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:27:21.872 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:21.872 [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:27:21.872 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:21.873 [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:27:21.883 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:21.884 [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:27:21.888 [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@49aa398d: defining beans [shape]; root of factory hierarchy 01:27:21.889 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:21.889 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:21.889 [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:27:21.889 [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:27:21.889 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:21.890 [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@49aa398d: defining beans [shape]; root of factory hierarchy] 01:27:21.890 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:21.890 [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@36955062 01:27:21.890 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 01:27:21.890 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:21.891 [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:27:21.891 [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:27:21.891 [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:27:21.891 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 01:27:21.891 [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:27:21.891 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 01:27:21.891 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:21.891 [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:27:21.891 [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:27:21.891 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:21.892 [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:27:21.892 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:21.896 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:21.948 [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:27:21.949 [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:27:21.949 [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:27:21.949 [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:27:21.949 [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:27:21.952 [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@1f80f717] 01:27:21.953 [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@aedfce1] 01:27:21.953 [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:27:21.953 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1137a9fa} 01:27:21.953 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1137a9fa] bound to proxy 01:27:21.954 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1137a9fa] bound to proxy 01:27:21.954 [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@3f23153a] 01:27:21.954 [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 [Fri Apr 26 01:27:21 UTC 2024]; root of context hierarchy] 01:27:21.954 [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:27:21.954 [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:27:21.955 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:21.955 [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:27:21.955 [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:27:21.955 [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:27:21.956 [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:27:21.956 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3836ea76} 01:27:21.956 [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:27:21.956 [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:27:21.956 [main] DEBUG o.e.g.b.i.c.SyncWaitWithoutDependencyTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 01:27:21.956 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:21.957 [main] TRACE o.e.g.b.i.c.SyncWaitWithoutDependencyTest:440 - Reading OSGi results for test [testBehaviour] 01:27:21.957 [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: 3.888 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitWithoutDependencyTest 01:27:21.960 [Thread-0] INFO o.e.g.b.i.c.SyncWaitWithoutDependencyTest:471 - Shutting down OSGi platform 01:27:21.960 [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:27:21.961 [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 [Fri Apr 26 01:27:18 UTC 2024]; root of context hierarchy 01:27:21.961 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:21.961 [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 [Fri Apr 26 01:27:18 UTC 2024]; root of context hierarchy] 01:27:21.961 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:27:21.962 [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:27:21.962 [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:21.962 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:21.962 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 01:27:21.962 [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:21.963 [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:21.963 [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@59b667e8 01:27:21.963 [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:21.963 [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:21.963 [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:21.963 [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 [Fri Apr 26 01:27:20 UTC 2024]; root of context hierarchy 01:27:21.963 [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 [Fri Apr 26 01:27:20 UTC 2024]; root of context hierarchy] 01:27:21.964 [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:21.964 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1137a9fa] was unregistered and unbound from the service proxy 01:27:21.964 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@1137a9fa] was unregistered and unbound from the service proxy 01:27:21.964 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@1137a9fa] 01:27:21.965 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:21.965 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:27:21.965 [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@59b667e8 01:27:21.965 [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:21.965 [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:27:21.965 [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:27:21.966 [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@59b667e8 01:27:21.966 [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:27:21.966 [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:27:21.966 [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:27:21.966 [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 [Fri Apr 26 01:27:21 UTC 2024]; root of context hierarchy 01:27:21.966 [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 [Fri Apr 26 01:27:21 UTC 2024]; root of context hierarchy] 01:27:21.967 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:21.967 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:21.967 [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@59b667e8 01:27:21.967 [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:27:21.967 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:21.967 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:21.967 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:21.967 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:21.967 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:21.967 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:21.968 [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@57af2916 01:27:21.968 [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@5390b73b 01:27:21.968 [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:21.968 [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:21.968 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:21.969 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:22,503 |-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:22,574 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:22,576 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:22,589 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:22,610 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:22,612 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:22,615 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:22,621 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:27:22,625 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:22,626 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:22,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:22,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:22,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:22,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:22,627 |-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:22,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:27:22,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:27:22,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:22,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:22,627 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:22,628 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:22,628 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:22,628 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:22,628 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:22,628 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:22,638 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:22,638 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:22,639 |-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:27:22.715 [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:27:22.718 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:85 - Instantiating platform wrapper... 01:27:22.725 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi9188681203176680992kf 01:27:22.725 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:215 - About to start Knopflerfish OSGi Platform 01:27:22.793 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:22.795 [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:27:22.796 [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:27:22.797 [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:27:22.797 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:22.872 [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:27:22.883 [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:27:22.886 [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:27:22.888 [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:27:22.892 [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:27:22.898 [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:27:22.900 [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:27:22.902 [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:27:22.905 [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:27:22.915 [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:27:22.920 [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:27:22.922 [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:27:22.939 [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:27:22.944 [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:27:22.945 [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:27:22.948 [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:27:22.950 [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:27:22.952 [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:27:22.961 [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:27:22.966 [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:27:22.969 [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:27:22.970 [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:27:22.970 [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:27:22.971 [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:27:22.971 [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:27:22.973 [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:27:22.975 [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:27:22.975 [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:27:22.978 [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:27:22.979 [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:27:22.979 [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:27:22.981 [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:27:22.982 [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:27:22.983 [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:27:23,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:27:23,023 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:23,024 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:23,030 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:23,049 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:23,050 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:23,052 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:23,056 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@26fd77b - No compression will be used 01:27:23,059 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:23,059 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:23,060 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:23,060 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:23,060 |-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,060 |-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,060 |-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,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:27:23,061 |-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,061 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:23,061 |-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,061 |-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,061 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:23,061 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:23,061 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:23,061 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:23,061 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:23,062 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:23,062 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:23,062 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4e0651fa - Registering current configuration as safe fallback point 01:27:23.070 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:23.076 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:23.169 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:23.169 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:23.172 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:23.174 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:23.180 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:23.181 [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:23.181 [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:23.182 [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:23.182 [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:23.183 [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:23.183 [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:23.183 [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:23.183 [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:23.184 [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:23.184 [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:23.184 [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:23.184 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:23.184 [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:23.184 [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:23.184 [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:23.185 [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:23.185 [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:23.185 [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:23.185 [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:23.185 [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:23.186 [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:23.186 [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:23.186 [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:23.186 [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:23.186 [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:23.186 [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:23.187 [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:23.187 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:23.187 [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:23.187 [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:23.187 [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:23.187 [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:23.188 [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:23.188 [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:23.188 [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:23.188 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:23.188 [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:23.188 [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:23.188 [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:23.189 [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:23.189 [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:23.189 [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:23.189 [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:23.189 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:23.189 [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:23.189 [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:23.190 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:23.190 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:23.190 [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:23.190 [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:23.190 [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:23.191 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:23.191 [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:23.191 [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:23.191 [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:23.191 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:23.191 [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:23.191 [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:23.191 [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:23.191 [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:23.192 [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:23.192 [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:23.193 [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:23.198 [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:23.198 [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:23.200 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:23.200 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:23.202 [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:23.203 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:23.203 [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:27:23.204 [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:27:23.204 [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:23.206 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:23.212 [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:23.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:27:23.213 [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:23.215 [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:23.215 [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:23.215 [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:23.216 [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:23.216 [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:23.216 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:23.217 [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:23.217 [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:23.217 [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:23.218 [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:23.218 [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:23.218 [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:23.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:27:23.219 [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:23.219 [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:23.220 [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:23.220 [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:23.220 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:23.220 [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:23.220 [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:23.220 [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:23.221 [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:23.221 [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:23.221 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:23.222 [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:23.222 [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:23.222 [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:23.223 [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:23.223 [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:23.223 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:23.224 [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:23.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:23.224 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:23.225 [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:23.225 [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:23.225 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:23.226 [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:23.226 [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:23.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:23.226 [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:23.226 [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:23.226 [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:23.228 [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:23.229 [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:23.229 [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:27:23.241 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:23.242 [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:23.242 [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:23.242 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:23.242 [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:23.243 [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:23.243 [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:23.243 [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:27:23.243 [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:27:23.244 [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:27:23.244 [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:27:23.244 [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:27:23.244 [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:27:23.244 [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:27:23.244 [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:27:23.249 [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:27:23.250 [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:27:23.250 [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:27:23.252 [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:27:23.252 [BundleStart #18] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:23.252 [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@46fe671d 01:27:23.252 [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:27:23.252 [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:27:23.253 [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:27:23.253 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:511 - Post processing: creating test bundle 01:27:23.256 [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 [Fri Apr 26 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.259 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:23.261 [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:27:23.261 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:202 - Automatically creating Manifest for the test bundle 01:27:23.262 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:366 - Using the test class for generating bundle imports 01:27:23.263 [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:27:23.263 [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:27:23.265 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class ConfigFileWithDotsTest 01:27:23.272 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:23.272 [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:27:23.273 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest 01:27:23.275 [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:27:23.275 [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:27:23.275 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:23.276 [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:27:23.276 [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:27:23.276 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:23.277 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:23.277 [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:27:23.277 [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:27:23.277 [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:27:23.278 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:23.278 [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:27:23.278 [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:27:23.278 [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:27:23.278 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:23.278 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:23.278 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:23.278 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:23.278 [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:27:23.278 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:23.278 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:27:23.279 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:27:23.280 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:27:23.280 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:27:23.284 [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:27:23.284 [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:27:23.286 [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:27:23.286 [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:27:23.286 [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:27:23.286 [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:27:23.287 [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:27:23.287 [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:27:23.287 [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:27:23.287 [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:27:23.287 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:23.288 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:23.288 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:23.289 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:23.290 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:23.290 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:23.290 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:23.290 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:23.291 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:23.291 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:23.291 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:23.292 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:23.292 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:23.292 [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:27:23.293 [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:27:23.294 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:23.294 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config.with.dots 01:27:23.299 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:23.299 [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:23.299 [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:23.300 [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:23.365 [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:23.365 [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:23.391 [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@63ece3cd: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy 01:27:23.398 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:23.398 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:23.399 [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:23.399 [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:23.405 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:23.407 [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@63ece3cd: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,area]; root of factory hierarchy] 01:27:23.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:23.407 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@5a611741 01:27:23.408 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:23.408 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:23.408 [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:27:23.408 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:23.408 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:23.408 [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:27:23.408 [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:27:23.408 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:23.409 [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:27:23.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2b22ebdc] 01:27:23.410 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@58045c54] 01:27:23.430 [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:23.430 [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:23.431 [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:23.431 [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:27:23.431 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{java.awt.Shape}] 01:27:23.438 [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:23.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@3cbabff7] 01:27:23.441 [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 [Fri Apr 26 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.442 [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:27:23.443 [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:23.443 [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:27:23.444 [main] DEBUG o.e.g.b.i.c.ConfigFileWithDotsTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config.with.dots 01:27:23.444 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:23.445 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:23.445 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:23.445 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:23.445 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:23.446 [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:27:23.446 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=18] 01:27:23.447 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:23.447 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:364 - Writing test name [testShapeServicePublished] to OSGi 01:27:23.456 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testShapeServicePublished] for execution inside OSGi 01:27:23.456 [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:27:23.457 [main] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:190 - Loading context for locations: 01:27:23.458 [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 [Fri Apr 26 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.458 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:23.458 [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:27:23.458 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:23.458 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:23.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:27:23.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:27:23.459 [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:23.459 [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:23.460 [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:23.460 [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 [Fri Apr 26 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.460 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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:27:23.461 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:23.473 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:23.473 [main] TRACE o.e.g.b.i.c.ConfigFileWithDotsTest:440 - Reading OSGi results for test [testShapeServicePublished] 01:27:23.474 [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: 0.762 sec - in org.eclipse.gemini.blueprint.iandt.configopt.ConfigFileWithDotsTest 01:27:23.478 [Thread-0] INFO o.e.g.b.i.c.ConfigFileWithDotsTest:471 - Shutting down OSGi platform 01:27:23.478 [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:27:23.479 [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 [Fri Apr 26 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.479 [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 [Fri Apr 26 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.479 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:23.479 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:23.479 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:23.479 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:23.479 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:23.480 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=18]] 01:27:23.480 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:23.480 [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:27:23.481 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=18]] 01:27:23.481 [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:27:23.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.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.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@46fe671d 01:27:23.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.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.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.with.dots, config=osgibundle:/META-INF/spring/*.xml) 01:27:23.482 [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:27:23.483 [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 [Fri Apr 26 01:27:23 UTC 2024]; root of context hierarchy 01:27:23.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.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 [Fri Apr 26 01:27:23 UTC 2024]; root of context hierarchy] 01:27:23.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:27:23.483 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@27df49a8] 01:27:23.483 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:23.484 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:23.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@46fe671d 01:27:23.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.with.dots, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:27:23.485 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:23.485 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:23.485 [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:23.486 [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@6c1335ef 01:27:23.486 [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:23.486 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:23.486 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:24,022 |-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,106 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:24,108 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:24,122 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:24,157 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:24,158 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:24,162 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:24,168 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:27:24,172 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:24,172 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:24,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:24,173 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:24,174 |-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,174 |-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,174 |-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,174 |-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,174 |-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,174 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:24,174 |-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,174 |-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,174 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:24,174 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:24,174 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:24,174 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:24,175 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:24,175 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:24,175 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:24,176 |-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:27:24.258 [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:27:24.261 [main] TRACE o.e.g.b.i.c.NoPublishTest:85 - Instantiating platform wrapper... 01:27:24.268 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi2853500970321815183kf 01:27:24.269 [main] DEBUG o.e.g.b.i.c.NoPublishTest:215 - About to start Knopflerfish OSGi Platform 01:27:24.335 [main] INFO o.e.g.b.i.c.NoPublishTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:24.338 [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:27:24.338 [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:27:24.339 [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:27:24.340 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:24.407 [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:27:24.417 [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:27:24.421 [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:27:24.422 [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:27:24.427 [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:27:24.434 [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:27:24.435 [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:27:24.437 [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:27:24.441 [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:27:24.444 [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:27:24.456 [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:27:24.458 [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:27:24.460 [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:27:24.464 [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:27:24.466 [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:27:24.468 [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:27:24.470 [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:27:24.480 [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:27:24.485 [main] DEBUG o.e.g.b.i.c.NoPublishTest:319 - Starting [slf4j-api (slf4j.api)|file:/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar] 01:27:24.488 [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:27:24.489 [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:27:24.490 [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:27:24.490 [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:27:24.491 [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:27:24.492 [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:27:24.494 [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:27:24.494 [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:27:24.498 [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:27:24.498 [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:27:24.498 [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:27:24.500 [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:27:24.501 [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:27:24.502 [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:27: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:27:24,560 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:24,561 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:24,567 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:24,580 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:24,581 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:24,583 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:24,587 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@6716eb60 - No compression will be used 01:27:24,590 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:24,591 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:24,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:24,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:24,592 |-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,592 |-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,592 |-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,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:27:24,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:27:24,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:24,592 |-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,592 |-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,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:24,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:24,593 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:24,593 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:24,593 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:24,593 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:24,593 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:24,594 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@32db9a76 - Registering current configuration as safe fallback point 01:27:24.602 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:24.609 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:24.697 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:24.697 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:24.700 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:24.702 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:24.705 [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.706 [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.706 [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.710 [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.710 [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.711 [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.711 [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.711 [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.711 [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.712 [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.712 [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.712 [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.712 [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.712 [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.713 [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.713 [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.713 [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.713 [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.713 [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.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:27:24.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:27:24.714 [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.714 [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.714 [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.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:27:24.715 [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.715 [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.715 [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.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:24.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:24.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:24.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:24.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:24.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:24.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:24.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:24.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:24.716 [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.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:27:24.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:27:24.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:27:24.717 [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.717 [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.717 [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.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:24.718 [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.718 [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.718 [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.718 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:24.719 [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.719 [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.719 [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.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:24.719 [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.719 [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.719 [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.719 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:24.719 [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.720 [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.720 [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.720 [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.721 [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.721 [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.721 [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.726 [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.727 [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.728 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:24.728 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:24.739 [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.741 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:24.741 [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@4b3d9abc w/ reference null 01:27:24.741 [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@4b3d9abc w/ reference null 01:27:24.742 [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.744 [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.750 [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.751 [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.751 [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.753 [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.753 [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.753 [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.754 [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.754 [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.754 [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.755 [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.755 [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.755 [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.756 [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.756 [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.756 [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.757 [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.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:27:24.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:27:24.758 [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.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:27:24.758 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:24.758 [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.759 [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.759 [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.759 [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.759 [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.760 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:24.760 [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.760 [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.761 [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.761 [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.761 [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.762 [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.762 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:24.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:27:24.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:27:24.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:24.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:27:24.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:27:24.764 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:24.764 [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.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:27:24.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:27:24.767 [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.767 [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.768 [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:27:24.772 [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.773 [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.773 [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.773 [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.773 [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.774 [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.774 [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.775 [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:27:24.775 [main] DEBUG o.e.g.b.i.c.NoPublishTest:511 - Post processing: creating test bundle 01:27:24.783 [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:27:24.784 [main] INFO o.e.g.b.i.c.NoPublishTest:202 - Automatically creating Manifest for the test bundle 01:27:24.784 [main] INFO o.e.g.b.i.c.NoPublishTest:366 - Using the test class for generating bundle imports 01:27:24.785 [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:27:24.786 [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:27:24.788 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class NoPublishTest 01:27:24.795 [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:27:24.796 [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:27:24.796 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BehaviorBaseTest 01:27:24.796 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:24.797 [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:27:24.797 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest 01:27:24.799 [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:27:24.799 [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:27:24.799 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:24.800 [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:27:24.800 [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:27:24.800 [main] TRACE o.e.g.b.i.c.NoPublishTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:24.801 [main] TRACE o.e.g.b.i.c.NoPublishTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:24.801 [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:27:24.801 [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:27:24.801 [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:27:24.801 [main] TRACE o.e.g.b.i.c.NoPublishTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:24.801 [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:27:24.802 [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:27:24.802 [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:27:24.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:24.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:24.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:24.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:24.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:24.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:24.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:24.802 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:27:24.803 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:27:24.804 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:27:24.808 [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:27:24.808 [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:27:24.810 [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:27:24.810 [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:27:24.811 [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:27:24.811 [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:27:24.811 [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:27:24.811 [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:27:24.811 [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:27:24.811 [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:27:24.811 [main] DEBUG o.e.g.b.i.c.NoPublishTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:24.813 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:24.813 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:24.814 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:24.814 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:24.814 [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:27:24.814 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:24.815 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:24.815 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:24.816 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:24.816 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:24.816 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:24.816 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:24.817 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:24.817 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:24.817 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:24.818 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:24.818 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:24.818 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:24.819 [main] TRACE o.e.g.b.i.c.NoPublishTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:24.819 [main] TRACE o.e.g.b.i.c.NoPublishTest:364 - Writing test name [testBehaviour] to OSGi 01:27:24.827 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:27:24.827 [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:27:24.828 [main] INFO o.e.g.b.i.c.NoPublishTest:190 - Loading context for locations: 01:27:24.836 [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 [Fri Apr 26 01:27:24 UTC 2024]; root of context hierarchy 01:27:24.840 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:24.852 [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:27:24.858 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:24.858 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:24.859 [main] TRACE 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:24.859 [main] TRACE o.e.g.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:24.861 [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:24.861 [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:24.863 [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:24.865 [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 [Fri Apr 26 01:27:24 UTC 2024]; root of context hierarchy] 01:27:24.866 [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:27:24.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:27:24.888 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:24.896 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 01:27:24.897 [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:27:24.897 [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:27:24.897 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [nopublish (org.springframework.osgi.iandt.config-opt.nopublish)] 01:27:24.897 [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:27:24.897 [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:27:24.897 [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:27:24.898 [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:27:24.899 [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:27:24.899 [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:27:24.901 [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:27:24.901 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:24.901 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@3c679e9d 01:27:24.902 [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:27:24.902 [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:27:24.902 [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 [Fri Apr 26 01:27:24 UTC 2024]; root of context hierarchy 01:27:24.909 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:27:24.928 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:24.929 [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:24.929 [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:24.929 [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:24.972 [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:24.973 [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:24.996 [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@bac3661: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:27:24.996 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:24.997 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:24.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:24.997 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:25.002 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:25.004 [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@bac3661: defining beans [point,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:27:25.004 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:25.004 [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@405324dc 01:27:25.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:25.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:25.005 [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:27:25.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:25.005 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:25.005 [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:27:25.005 [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:27:25.005 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:25.006 [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:27:25.006 [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@13cf8c6a] 01:27:25.006 [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@77ceb72e] 01:27:25.018 [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:25.018 [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:25.019 [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:25.019 [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:27:25.019 [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:27:25.020 [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:25.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@738815ab] 01:27:25.021 [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 [Fri Apr 26 01:27:24 UTC 2024]; root of context hierarchy] 01:27:25.021 [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:27:25.024 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:25.902 [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:27:25.903 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:25.903 [main] DEBUG o.e.g.b.i.c.NoPublishTest:131 - Start waiting for Spring/OSGi bundle=org.springframework.osgi.iandt.config-opt.nopublish 01:27:27.903 [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:27:27.904 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:27.904 [main] TRACE o.e.g.b.i.c.NoPublishTest:440 - Reading OSGi results for test [testBehaviour] 01:27:27.905 [main] DEBUG o.e.g.b.i.c.NoPublishTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.651 sec - in org.eclipse.gemini.blueprint.iandt.configopt.NoPublishTest 01:27:27.908 [Thread-0] INFO o.e.g.b.i.c.NoPublishTest:471 - Shutting down OSGi platform 01:27:27.908 [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:27:27.908 [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 [Fri Apr 26 01:27:24 UTC 2024]; root of context hierarchy 01:27:27.908 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:27.909 [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 [Fri Apr 26 01:27:24 UTC 2024]; root of context hierarchy] 01:27:27.909 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:27.909 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:27.909 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:27.909 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:27.909 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:27:27.910 [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:27:27.910 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:27.910 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:27:27.911 [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:27:27.911 [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:27:27.911 [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@3c679e9d 01:27:27.911 [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:27:27.911 [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:27:27.912 [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 [Fri Apr 26 01:27:24 UTC 2024]; root of context hierarchy 01:27:27.912 [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 [Fri Apr 26 01:27:24 UTC 2024]; root of context hierarchy] 01:27:27.912 [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:27.913 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@2366091b] 01:27:27.913 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:27.914 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:27.914 [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@3c679e9d 01:27:27.914 [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:27:27.914 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:27.914 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:27.915 [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@135340bb 01:27:27.915 [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.915 [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.915 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:27.916 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:28,457 |-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,542 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:28,544 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:28,558 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:28,579 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:28,581 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:28,584 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:28,590 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:27:28,594 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:28,594 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:28,595 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:28,595 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:28,595 |-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,596 |-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,596 |-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,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:28,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:28,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:28,596 |-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,596 |-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,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:28,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:28,596 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:28,596 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:28,596 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:28,597 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:28,597 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:28,598 |-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:27:28.684 [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:27:28.687 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:85 - Instantiating platform wrapper... 01:27:28.694 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8617167572372308638kf 01:27:28.695 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:215 - About to start Knopflerfish OSGi Platform 01:27:28.759 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:28.762 [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:27:28.762 [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:27:28.763 [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:27:28.764 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:28.826 [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:27:28.836 [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:27:28.839 [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:27:28.841 [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:27:28.846 [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:27:28.852 [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:27:28.853 [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:27:28.855 [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:27:28.858 [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:27:28.862 [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:27:28.874 [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:27:28.876 [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:27:28.878 [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:27:28.883 [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:27:28.884 [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:27:28.886 [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:27:28.888 [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:27:28.898 [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:27:28.903 [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:27:28.906 [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:27:28.907 [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:27:28.907 [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:27:28.908 [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:27:28.908 [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:27:28.909 [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:27:28.911 [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:27:28.912 [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:27:28.915 [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:27:28.915 [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:27:28.916 [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:27:28.918 [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:27:28.938 [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:27:28.939 [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:27:28,956 |-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,978 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:28,979 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:28,985 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:28,998 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:28,999 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:29,001 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:29,005 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@723e94b7 - No compression will be used 01:27:29,009 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:29,009 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:29,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:29,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:29,010 |-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,010 |-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,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:27:29,010 |-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,010 |-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,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:29,010 |-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,011 |-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,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:29,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:29,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:29,011 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:29,011 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:29,011 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:29,012 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:29,012 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@735abdc2 - Registering current configuration as safe fallback point 01:27:29.019 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:29.025 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:29.108 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:29.108 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:29.111 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:29.113 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:29.116 [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.117 [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.118 [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.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:27:29.121 [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.122 [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.122 [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.122 [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.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:27:29.123 [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.123 [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.123 [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.124 [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.124 [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.124 [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.124 [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.124 [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.125 [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.125 [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.125 [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.125 [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.126 [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.126 [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.126 [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.126 [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.126 [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.126 [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.126 [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.127 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:29.127 [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.127 [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.127 [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.127 [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.127 [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.128 [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.128 [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.128 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:29.128 [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.128 [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.128 [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.129 [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.129 [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.129 [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.129 [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.129 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:29.130 [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.130 [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.130 [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.130 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:29.131 [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.131 [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.131 [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.131 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:29.131 [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.131 [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.131 [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.131 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:29.132 [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.132 [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.132 [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.132 [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.138 [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.138 [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.138 [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.144 [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.144 [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.146 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:29.146 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:29.148 [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.149 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:29.150 [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:27:29.150 [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:27:29.150 [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.152 [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.159 [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.159 [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.159 [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.161 [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.161 [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.161 [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.162 [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.162 [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.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:29.163 [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.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:29.163 [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.164 [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.164 [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.164 [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.165 [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.165 [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.165 [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.166 [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.166 [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.166 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:29.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:27:29.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:27:29.167 [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.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:27:29.167 [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.167 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:29.168 [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.168 [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.168 [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.169 [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.169 [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.169 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:29.170 [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.170 [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.170 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:29.171 [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.171 [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.171 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:29.172 [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.172 [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.172 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:29.172 [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.172 [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.173 [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.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:27:29.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:27:29.176 [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:27:29.179 [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.180 [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.180 [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.180 [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.181 [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.181 [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.181 [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.182 [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:27:29.182 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:511 - Post processing: creating test bundle 01:27:29.190 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:251 - The following packages were discovered in the bundle: [org.eclipse.gemini.blueprint.iandt, org.eclipse.gemini.blueprint.iandt.configopt] 01:27:29.190 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:202 - Automatically creating Manifest for the test bundle 01:27:29.191 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:366 - Using the test class for generating bundle imports 01:27:29.192 [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:27:29.192 [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:27:29.194 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class AsyncNoWaitTest 01:27:29.202 [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:27:29.202 [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:27:29.202 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BehaviorBaseTest 01:27:29.202 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:29.203 [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:27:29.203 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest 01:27:29.205 [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:27:29.205 [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:27:29.205 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:29.206 [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:27:29.206 [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:27:29.206 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:29.207 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:29.207 [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:27:29.207 [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:27:29.207 [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:27:29.207 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:29.208 [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:27:29.208 [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:27:29.208 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:90 - Adding MANIFEST.MF [[Bundle-Description=on-the-fly test bundle, Bundle-SymbolicName=TestBundle-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:27:29.208 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:29.208 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:29.208 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:29.208 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:29.208 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:29.208 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:29.208 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:27:29.209 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:27:29.210 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:27:29.214 [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:27:29.214 [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:27:29.216 [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:27:29.216 [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:27:29.216 [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:27:29.216 [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:27:29.217 [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:27:29.217 [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:27:29.217 [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:27:29.217 [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:27:29.217 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:29.218 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:29.219 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:29.219 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:29.220 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:29.220 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:29.220 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:29.221 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:29.221 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:29.221 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:29.221 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:29.222 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:29.222 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:29.222 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:29.222 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:29.223 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:29.223 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:29.223 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:29.224 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:29.224 [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:27:29.224 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:364 - Writing test name [testBehaviour] to OSGi 01:27:29.241 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:27:29.242 [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:27:29.242 [main] INFO o.e.g.b.i.c.AsyncNoWaitTest:190 - Loading context for locations: 01:27:29.250 [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 [Fri Apr 26 01:27:29 UTC 2024]; root of context hierarchy 01:27:29.253 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:29.265 [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:27:29.270 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:29.270 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:29.271 [main] TRACE 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.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:27:29.273 [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:29.274 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@1e66f1f5] 01:27:29.275 [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:29.277 [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 [Fri Apr 26 01:27:29 UTC 2024]; root of context hierarchy] 01:27:29.278 [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:27:29.279 [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:29.299 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:29.307 [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:27:29.307 [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:27:29.307 [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:27:29.308 [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:27:29.308 [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:27:29.308 [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:27:29.308 [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:27:29.309 [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:27:29.309 [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:27:29.310 [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:27:29.310 [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@3d93209 01:27:29.310 [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 [Fri Apr 26 01:27:29 UTC 2024]; root of context hierarchy 01:27:29.311 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:29.317 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:27:29.336 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:29.337 [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.337 [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.337 [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.381 [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.381 [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:29.404 [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@27de89b5: defining beans [button]; root of factory hierarchy 01:27:29.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:29.404 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:29.405 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:29.405 [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.406 [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@461e77b4] 01:27:29.406 [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@7e5b5358] 01:27:29.420 [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:27:29.420 [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:27:29.422 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:29.426 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:29.439 [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:27:29.439 [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:27:29.439 [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:27:29.440 [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:27:29.440 [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:27:29.443 [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:27:29.443 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: null 01:27:29.443 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@6dd55a58] 01:27:29.443 [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 [Fri Apr 26 01:27:29 UTC 2024]; root of context hierarchy] 01:27:29.444 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.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:27:29.444 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:29.447 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:32.311 [main] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 01:27:32.311 [main] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@41c2284a] bound to proxy 01:27:32.312 [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:27:32.312 [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:27:32.312 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:32.312 [main] TRACE o.e.g.b.i.c.AsyncNoWaitTest:440 - Reading OSGi results for test [testBehaviour] 01:27:32.313 [main] DEBUG o.e.g.b.i.c.AsyncNoWaitTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.633 sec - in org.eclipse.gemini.blueprint.iandt.configopt.AsyncNoWaitTest 01:27:32.316 [Thread-0] INFO o.e.g.b.i.c.AsyncNoWaitTest:471 - Shutting down OSGi platform 01:27:32.316 [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:27:32.317 [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 [Fri Apr 26 01:27:29 UTC 2024]; root of context hierarchy 01:27:32.317 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:32.317 [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 [Fri Apr 26 01:27:29 UTC 2024]; root of context hierarchy] 01:27:32.317 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:32.317 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:32.317 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:32.317 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:32.317 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:27:32.318 [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:27:32.318 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:32.319 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:27:32.319 [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:27:32.320 [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:27:32.320 [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@3d93209 01:27:32.320 [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:27:32.320 [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 [Fri Apr 26 01:27:29 UTC 2024]; root of context hierarchy 01:27:32.320 [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 [Fri Apr 26 01:27:29 UTC 2024]; root of context hierarchy] 01:27:32.321 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:32.321 [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@3d93209 01:27:32.321 [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:27:32.322 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:32.322 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:32.323 [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@5968dc4b 01:27:32.323 [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.323 [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.323 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:32.324 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:32,874 |-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:32,956 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:32,958 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:32,971 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:32,994 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:32,995 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:32,998 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:33,004 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:27:33,009 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:33,009 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:33,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:33,010 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:33,010 |-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,010 |-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,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:27:33,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:27:33,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:27:33,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:33,011 |-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,011 |-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,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:33,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:33,011 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:33,011 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:33,011 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:33,012 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:33,012 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:33,012 |-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:27:33.101 [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:27:33.104 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:85 - Instantiating platform wrapper... 01:27:33.111 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi7314213211596348895kf 01:27:33.112 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:215 - About to start Knopflerfish OSGi Platform 01:27:33.180 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:33.182 [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:27:33.183 [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:27:33.184 [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:27:33.184 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:33.249 [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:27:33.259 [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:27:33.263 [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:27:33.264 [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:27:33.269 [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:27:33.275 [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:27:33.277 [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:27:33.279 [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:27:33.282 [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:27:33.286 [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:27:33.298 [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:27:33.299 [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:27:33.302 [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:27:33.306 [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:27:33.308 [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:27:33.310 [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:27:33.312 [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:27:33.322 [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:27:33.343 [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:27:33.346 [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:27:33.347 [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:27:33.347 [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:27:33.347 [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:27:33.348 [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:27:33.349 [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:27:33.351 [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:27:33.352 [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:27:33.355 [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:27:33.355 [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:27:33.356 [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:27:33.358 [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:27:33.359 [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:27:33.360 [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:27:33,376 |-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,399 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:33,400 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:33,406 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:33,419 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:33,420 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:33,422 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:33,426 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@3f4f416e - No compression will be used 01:27:33,429 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:33,429 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:33,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:33,430 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:33,430 |-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,430 |-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,431 |-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,431 |-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,431 |-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,431 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:33,431 |-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,431 |-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,431 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:33,431 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:33,431 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:33,431 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:33,431 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:33,432 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:33,432 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:33,432 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@602a8dcf - Registering current configuration as safe fallback point 01:27:33.443 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:33.449 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:33.537 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:33.538 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:33.540 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:33.542 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:33.545 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:33.546 [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:33.546 [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:33.550 [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:33.550 [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:33.551 [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:33.551 [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:33.551 [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:33.551 [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:33.552 [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:33.552 [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:33.552 [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:33.552 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:33.553 [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:33.553 [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:33.553 [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:33.553 [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:33.553 [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:33.554 [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:33.554 [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:33.554 [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:33.554 [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:33.554 [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:33.555 [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:33.555 [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:33.555 [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:33.555 [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:33.555 [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:33.555 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:33.555 [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:33.556 [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:33.556 [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:33.556 [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:33.556 [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:33.556 [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:33.556 [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:33.556 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:33.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:27:33.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:27:33.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:27:33.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:27:33.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:27:33.558 [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:33.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:27:33.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:33.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:27:33.558 [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:33.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:33.558 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:33.559 [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:33.559 [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:33.559 [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:33.559 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:33.559 [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:33.559 [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:33.559 [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:33.560 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:33.560 [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:33.560 [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:33.560 [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:33.560 [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:33.561 [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:33.561 [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:33.561 [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:33.567 [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:33.567 [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:33.568 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:33.569 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:33.571 [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:33.572 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:33.572 [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:27:33.572 [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:27:33.573 [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:33.575 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:33.581 [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:33.582 [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:33.582 [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:33.584 [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:33.584 [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:33.584 [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:33.585 [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:33.585 [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:33.585 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:33.586 [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:33.586 [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:33.586 [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:33.587 [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:33.587 [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:33.587 [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:33.588 [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:33.588 [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:33.588 [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:33.589 [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:33.589 [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:33.589 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:33.589 [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:33.590 [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:33.590 [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:33.590 [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:33.590 [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:33.590 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:33.591 [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:33.591 [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:33.591 [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:33.592 [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:33.592 [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:33.593 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:33.593 [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:33.593 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:33.593 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:33.594 [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:33.594 [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:33.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:33.595 [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:33.595 [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:33.595 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:33.595 [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:33.595 [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:33.596 [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:33.598 [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:33.598 [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:33.598 [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:27:33.602 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:33.603 [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:33.603 [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:33.603 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:33.603 [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:33.604 [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:33.604 [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:33.605 [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:27:33.605 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:511 - Post processing: creating test bundle 01:27:33.613 [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:27:33.613 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:202 - Automatically creating Manifest for the test bundle 01:27:33.614 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:366 - Using the test class for generating bundle imports 01:27:33.615 [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:27:33.615 [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:27:33.617 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class SyncWaitTest 01:27:33.625 [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:27:33.625 [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:27:33.625 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BehaviorBaseTest 01:27:33.626 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:33.626 [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:27:33.626 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest 01:27:33.628 [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:27:33.629 [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:27:33.629 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:33.638 [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:27:33.638 [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:27:33.638 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:33.639 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:33.639 [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:27:33.639 [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:27:33.639 [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:27:33.639 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:33.639 [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:27:33.640 [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:27:33.640 [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:27:33.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:33.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:33.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:33.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:33.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:33.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:33.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:33.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:33.640 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:27:33.641 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:27:33.648 [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:27:33.648 [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:27:33.650 [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:27:33.650 [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:27:33.650 [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:27:33.650 [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:27:33.651 [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:27:33.651 [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:27:33.651 [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:27:33.651 [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:27:33.651 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:33.652 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:33.653 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:33.653 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:33.654 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:33.654 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:33.654 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:33.655 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:33.655 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:33.655 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:33.656 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:33.656 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:33.656 [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:27:33.656 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:33.657 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:33.657 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:33.658 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:33.658 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:33.658 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:33.659 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:33.659 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:364 - Writing test name [testBehaviour] to OSGi 01:27:33.667 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:27:33.668 [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:27:33.668 [main] INFO o.e.g.b.i.configopt.SyncWaitTest:190 - Loading context for locations: 01:27:33.676 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy 01:27:33.679 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:33.691 [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:27:33.697 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:33.697 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:33.698 [main] TRACE 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:33.698 [main] TRACE o.e.g.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:33.700 [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:33.700 [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:33.702 [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:33.704 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy] 01:27:33.705 [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:27:33.706 [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:33.728 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:33.735 [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:27:33.736 [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:27:33.736 [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:27:33.736 [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:27:33.737 [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:27:33.737 [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:27:33.737 [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:27:33.738 [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:27:33.738 [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:27:33.738 [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:27:33.740 [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:27:33.740 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:33.740 [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@471cf70b 01:27:33.740 [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:27:33.741 [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:27:33.741 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy 01:27:33.741 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:33.748 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:27:33.768 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:33.769 [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:27:33.769 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:33.769 [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:27:33.812 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:33.813 [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:27:33.841 [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@39282e78: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:27:33.842 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:33.842 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:33.842 [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:27:33.842 [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:27:33.847 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:33.849 [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@39282e78: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:27:33.850 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:33.850 [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@3ebb46a6 01:27:33.850 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:33.850 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:33.850 [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:27:33.850 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:33.850 [BundleStart #19] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:33.850 [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:27:33.850 [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:27:33.851 [BundleStart #19] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:33.851 [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:27:33.852 [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@6b2b26cb] 01:27:33.852 [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@4aa6b8b9] 01:27:33.863 [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:27:33.864 [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:27:33.864 [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:27:33.865 [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:27:33.865 [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:27:33.866 [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:27:33.866 [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@3001dd13] 01:27:33.866 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy] 01:27:33.866 [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:27:33.867 [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:27:33.869 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:33.875 [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:27:33.875 [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:27:33.876 [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:27:33.876 [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:27:33.876 [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:27:33.876 [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:27:33.876 [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:27:33.876 [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:27:33.877 [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:27:33.877 [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:27:33.877 [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:27:33.877 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:33.877 [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@471cf70b 01:27:33.877 [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:27:33.877 [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:27:33.877 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy 01:27:33.877 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:33.878 [BundleStart #20] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 01:27:33.880 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:33.880 [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:27:33.881 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:33.881 [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:27:33.899 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:33.899 [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:27:33.905 [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@10ef81d9: defining beans [shape]; root of factory hierarchy 01:27:33.905 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:33.905 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:33.905 [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:27:33.905 [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:27:33.906 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:33.906 [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@10ef81d9: defining beans [shape]; root of factory hierarchy] 01:27:33.906 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:33.906 [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@3ebb46a6 01:27:33.906 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&shape] 01:27:33.906 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:33.909 [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:27:33.909 [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:27:33.909 [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:27:33.910 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:379 - OSGi service dependency for importer [&shape] is already satisfied 01:27:33.910 [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:27:33.910 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&shape] 01:27:33.910 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:33.910 [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:27:33.910 [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:27:33.910 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:33.911 [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:27:33.911 [BundleStart #20] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:33.915 [BundleStart #20] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:33.941 [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:27:33.941 [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:27:33.942 [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:27:33.942 [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:27:33.942 [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:27:33.945 [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@21349117] 01:27:33.945 [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@531185a0] 01:27:33.945 [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:27:33.946 [BundleStart #20] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3285a413} 01:27:33.946 [BundleStart #20] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3285a413] bound to proxy 01:27:33.946 [BundleStart #20] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3285a413] bound to proxy 01:27:33.946 [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@79bff4b] 01:27:33.947 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy] 01:27:33.947 [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:27:33.947 [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:27:33.948 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:27:33.948 [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:27:33.949 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@53e76c9f} 01:27:33.949 [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:27:33.949 [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:27:33.949 [main] DEBUG o.e.g.b.i.configopt.SyncWaitTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-wait 01:27:33.949 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:33.950 [main] TRACE o.e.g.b.i.configopt.SyncWaitTest:440 - Reading OSGi results for test [testBehaviour] 01:27:33.950 [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: 0.853 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncWaitTest 01:27:33.953 [Thread-0] INFO o.e.g.b.i.configopt.SyncWaitTest:471 - Shutting down OSGi platform 01:27:33.953 [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:27:33.954 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:33.954 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy 01:27:33.954 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:33.954 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy] 01:27:33.954 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:33.954 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:33.954 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:33.954 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:27:33.955 [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:33.955 [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:27:33.955 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:33.955 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20], BundleImpl[id=19]] 01:27:33.956 [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:27:33.956 [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:27:33.957 [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@471cf70b 01:27:33.957 [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:27:33.957 [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:27:33.957 [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:27:33.957 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy 01:27:33.957 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy] 01:27:33.957 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:227 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3285a413] was unregistered and unbound from the service proxy 01:27:33.958 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3285a413] was unregistered and unbound from the service proxy 01:27:33.958 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:33.958 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:27:33.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@471cf70b 01:27:33.959 [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:27:33.959 [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:33.959 [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:33.959 [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@471cf70b 01:27:33.959 [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:33.959 [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:33.959 [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:33.959 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy 01:27:33.959 [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 [Fri Apr 26 01:27:33 UTC 2024]; root of context hierarchy] 01:27:33.960 [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:33.960 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@3285a413] 01:27:33.960 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:33.960 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:33.961 [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@471cf70b 01:27:33.961 [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:33.961 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:33.961 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:33.962 [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@5bd0ce06 01:27:33.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@55172b0c 01:27:33.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:27:33.962 [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:33.962 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:33.963 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:34,564 |-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,673 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:34,675 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:34,689 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:34,754 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:34,756 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:34,759 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:34,765 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@369f73a2 - No compression will be used 01:27:34,770 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:34,770 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:34,771 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:34,771 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:34,771 |-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,771 |-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,771 |-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,771 |-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,771 |-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,771 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:34,772 |-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,772 |-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,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:34,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:34,772 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:34,772 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:34,772 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:34,772 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:34,773 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:34,773 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@610694f1 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest 01:27:34.890 [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:27:34.894 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:85 - Instantiating platform wrapper... 01:27:34.901 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi1144797915847332770kf 01:27:34.901 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:215 - About to start Knopflerfish OSGi Platform 01:27:34.987 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:34.990 [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:27:34.990 [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:27:34.991 [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:27:34.992 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:35.055 [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:27:35.065 [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:27:35.068 [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:27:35.070 [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:27:35.075 [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:27:35.081 [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:27:35.082 [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:27:35.085 [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:27:35.088 [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:27:35.091 [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:27:35.103 [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:27:35.105 [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:27:35.107 [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:27:35.111 [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:27:35.113 [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:27:35.115 [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:27:35.118 [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:27:35.144 [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:27:35.149 [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:27:35.152 [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:27:35.153 [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:27:35.153 [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:27:35.154 [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:27:35.154 [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:27:35.156 [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:27:35.158 [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:27:35.158 [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:27:35.161 [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:27:35.162 [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:27:35.162 [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:27:35.164 [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:27:35.165 [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:27:35.166 [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:27:35,183 |-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:35,205 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:35,206 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:35,212 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:35,225 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:35,226 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:35,228 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:35,232 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57bfa58f - No compression will be used 01:27:35,235 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:35,235 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:35,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:35,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:35,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:35,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:35,236 |-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:35,236 |-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:35,236 |-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:35,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:35,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:35,236 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:35,237 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:35,237 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:35,237 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:35,237 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:35,237 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:35,237 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:35,237 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:35,238 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@35ea7f15 - Registering current configuration as safe fallback point 01:27:35.245 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:35.252 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:35.344 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:35.344 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:35.347 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:35.349 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:35.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:35.353 [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:35.353 [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:35.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:27:35.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:27:35.358 [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:35.358 [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:35.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:35.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:35.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:35.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:35.359 [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:35.359 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:35.360 [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:35.360 [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:35.360 [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:35.360 [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:35.361 [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:35.361 [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:35.361 [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:35.361 [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:35.362 [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:35.362 [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:35.362 [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:35.362 [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:35.362 [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:35.362 [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:35.363 [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:35.363 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:35.363 [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:35.363 [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:35.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:27:35.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:27:35.364 [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:35.364 [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:35.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:27:35.364 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:35.365 [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:35.365 [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:35.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:27:35.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:27:35.365 [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:35.366 [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:35.366 [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:35.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:35.366 [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:35.366 [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:35.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:35.366 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:35.367 [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:35.367 [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:35.367 [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:35.367 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:35.367 [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:35.368 [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:35.368 [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:35.368 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:35.368 [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:35.368 [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:35.368 [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:35.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:27:35.369 [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:35.370 [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:35.370 [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:35.375 [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:35.375 [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:35.377 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:35.377 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:35.379 [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:35.380 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:35.381 [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@337e9cdf w/ reference null 01:27:35.381 [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@337e9cdf w/ reference null 01:27:35.382 [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:35.384 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:35.390 [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:35.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:27:35.391 [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:35.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:27:35.393 [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:35.393 [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:35.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:27:35.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:27:35.394 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:35.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:27:35.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:27:35.395 [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:35.396 [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:35.396 [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:35.396 [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:35.397 [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:35.397 [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:35.398 [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:35.398 [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:35.398 [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:35.398 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:35.399 [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:35.399 [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:35.399 [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:35.400 [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:35.400 [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:35.400 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:35.401 [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:35.401 [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:35.401 [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:35.402 [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:35.402 [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:35.402 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:35.403 [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:35.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:35.403 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:35.404 [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:35.404 [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:35.404 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:35.405 [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:35.405 [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:35.405 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:35.405 [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:35.406 [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:35.406 [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:35.408 [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:35.408 [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:35.408 [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:27:35.412 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:35.413 [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:35.413 [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:35.413 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:35.414 [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:35.414 [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:35.414 [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:35.415 [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:27:35.415 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:511 - Post processing: creating test bundle 01:27:35.423 [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:27:35.423 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:202 - Automatically creating Manifest for the test bundle 01:27:35.423 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:366 - Using the test class for generating bundle imports 01:27:35.424 [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:27:35.425 [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:27:35.427 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class SyncNoWaitWithReverseQueueTest 01:27:35.434 [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:27:35.434 [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:27:35.434 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BehaviorBaseTest 01:27:35.438 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:35.438 [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:27:35.438 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest 01:27:35.440 [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:27:35.441 [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:27:35.441 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:35.442 [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:27:35.442 [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:27:35.442 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:35.442 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:35.442 [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:27:35.442 [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:27:35.443 [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:27:35.443 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:35.443 [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:27:35.443 [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:27:35.443 [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:27:35.443 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:35.443 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:35.443 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncNoWaitTest.class 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/AsyncWaitTest.class 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/BehaviorBaseTest.class 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/ConfigFileWithDotsTest.class 01:27:35.444 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/NoPublishTest.class 01:27:35.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitTest.class 01:27:35.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncNoWaitWithReverseQueueTest.class 01:27:35.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitTest.class 01:27:35.445 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/configopt/SyncWaitWithoutDependencyTest.class 01:27:35.449 [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:27:35.449 [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:27:35.451 [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:27:35.451 [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:27:35.452 [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:27:35.452 [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:27:35.452 [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:27:35.452 [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:27:35.452 [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:27:35.452 [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:27:35.452 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:35.453 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:35.454 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:35.455 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:35.455 [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:27:35.455 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:35.455 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:35.456 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:35.456 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:35.456 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:35.457 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:35.457 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:35.457 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:35.457 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:35.458 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:35.458 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:35.458 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:35.458 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:35.458 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:35.459 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:35.460 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:364 - Writing test name [testBehaviour] to OSGi 01:27:35.467 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBehaviour] for execution inside OSGi 01:27:35.468 [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:27:35.468 [main] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:190 - Loading context for locations: 01:27:35.475 [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 [Fri Apr 26 01:27:35 UTC 2024]; root of context hierarchy 01:27:35.479 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:35.490 [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@5aa9e4eb: defining beans []; root of factory hierarchy 01:27:35.496 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:35.496 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:35.497 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:35.497 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:106 - Adding property editor[class org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor] for type[interface org.osgi.framework.ServiceReference] 01:27:35.499 [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:35.499 [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:35.501 [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:35.502 [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 [Fri Apr 26 01:27:35 UTC 2024]; root of context hierarchy] 01:27:35.504 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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:27:35.505 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:35.525 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:35.536 [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:27:35.537 [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:27:35.537 [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:27:35.537 [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:27:35.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:27:35.537 [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:27:35.537 [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:27:35.538 [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:27:35.539 [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:27:35.539 [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:27:35.541 [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:27:35.541 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:35.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@1e51f892 01:27:35.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:27:35.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:27:35.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 [Fri Apr 26 01:27:35 UTC 2024]; root of context hierarchy 01:27:35.542 [BundleStart #20] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:35.549 [BundleStart #20] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/context.xml] 01:27:35.568 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:35.569 [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:27:35.569 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:35.570 [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:27:35.611 [BundleStart #20] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:35.612 [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:27:35.648 [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@66f988d8: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy 01:27:35.649 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:35.649 [BundleStart #20] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:35.649 [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:27:35.649 [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:27:35.655 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:35.657 [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@66f988d8: defining beans [area,org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0]; root of factory hierarchy] 01:27:35.657 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:35.657 [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@40dd63dc 01:27:35.657 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:35.658 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:35.658 [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:27:35.658 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:35.658 [BundleStart #20] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:35.658 [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:27:35.658 [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:27:35.658 [BundleStart #20] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:35.658 [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:27:35.659 [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@3b301670] 01:27:35.659 [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@6143ce67] 01:27:35.672 [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:27:35.672 [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:27:35.673 [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:27:35.673 [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:27:35.673 [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:27:35.674 [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:27:35.674 [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@69c7f4cb] 01:27:35.675 [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 [Fri Apr 26 01:27:35 UTC 2024]; root of context hierarchy] 01:27:35.675 [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:27:35.675 [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:27:35.678 [BundleStart #20] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=20] 01:27:36.180 [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:27:36.180 [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:27:36.181 [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:27:36.181 [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:27:36.181 [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:27:36.181 [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:27:36.181 [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:27:36.181 [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:27:36.182 [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:27:36.182 [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:27:36.182 [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@1e51f892 01:27:36.182 [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 [Fri Apr 26 01:27:36 UTC 2024]; root of context hierarchy 01:27:36.182 [BundleStart #19] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:36.183 [BundleStart #19] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/context.xml] 01:27:36.185 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:36.185 [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:27:36.186 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/blueprint/config/blueprint-1.0.xsd 01:27:36.186 [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:27:36.201 [BundleStart #19] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/eclipse/gemini/blueprint/config/spring-osgi-2.0.xsd 01:27:36.201 [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:27:36.207 [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@1c8f802f: defining beans [shape,user]; root of factory hierarchy 01:27:36.208 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:36.208 [BundleStart #19] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:36.208 [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:27:36.208 [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:27:36.209 [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@347851ff] 01:27:36.209 [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@1371b1a8] 01:27:36.211 [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:27:36.211 [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:27:36.212 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:36.216 [BundleStart #19] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:36.221 [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:27:36.221 [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:27:36.222 [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:27:36.222 [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:27:36.222 [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:27:36.225 [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:27:36.225 [BundleStart #19] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@63523f8a} 01:27:36.225 [BundleStart #19] DEBUG o.e.g.b.s.i.s.i.a.ServiceDynamicInterceptor:300 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@63523f8a] bound to proxy 01:27:36.226 [BundleStart #19] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@63523f8a] bound to proxy 01:27:36.226 [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:27:36.226 [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:27:36.230 [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:27:36.233 [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@5ab7501c] 01:27:36.234 [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 [Fri Apr 26 01:27:36 UTC 2024]; root of context hierarchy] 01:27:36.234 [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:27:36.234 [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:27:36.235 [BundleStart #19] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:36.236 [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:27:36.236 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@1235b1e1} 01:27:36.236 [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:27:36.236 [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:27:36.236 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:138 - Found applicationContext for bundle=org.springframework.osgi.iandt.config-opt.sync-nowait 01:27:36.237 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:36.237 [main] TRACE o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:440 - Reading OSGi results for test [testBehaviour] 01:27:36.238 [main] DEBUG o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:447 - Test[testBehaviour]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.351 sec - in org.eclipse.gemini.blueprint.iandt.configopt.SyncNoWaitWithReverseQueueTest 01:27:36.240 [Thread-0] INFO o.e.g.b.i.c.SyncNoWaitWithReverseQueueTest:471 - Shutting down OSGi platform 01:27:36.241 [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:27:36.241 [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 [Fri Apr 26 01:27:35 UTC 2024]; root of context hierarchy 01:27:36.241 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:36.241 [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 [Fri Apr 26 01:27:35 UTC 2024]; root of context hierarchy] 01:27:36.241 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:36.241 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:36.241 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:36.241 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:36.242 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19], BundleImpl[id=20]] 01:27:36.242 [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:27:36.242 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:36.292 [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:27:36.293 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:27:36.294 [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:27:36.294 [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:27:36.294 [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@1e51f892 01:27:36.294 [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:27:36.295 [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 [Fri Apr 26 01:27:36 UTC 2024]; root of context hierarchy 01:27:36.295 [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 [Fri Apr 26 01:27:36 UTC 2024]; root of context hierarchy] 01:27:36.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@63523f8a] was unregistered and unbound from the service proxy 01:27:36.295 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:229 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@63523f8a] was unregistered and unbound from the service proxy 01:27:36.295 [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:27:36.296 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:36.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@1e51f892 01:27:36.297 [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:27:36.297 [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:36.297 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=20]] 01:27:36.297 [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:36.297 [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:36.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@1e51f892 01:27:36.297 [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:36.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.springframework.osgi.iandt.config-opt.sync-tail, config=osgibundle:/META-INF/spring/*.xml) 01:27:36.297 [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:36.297 [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 [Fri Apr 26 01:27:35 UTC 2024]; root of context hierarchy 01:27:36.297 [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 [Fri Apr 26 01:27:35 UTC 2024]; root of context hierarchy] 01:27:36.298 [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:36.298 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:437 - Unregistered service [ServiceRegistrationWrapper for org.knopflerfish.framework.ServiceRegistrationImpl@63523f8a] 01:27:36.298 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:36.298 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:36.298 [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@1e51f892 01:27:36.298 [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:36.298 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:36.298 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:36.299 [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@70f5f035 01:27:36.299 [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@7e32105b 01:27:36.299 [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:36.299 [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:36.300 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:36.300 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:36,851 |-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,924 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:36,926 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:36,940 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:36,963 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:36,964 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:36,968 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:36,974 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@57536d79 - No compression will be used 01:27:36,979 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:36,979 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:36,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:36,980 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:36,980 |-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,980 |-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,980 |-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,981 |-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,981 |-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,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:36,981 |-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,981 |-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,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:36,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:36,981 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:36,981 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:36,981 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:36,982 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:36,982 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:36,982 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5bc79255 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest 01:27:37.063 [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:27:37.067 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:85 - Instantiating platform wrapper... 01:27:37.074 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi8475178373403011171kf 01:27:37.074 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:215 - About to start Knopflerfish OSGi Platform 01:27:37.142 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:37.145 [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:27:37.145 [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:27:37.146 [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:27:37.147 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:37.209 [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:27:37.220 [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:27:37.223 [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:27:37.224 [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:27:37.229 [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:27:37.235 [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:27:37.237 [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:27:37.239 [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:27:37.242 [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:27:37.246 [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:27:37.257 [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:27:37.259 [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:27:37.261 [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:27:37.265 [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:27:37.267 [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:27:37.269 [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:27:37.271 [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:27:37.281 [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:27:37.286 [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:27:37.289 [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:27:37.290 [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:27:37.290 [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:27:37.291 [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:27:37.291 [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:27:37.293 [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:27:37.295 [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:27:37.295 [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:27:37.298 [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:27:37.299 [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:27:37.299 [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:27:37.301 [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:27:37.302 [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:27:37.303 [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:27:37,319 |-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:37,357 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:37,358 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:37,364 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:37,377 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:37,378 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:37,380 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:37,384 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1181dcb4 - No compression will be used 01:27:37,387 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:37,387 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:37,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:37,388 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:37,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:37,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:37,389 |-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:37,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:37,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:37,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:37,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:37,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:37,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:37,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:37,389 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:37,389 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:37,389 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:37,390 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:37,390 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:37,390 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@b88c5c7 - Registering current configuration as safe fallback point 01:27:37.397 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:37.404 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:37.491 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:37.492 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:37.494 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:37.497 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:37.499 [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.500 [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.501 [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.504 [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.504 [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.505 [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.505 [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.505 [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.505 [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.506 [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.506 [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.506 [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.506 [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.507 [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.507 [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.507 [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.507 [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.507 [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.507 [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.507 [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.508 [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.508 [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.508 [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.508 [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.509 [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.509 [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.509 [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.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:37.509 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:37.509 [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.509 [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.510 [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.510 [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.510 [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.510 [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.510 [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.510 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:37.511 [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.511 [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.511 [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.511 [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.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:27:37.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:27:37.512 [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.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:37.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:27:37.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:27:37.512 [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.512 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:37.513 [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.513 [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.513 [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.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:37.513 [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.513 [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.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:37.513 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:37.513 [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.514 [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.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:37.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:37.515 [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.515 [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.515 [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.520 [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.521 [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.522 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:37.522 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:37.524 [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.526 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:37.526 [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@61cab3ac w/ reference null 01:27:37.526 [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@61cab3ac w/ reference null 01:27:37.527 [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.529 [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.535 [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.535 [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.535 [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.538 [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.538 [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.538 [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.539 [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.539 [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.540 [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.540 [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.540 [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.540 [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.541 [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.541 [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.541 [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.542 [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.542 [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.542 [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.543 [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.543 [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.543 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:37.543 [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.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:27:37.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:27:37.544 [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.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:37.544 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:37.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:37.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:37.545 [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.546 [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.546 [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.546 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:37.547 [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.547 [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.547 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:37.548 [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.548 [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.548 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:37.549 [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.549 [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.549 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:37.549 [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.549 [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.549 [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.552 [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.552 [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.552 [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:27:37.556 [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.556 [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.557 [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.557 [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.557 [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.557 [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.557 [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.559 [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:27:37.559 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:511 - Post processing: creating test bundle 01:27:37.565 [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:27:37.566 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:202 - Automatically creating Manifest for the test bundle 01:27:37.566 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:366 - Using the test class for generating bundle imports 01:27:37.567 [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:27:37.567 [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:27:37.569 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class DeadlockHandlingTest 01:27:37.577 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:37.577 [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:27:37.577 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest 01:27:37.579 [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:27:37.580 [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:27:37.580 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:37.581 [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:27:37.581 [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:27:37.581 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:37.581 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:37.581 [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:27:37.581 [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:27:37.582 [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:27:37.582 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:37.582 [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:27:37.582 [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:27:37.582 [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:27:37.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:37.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:37.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:37.582 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:37.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:37.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:37.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:37.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:37.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:37.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:37.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/ 01:27:37.583 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/deadlocks/DeadlockHandlingTest.class 01:27:37.587 [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:27:37.587 [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:27:37.588 [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:27:37.589 [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:27:37.589 [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:27:37.589 [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:27:37.589 [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:27:37.589 [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:27:37.589 [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:27:37.590 [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:27:37.590 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 01:27:37.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 01:27:37.598 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:85 - Running test [testErrorHandling] on testCase org.eclipse.gemini.blueprint.test.internal.support.OsgiJUnitTestAdapter@2e005c4b 01:27:37.599 [main] INFO o.e.g.b.i.d.DeadlockHandlingTest:190 - Loading context for locations: 01:27:37.607 [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 [Fri Apr 26 01:27:37 UTC 2024]; root of context hierarchy 01:27:37.610 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:37.623 [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@7586beff: defining beans []; root of factory hierarchy 01:27:37.629 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:37.629 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:37.630 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:27:37.631 [main] TRACE o.e.g.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.633 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@63475ace] 01:27:37.633 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@4988d8b8] 01:27:37.635 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@158a8276] 01:27:37.637 [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 [Fri Apr 26 01:27:37 UTC 2024]; root of context hierarchy] 01:27:37.638 [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:27:37.639 [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:37.659 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:37.667 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 01:27:37.668 [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:27:37.668 [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:27:37.668 [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:27:37.669 [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:27:37.669 [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:27:37.670 [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:27:37.671 [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:27:37.671 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:37.672 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Purposeful Deadlock (org.springframework.osgi.iandt.deadlock)] 01:27:37.672 [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@25206cdb 01:27:37.672 [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:27:37.672 [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:27:37.672 [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:27:37.672 [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:27:37.672 [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 [Fri Apr 26 01:27:37 UTC 2024]; root of context hierarchy 01:27:37.673 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:37.679 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/deadlock.xml] 01:27:37.699 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:37.699 [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.700 [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.700 [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.742 [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.742 [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.767 [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@52261c6e: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy 01:27:37.767 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:37.767 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:37.767 [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.767 [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.773 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:37.775 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@52261c6e: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,culprit,amigo]; root of factory hierarchy] 01:27:37.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:37.776 [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@4f723362 01:27:37.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:37.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:37.776 [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:27:37.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:37.776 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:37.776 [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:27:37.776 [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:27:37.776 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:37.777 [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:27:37.777 [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@1a461b27] 01:27:37.778 [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@74c4f1f2] 01:27:37.790 [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:27:37.791 [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:27:37.791 [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:27:37.791 [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:27:40.673 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:40.674 [main] TRACE o.e.g.b.i.d.DeadlockHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 01:27:40.674 [main] DEBUG o.e.g.b.i.d.DeadlockHandlingTest:447 - Test[testErrorHandling]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.615 sec - in org.eclipse.gemini.blueprint.iandt.deadlocks.DeadlockHandlingTest 01:27:40.677 [Thread-0] INFO o.e.g.b.i.d.DeadlockHandlingTest:471 - Shutting down OSGi platform 01:27:40.678 [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:27:40.678 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:40.678 [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 [Fri Apr 26 01:27:37 UTC 2024]; root of context hierarchy 01:27:40.678 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:27:40.678 [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 [Fri Apr 26 01:27:37 UTC 2024]; root of context hierarchy] 01:27:40.679 [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:27:40.679 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:27:40.679 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:40.680 [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:27:40.680 [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:27:40.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@25206cdb 01:27:40.680 [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:27:40.680 [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:27:40.681 [Gemini Blueprint context shutdown thread 1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:40.681 [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 [Fri Apr 26 01:27:37 UTC 2024]; root of context hierarchy 01:27:40.681 [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 [Fri Apr 26 01:27:37 UTC 2024]; root of context hierarchy] 01:27:42,219 |-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:42,302 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:42,304 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:42,317 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:42,338 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:42,340 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:42,343 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:42,349 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:27:42,353 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:42,353 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:42,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:42,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:42,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:42,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:42,355 |-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:42,355 |-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:42,355 |-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:42,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:42,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:42,355 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:42,356 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:42,356 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:42,356 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:42,356 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:42,356 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:42,356 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:42,356 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:42,357 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@43814d18 - Registering current configuration as safe fallback point Running org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest 01:27:42.427 [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:27:42.431 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:85 - Instantiating platform wrapper... 01:27:42.438 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5102948718547662122kf 01:27:42.438 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:215 - About to start Knopflerfish OSGi Platform 01:27:42.504 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:42.507 [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:27:42.507 [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:27:42.508 [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:27:42.509 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:42.579 [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:27:42.590 [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:27:42.593 [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:27:42.595 [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:27:42.599 [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:27:42.606 [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:27:42.607 [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:27:42.610 [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:27:42.613 [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:27:42.617 [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:27:42.642 [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:27:42.643 [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:27:42.646 [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:27:42.650 [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:27:42.651 [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:27:42.654 [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:27:42.656 [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:27:42.666 [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:27:42.671 [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:27:42.674 [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:27:42.675 [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:27:42.675 [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:27:42.675 [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:27:42.676 [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:27:42.677 [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:27:42.679 [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:27:42.680 [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:27:42.683 [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:27:42.683 [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:27:42.684 [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:27:42.686 [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:27:42.687 [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:27:42.688 [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:27:42,704 |-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:42,727 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:42,728 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:42,742 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:42,755 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:42,756 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:42,758 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:42,762 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@797e8c5b - No compression will be used 01:27:42,765 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:42,765 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:27:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:27:42,766 |-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:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:27:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:27:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:27:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:27:42,766 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:42,767 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:42,767 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:42,767 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:42,767 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:42,767 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:42,767 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:42,768 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@52ef0dff - Registering current configuration as safe fallback point 01:27:42.775 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:42.781 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:42.879 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:42.879 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:42.882 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:42.884 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:42.887 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:42.888 [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:42.888 [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:42.891 [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:42.892 [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:42.893 [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:42.893 [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:42.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:27:42.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:27:42.894 [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:42.894 [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:42.894 [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:42.894 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:42.894 [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:42.894 [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:42.894 [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:42.895 [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:42.895 [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:42.895 [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:42.895 [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:42.895 [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:42.896 [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:42.896 [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:42.896 [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:42.896 [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:42.896 [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:42.896 [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:42.897 [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:42.897 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:42.897 [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:42.897 [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:42.897 [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:42.897 [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:42.898 [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:42.898 [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:42.898 [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:42.898 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:42.898 [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:42.898 [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:42.899 [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:42.899 [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:42.899 [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:42.899 [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:42.899 [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:42.899 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:42.900 [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:42.900 [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:42.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:42.900 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:42.900 [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:42.901 [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:42.901 [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:42.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:42.901 [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:42.901 [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:42.901 [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:42.901 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:42.901 [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:42.901 [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:42.901 [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:42.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:27:42.903 [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:42.903 [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:42.903 [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:42.908 [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:42.908 [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:42.910 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:42.910 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:42.912 [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:42.914 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:42.914 [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:27:42.914 [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:27:42.915 [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:42.917 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:27:42.923 [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:42.923 [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:42.924 [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:42.925 [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:42.926 [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:42.926 [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:42.927 [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:42.927 [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:42.927 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:27:42.927 [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:42.928 [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:42.928 [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:42.928 [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:42.928 [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:42.929 [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:42.930 [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:42.930 [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:42.930 [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:42.930 [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:42.930 [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:42.930 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:42.931 [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:42.931 [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:42.931 [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:42.932 [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:42.938 [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:42.938 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:42.939 [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:42.939 [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:42.939 [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:42.940 [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:42.940 [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:42.940 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:42.941 [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:42.941 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:27:42.941 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:42.942 [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:42.942 [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:42.942 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:42.943 [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:42.943 [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:42.943 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:42.943 [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:42.943 [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:42.943 [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:42.945 [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:42.946 [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:42.946 [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:27:42.950 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:42.951 [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:42.951 [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:42.951 [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:42.951 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:27:42.952 [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:42.952 [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:42.953 [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:27:42.953 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:511 - Post processing: creating test bundle 01:27:42.960 [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:27:42.961 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:202 - Automatically creating Manifest for the test bundle 01:27:42.961 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:366 - Using the test class for generating bundle imports 01:27:42.962 [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:27:42.962 [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:27:42.965 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class FactoryDependencyTest 01:27:42.973 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:42.973 [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:27:42.973 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest 01:27:42.975 [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:27:42.975 [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:27:42.976 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:42.976 [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:27:42.977 [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:27:42.977 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:42.977 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:42.977 [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:27:42.977 [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:27:42.977 [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:27:42.978 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:42.978 [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:27:42.978 [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:27:42.978 [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:27:42.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:42.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:42.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:42.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:42.978 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 01:27:42.979 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 01:27:42.983 [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:27:42.983 [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:27:42.985 [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:27:42.985 [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:27:42.985 [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:27:42.985 [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:27:42.985 [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:27:42.986 [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:27:42.986 [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:27:42.986 [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:27:42.986 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:42.987 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:42.988 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:42.988 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:42.989 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:42.989 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:42.989 [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:27:42.989 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:42.990 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:42.990 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:42.990 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:42.991 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:42.991 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:42.991 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:42.992 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:42.992 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:42.992 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:42.992 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:42.992 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:42.993 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:42.994 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:364 - Writing test name [testDependencies] to OSGi 01:27:43.002 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 01:27:43.002 [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:27:43.003 [main] INFO o.e.g.b.i.d.FactoryDependencyTest:190 - Loading context for locations: 01:27:43.010 [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 [Fri Apr 26 01:27:43 UTC 2024]; root of context hierarchy 01:27:43.014 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:43.026 [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@6a78afa0: defining beans []; root of factory hierarchy 01:27:43.032 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:43.032 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:43.033 [main] TRACE 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:43.033 [main] TRACE o.e.g.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:43.035 [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:27:43.035 [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:27:43.037 [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:27:43.039 [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 [Fri Apr 26 01:27:43 UTC 2024]; root of context hierarchy] 01:27:43.040 [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:27:43.041 [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:43.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:27:43.084 [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:27:43.084 [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:27:43.084 [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:27:43.084 [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:27:43.085 [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:27:43.086 [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:27:43.086 [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:27:43.088 [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:27:43.088 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:27:43.088 [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:27:43.088 [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:27:43.088 [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:27:43.089 [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:27:43.089 [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:27:43.089 [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:27:43.089 [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 [Fri Apr 26 01:27:43 UTC 2024]; root of context hierarchy 01:27:43.089 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:43.096 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/dependencies.xml] 01:27:43.116 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:43.116 [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:43.117 [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:43.117 [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:43.158 [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:43.158 [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:43.184 [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:27:43.184 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:43.184 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:43.185 [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:43.185 [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:43.190 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:43.192 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@3abb2b67: defining beans [org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean#0,simpleService3,simpleService2,nested,dependent]; root of factory hierarchy] 01:27:43.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:43.193 [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:27:43.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 01:27:43.193 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:43.203 [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:27:43.204 [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:27:43.205 [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:27:43.206 [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:27:43.206 [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:27:43.206 [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:27:43.207 [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:43.207 [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:43.207 [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:27:43.208 [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:27:43.208 [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:27:43.208 [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:27:43.208 [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:27:43.208 [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:27:43.208 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 01:27:43.208 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 01:27:43.208 [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:27:43.208 [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:27:43.211 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:43.212 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:43.212 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:27:45.084 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:27:45.085 [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:27:45.085 [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:27:45.085 [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:27:45.085 [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:45.086 [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:27:45.086 [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:27:45.086 [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:27:45.086 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:45.086 [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:27:45.086 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:27:45.086 [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:27:45.086 [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:27:45.086 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy 01:27:45.087 [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:27:45.087 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:45.087 [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:27:45.087 [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:27:45.087 [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:45.088 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:45.088 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:27:45.090 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:45.090 [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.090 [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.090 [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.106 [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.106 [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.112 [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:45.114 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:45.114 [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.114 [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.114 [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.125 [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:27:45.126 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:45.126 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:45.126 [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.126 [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.127 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:45.127 [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:27:45.127 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:45.127 [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:27:45.127 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:45.128 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:45.128 [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:27:45.128 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:45.128 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:45.128 [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:27:45.128 [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:27:45.128 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:45.129 [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:27:45.129 [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:27:45.129 [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:27:45.136 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:27:45.137 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:27:45.138 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:27:45.138 [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:45.138 [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:45.139 [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:27:45.140 [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:27:45.140 [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:27:45.140 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:45.140 [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:27:45.140 [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:27:45.141 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:27:45.141 [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:27:45.141 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy] 01:27:45.141 [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:27:45.142 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:27:45.142 [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:27:45.142 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:27:45.142 [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:27:45.144 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:45.144 [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:27:45.144 [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:27:45.144 [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:27:45.144 [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:27:45.145 [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:27:45.145 [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:27:45.145 [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:27:45.145 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:27:45.145 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:45.145 [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:27:45.145 [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:45.145 [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:45.145 [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:27:45.145 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy 01:27:45.146 [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:27:45.146 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:45.146 [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:45.146 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:45.146 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:27:45.146 [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:27:45.148 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:45.149 [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.149 [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.149 [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.160 [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.160 [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.165 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:27:45.166 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:45.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:27:45.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:27:45.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:27:45.177 [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:27:45.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:45.177 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:45.177 [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.177 [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.178 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:45.178 [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:27:45.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:45.178 [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:27:45.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:45.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:45.178 [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:45.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:45.178 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:45.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:27:45.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.simpleservice2, config=osgibundle:/META-INF/spring/*.xml) 01:27:45.179 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:45.179 [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:45.179 [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:27:45.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@2f44d60d] 01:27:45.180 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:27:45.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:27:45.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:27:45.180 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.e.s.OsgiServiceFactoryBean:319 - Autoexport mode [DISABLED] discovered on class [class org.eclipse.gemini.blueprint.iandt.simpleservice2.impl.MyService2Impl] classes {} 01:27:45.181 [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:45.181 [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:27:45.181 [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:27:45.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.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:27:45.181 [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:27:45.182 [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:27:45.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:45.182 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:27:45.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@657cb94f] 01:27:45.182 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy] 01:27:45.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.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:45.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:27:45.183 [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:45.183 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:27:45.183 [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:27:45.184 [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:27:45.184 [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:27:45.184 [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:27:45.184 [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:27:45.185 [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:27:45.185 [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:27:45.185 [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:27:45.185 [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:27:45.185 [BundleStart #22] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 01:27:45.185 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@6ec00061 01:27:45.185 [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:27:45.185 [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:27:45.185 [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:27:45.186 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy 01:27:45.186 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:45.186 [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:27:45.186 [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:27:45.186 [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:27:45.187 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:45.187 [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:27:45.187 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory 01:27:45.188 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:45.189 [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.189 [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.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:45.198 [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.198 [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.202 [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:27:45.238 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:45.238 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:45.238 [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.238 [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.239 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:45.239 [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:27:45.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:45.240 [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:27:45.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:45.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:45.240 [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:27:45.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:45.240 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:45.240 [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:27:45.240 [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:27:45.240 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:45.240 [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:27:45.240 [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:27:45.241 [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:27:55.242 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&factoryCreatedObjectExportedToOSGi] is being tracked for dependencies 01:27:55.243 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [factoryCreatedObjectExportedToOSGi] depends (transitively) on the following importers:{} 01:27:55.243 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [factoryCreatedObjectExportedToOSGi] depends on importers:[] 01:27:55.243 [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:27:55.243 [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:55.243 [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:27:55.244 [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:27:55.244 [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:27:55.244 [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:27:55.244 [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 [Fri Apr 26 01:27:43 UTC 2024]; root of context hierarchy] 01:27:55.244 [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:27:55.244 [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:27:55.244 [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:27:55.244 [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:27:55.244 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:55.245 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [factoryCreatedObjectExportedToOSGi] started; all its dependencies are satisfied 01:27:55.245 [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:27:55.245 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy] 01:27:55.245 [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:27:55.245 [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:55.246 [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:27:55.246 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies.factory 01:27:55.246 [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:27:55.246 [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:27:55.246 [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:27:55.246 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:55.246 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:55.246 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:27:55.250 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:55.299 [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:27:55.299 [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:27:55.299 [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:27:55.299 [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:27:55.300 [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:27:55.301 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:55.301 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:55.301 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:27:55.301 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:27:55.303 [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:27:55.303 [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:27:55.304 [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:27:55.304 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@5f153ccd} 01:27:55.304 [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:27:55.305 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@5f153ccd] bound to proxy 01:27:55.305 [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:27:55.305 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:55.305 [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:27:55.306 [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:27:55.306 [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:27:55.307 [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:27:55.307 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:55.307 [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:27:55.308 [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:27:55.308 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:27:55.308 [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:27:55.309 [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:27:55.309 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@601a2438} 01:27:55.309 [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:27:55.310 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@601a2438] bound to proxy 01:27:55.310 [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:55.310 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@26dd1457} 01:27:55.310 [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:27:55.310 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@26dd1457] bound to proxy 01:27:55.311 [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:55.311 [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:27:55.311 [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:27:55.315 [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:27:55.315 [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:27:55.315 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 01:27:55.315 [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:55.316 [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:27:55.316 [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 [Fri Apr 26 01:27:43 UTC 2024]; root of context hierarchy] 01:27:55.316 [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:27:55.317 [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:55.317 [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:27:55.317 [main] DEBUG o.e.g.b.i.d.FactoryDependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:27:55.317 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:27:55.317 [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:27:55.318 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:27:55.318 [main] TRACE o.e.g.b.i.d.FactoryDependencyTest:440 - Reading OSGi results for test [testDependencies] 01:27:55.318 [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: 12.894 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.FactoryDependencyTest 01:27:55.321 [Thread-0] INFO o.e.g.b.i.d.FactoryDependencyTest:471 - Shutting down OSGi platform 01:27:55.321 [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:27:55.322 [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 [Fri Apr 26 01:27:43 UTC 2024]; root of context hierarchy 01:27:55.322 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:55.322 [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 [Fri Apr 26 01:27:43 UTC 2024]; root of context hierarchy] 01:27:55.322 [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:27:55.323 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:27:55.328 [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:27:55.328 [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:55.328 [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:27:55.328 [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:27:55.328 [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:27:55.329 [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:27:55.329 [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:27:55.330 [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:27:55.330 [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:27:55.330 [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:27:55.330 [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:27:55.330 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy 01:27:55.330 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy] 01:27:55.330 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [factoryCreatedObjectExportedToOSGi] 01:27:55.331 [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:27:55.331 [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:27:55.331 [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:27:55.331 [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:27:55.331 [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:27:55.331 [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:27:55.332 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:55.332 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 01:27:55.332 [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:27:55.332 [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:27:55.332 [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:27:55.332 [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:27:55.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@6ec00061 01:27:55.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:27:55.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:27:55.333 [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:27:55.333 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy 01:27:55.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.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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy] 01:27:55.333 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:27:55.333 [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:27:55.333 [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:27:55.333 [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:27:55.333 [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:27:55.334 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:55.334 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:27:55.334 [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:27:55.334 [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:27:55.334 [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:55.338 [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:55.338 [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:27:55.338 [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:55.338 [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:55.338 [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:55.338 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy 01:27:55.338 [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 [Fri Apr 26 01:27:45 UTC 2024]; root of context hierarchy] 01:27:55.338 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:27:55.339 [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:27:55.339 [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:27:55.339 [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:27:55.339 [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:27:55.339 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:55.339 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:27:55.339 [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:27:55.339 [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:55.339 [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:27:55.340 [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:27:55.340 [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:27:55.340 [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:27:55.340 [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:27:55.340 [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:27:55.340 [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:27:55.340 [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 [Fri Apr 26 01:27:43 UTC 2024]; root of context hierarchy 01:27:55.340 [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 [Fri Apr 26 01:27:43 UTC 2024]; root of context hierarchy] 01:27:55.340 [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:55.341 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:27:55.341 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:27:55.341 [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:27:55.341 [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:27:55.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:55.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:55.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:27:55.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:27:55.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:27:55.341 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:27:55.342 [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:27:55.342 [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:27:55.342 [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:27:55.342 [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:27:55.342 [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:55.343 [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:55.343 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:27:55.343 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:55,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:27:55,951 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:55,953 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:55,966 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:55,987 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:55,989 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:55,992 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:55,998 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@1f28c152 - No compression will be used 01:27:56,002 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:56,002 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:56,004 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:56,004 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:56,004 |-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,004 |-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,004 |-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,004 |-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,004 |-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,004 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:56,004 |-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,004 |-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,004 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:56,004 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:56,005 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:56,005 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:56,005 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:56,005 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:56,005 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:56,006 |-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:27:56.087 [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:27:56.090 [main] TRACE o.e.g.b.i.d.DependencyTest:85 - Instantiating platform wrapper... 01:27:56.098 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi4700314536447224351kf 01:27:56.098 [main] DEBUG o.e.g.b.i.d.DependencyTest:215 - About to start Knopflerfish OSGi Platform 01:27:56.165 [main] INFO o.e.g.b.i.d.DependencyTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:27:56.168 [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:27:56.168 [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:27:56.169 [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:27:56.170 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:27:56.233 [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:27:56.253 [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:27:56.257 [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:27:56.259 [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:27:56.266 [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:27:56.275 [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:27:56.277 [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:27:56.281 [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:27:56.285 [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:27:56.290 [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:27:56.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-expression/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-expression-5.0.4.RELEASE_1.jar] 01:27:56.307 [main] DEBUG o.e.g.b.i.d.DependencyTest:293 - Installing bundle from location file [/home/jenkins/.m2/repository/org/apache/servicemix/bundles/org.apache.servicemix.bundles.spring-aop/5.0.4.RELEASE_1/org.apache.servicemix.bundles.spring-aop-5.0.4.RELEASE_1.jar] 01:27:56.311 [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:27:56.317 [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:27:56.340 [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:27:56.343 [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:27:56.345 [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:27:56.355 [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:27:56.360 [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:27:56.363 [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:27:56.364 [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:27:56.364 [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:27:56.364 [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:27:56.365 [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:27:56.366 [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:27:56.368 [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:27:56.369 [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:27:56.372 [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:27:56.372 [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:27:56.373 [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:27:56.375 [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:27:56.376 [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:27:56.377 [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:27:56,393 |-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,415 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:27:56,417 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:27:56,422 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:56,435 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:27:56,436 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:27:56,438 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:27:56,442 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@602f6768 - No compression will be used 01:27:56,445 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:27:56,445 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:27:56,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:27:56,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:27:56,446 |-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,446 |-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,446 |-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,446 |-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,446 |-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,446 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:27:56,446 |-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,447 |-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,447 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:27:56,447 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:27:56,447 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:27:56,447 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:27:56,447 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:27:56,447 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:27:56,447 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:27:56,448 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@55362d8f - Registering current configuration as safe fallback point 01:27:56.455 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:27:56.461 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:27:56.544 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:56.544 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:27:56.547 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:27:56.549 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:27:56.552 [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.553 [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.553 [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.556 [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.557 [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.557 [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.558 [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.558 [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.558 [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.558 [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.559 [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.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:27:56.559 [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.559 [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.559 [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.559 [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.559 [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.560 [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.560 [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.560 [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.560 [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.561 [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.561 [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.561 [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.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:56.561 [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.561 [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.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:56.561 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:56.562 [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.562 [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.562 [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.562 [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.562 [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.562 [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.563 [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.563 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:56.563 [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.563 [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.563 [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.563 [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.564 [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.564 [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.564 [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.564 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:56.564 [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.564 [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.565 [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.565 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:56.565 [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.565 [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.565 [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.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:56.566 [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.566 [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.566 [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.566 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:56.566 [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.566 [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.566 [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.566 [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.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:27:56.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:27:56.568 [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.573 [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.574 [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.575 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:27:56.575 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:27:56.577 [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.579 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:56.579 [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:27:56.579 [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:27:56.580 [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.582 [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.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:27:56.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:27:56.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:27:56.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:27:56.591 [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.591 [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.592 [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.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:27:56.592 [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.593 [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.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:27:56.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:27:56.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:27:56.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:27:56.594 [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.595 [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.595 [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.595 [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.595 [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.596 [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.596 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:27:56.596 [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.596 [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.596 [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.597 [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.597 [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.597 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:27:56.598 [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.598 [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.598 [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.599 [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.599 [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.599 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:27:56.600 [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.600 [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.600 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:27:56.601 [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.601 [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.601 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:27:56.602 [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.602 [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.602 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:27:56.602 [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.602 [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.602 [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.604 [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.605 [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.605 [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:27:56.609 [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.610 [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.610 [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.610 [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.610 [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.610 [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.610 [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.612 [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:27:56.612 [main] DEBUG o.e.g.b.i.d.DependencyTest:511 - Post processing: creating test bundle 01:27:56.619 [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:27:56.619 [main] INFO o.e.g.b.i.d.DependencyTest:202 - Automatically creating Manifest for the test bundle 01:27:56.620 [main] INFO o.e.g.b.i.d.DependencyTest:366 - Using the test class for generating bundle imports 01:27:56.621 [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:27:56.621 [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:27:56.623 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class DependencyTest 01:27:56.643 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:56.643 [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:27:56.643 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest 01:27:56.645 [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:27:56.645 [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:27:56.646 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:27:56.646 [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:27:56.647 [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:27:56.647 [main] TRACE o.e.g.b.i.d.DependencyTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:27:56.647 [main] TRACE o.e.g.b.i.d.DependencyTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:27:56.647 [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:27:56.647 [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:27:56.647 [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:27:56.648 [main] TRACE o.e.g.b.i.d.DependencyTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:27:56.648 [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:27:56.648 [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:27:56.648 [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:27:56.648 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:27:56.648 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:27:56.648 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:27:56.648 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/ 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest$1.class 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/DependencyTest.class 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest$1.class 01:27:56.649 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/dependencyWithDelay/FactoryDependencyTest.class 01:27:56.653 [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:27:56.653 [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:27:56.655 [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:27:56.656 [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:27:56.656 [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:27:56.656 [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:27:56.656 [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:27:56.656 [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:27:56.656 [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:27:56.656 [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:27:56.656 [main] DEBUG o.e.g.b.i.d.DependencyTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:27:56.657 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:27:56.658 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:27:56.659 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:27:56.659 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:27:56.659 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:27:56.659 [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:27:56.660 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:27:56.660 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:27:56.660 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:27:56.661 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:27:56.661 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:27:56.661 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:27:56.661 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:27:56.662 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:27:56.662 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:27:56.662 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:27:56.662 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:27:56.663 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:27:56.663 [main] TRACE o.e.g.b.i.d.DependencyTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:27:56.664 [main] TRACE o.e.g.b.i.d.DependencyTest:364 - Writing test name [testDependencies] to OSGi 01:27:56.672 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testDependencies] for execution inside OSGi 01:27:56.672 [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:27:56.672 [main] INFO o.e.g.b.i.d.DependencyTest:190 - Loading context for locations: 01:27:56.680 [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 [Fri Apr 26 01:27:56 UTC 2024]; root of context hierarchy 01:27:56.683 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:27:56.695 [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:27:56.700 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:56.701 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:27:56.701 [main] TRACE 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.702 [main] TRACE o.e.g.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.704 [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:27:56.704 [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:27:56.705 [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:27:56.707 [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 [Fri Apr 26 01:27:56 UTC 2024]; root of context hierarchy] 01:27:56.709 [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:27:56.710 [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:56.730 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] starting dependency test bundle 01:27:56.753 [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:27:56.753 [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:27:56.753 [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:27:56.754 [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:27:56.754 [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:27:56.754 [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:27:56.754 [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:27:56.755 [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:27:56.755 [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:27:56.755 [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:27:56.757 [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:27:56.757 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 started dependency test bundle 01:27:56.758 [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:27:56.758 [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:27:56.758 [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:27:56.758 [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 [Fri Apr 26 01:27:56 UTC 2024]; root of context hierarchy 01:27:56.759 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:56.765 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/dependencies.xml] 01:27:56.786 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:56.786 [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.786 [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.787 [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.828 [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.829 [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.861 [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:27:56.861 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:56.861 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:56.862 [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.862 [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.868 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:56.871 [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:27:56.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:56.871 [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:27:56.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [&simpleService3, &simpleService2, &nested] 01:27:56.871 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:56.884 [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:27:56.884 [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:27:56.885 [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:27:56.886 [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:27:56.886 [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:27:56.887 [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:27:56.887 [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:56.888 [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:56.888 [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:27:56.889 [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:27:56.889 [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:27:56.889 [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:27:56.889 [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:27:56.889 [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:27:56.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [&simpleService3, &simpleService2, &nested] 01:27:56.889 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [&simpleService3, &nested, &simpleService2] 01:27:56.889 [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:27:56.890 [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:27:56.893 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:56.894 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:56.894 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:517 - Asynch wait-for-dependencies started... 01:27:58.753 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:27:58.754 [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:27:58.754 [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:27:58.754 [BundleStart #21] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice3)] 01:27:58.754 [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:27:58.755 [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:27:58.755 [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:27:58.755 [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:58.755 [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:27:58.755 [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:27:58.755 [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:27:58.755 [BundleStart #21] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 2 01:27:58.756 [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:27:58.756 [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:27:58.756 [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:27:58.756 [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:27:58.756 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy 01:27:58.756 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:58.756 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:58.757 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:27:58.757 [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:58.759 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:58.759 [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:58.760 [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:58.760 [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:58.775 [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:58.776 [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:58.782 [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:58.783 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:58.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:27:58.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:27:58.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:27:58.796 [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:27:58.797 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:58.797 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:58.797 [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:58.797 [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:58.798 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:58.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:336 - Looking for dependency factories inside bean factory [org.springframework.beans.factory.support.DefaultListableBeanFactory@52147236: defining beans [simpleServiceOsgi,simpleService]; root of factory hierarchy] 01:27:58.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:58.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:352 - Interogating dependency factory org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.MandatoryImporterDependencyFactory@26987dfb 01:27:58.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:58.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:58.798 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyServiceManager:311 - 0 OSGi service dependencies, 0 unsatisfied (for beans []) in OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:27:58.798 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:58.799 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:58.799 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:257 - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:27:58.799 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:296 - Starting stage two for OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3, config=osgibundle:/META-INF/spring/*.xml) 01:27:58.799 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:58.799 [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:27:58.800 [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:27:58.800 [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:27:58.807 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:27:58.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:27:58.808 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:27:58.809 [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:58.809 [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:58.810 [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:27:58.811 [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:27:58.811 [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:27:58.811 [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:27:58.811 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:58.811 [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:27:58.812 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:27:58.812 [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:27:58.812 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy] 01:27:58.812 [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:27:58.813 [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:58.813 [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:27:58.813 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice3 01:27:58.813 [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:27:58.815 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:58.815 [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:27:58.815 [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:27:58.815 [BundleStart #20] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-2 (org.eclipse.gemini.blueprint.iandt.simpleservice2)] 01:27:58.816 [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:27:58.816 [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:27:58.816 [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:27:58.816 [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:27:58.816 [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:27:58.816 [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:27:58.816 [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:27:58.816 [BundleStart #20] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 3 01:27:58.817 [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:58.817 [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:27:58.817 [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:58.817 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:58.817 [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:58.817 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:27:58.817 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy 01:27:58.817 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:58.818 [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:27:58.820 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:58.820 [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:58.820 [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:58.821 [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:58.846 [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:58.846 [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:58.851 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://20/META-INF/spring/simpleservice.xml] 01:27:58.852 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:58.852 [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:58.853 [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:58.853 [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:58.863 [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:27:58.863 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:58.863 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:58.863 [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:58.863 [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:58.864 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:58.864 [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:27:58.864 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:58.864 [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:27:58.864 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:58.864 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:58.864 [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:58.864 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:58.865 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:58.865 [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:58.865 [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:58.865 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:58.865 [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:58.865 [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:27:58.865 [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:27:58.866 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceOsgi] is being tracked for dependencies 01:27:58.867 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceOsgi] depends (transitively) on the following importers:{} 01:27:58.867 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceOsgi] depends on importers:[] 01:27:58.867 [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:58.867 [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:58.867 [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:27:58.867 [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:27:58.868 [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:27:58.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 6 for bundle BundleImpl[id=19] 01:27:58.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(&(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2)(service=3))] (from bean [&simpleService3]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:27:58.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:243 - Dependency on [(objectClass=org.eclipse.gemini.blueprint.iandt.simpleservice.MyService)] (from bean [&nested]) does not match: ServiceReference [org.eclipse.gemini.blueprint.iandt.simpleservice2] {org.eclipse.gemini.blueprint.iandt.simpleservice2.MyService2}={service=2,org.eclipse.gemini.blueprint.bean.name=simpleService,org.springframework.osgi.bean.name=simpleService,osgi.service.blueprint.compname=simpleService,Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2,Bundle-Version=1.0.0,service.id=12} 01:27:58.868 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceOsgi] started; all its dependencies are satisfied 01:27:58.868 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5d1a2cac] 01:27:58.868 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy] 01:27:58.869 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, org.springframework.context.service.name=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-SymbolicName=org.eclipse.gemini.blueprint.iandt.simpleservice2, Bundle-Version=1.0.0} 01:27:58.869 [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:58.869 [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:58.869 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice2 01:27:58.869 [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:27:58.870 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:58.871 [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:27:58.871 [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:27:58.871 [BundleStart #22] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Simple-Service-Sample (org.eclipse.gemini.blueprint.iandt.simpleservice)] 01:27:58.871 [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:27:58.871 [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:27:58.871 [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:27:58.872 [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:27:58.872 [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:27:58.872 [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:27:58.872 [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:27:58.872 [BundleStart #22] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 4 01:27:58.872 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.a.LifecycleManager:210 - Calling pre-refresh on processor org.eclipse.gemini.blueprint.extender.internal.activator.NoOpOsgiContextProcessor@335d75ef 01:27:58.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:27:58.872 [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:58.873 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:211 - Calling preRefresh on OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml) 01:27:58.873 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:27:58.873 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:589 - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.iandt.simpleservice, config=osgibundle:/META-INF/spring/*.xml): startup date [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy 01:27:58.873 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:27:58.873 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:27:58.874 [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:27:58.875 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:58.876 [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:58.876 [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:58.876 [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:58.888 [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:58.888 [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:58.903 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://22/META-INF/spring/simpleservice.xml] 01:27:58.905 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.u.BundleDelegatingClassLoader:160 - Looking for resource org/springframework/beans/factory/xml/spring-beans.xsd 01:27:58.905 [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:58.906 [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:58.906 [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:58.914 [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:27:58.914 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:27:58.938 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:27:58.938 [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:58.938 [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:58.939 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:27:58.939 [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:27:58.939 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:27:58.939 [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:27:58.939 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:27:58.940 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:27:58.940 [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:58.940 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:27:58.940 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:27:58.940 [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:58.940 [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:58.940 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:27:58.940 [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:58.940 [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:27:58.940 [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:28:08.942 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:180 - Exporter [&simpleServiceExportedToOsgi] is being tracked for dependencies 01:28:08.942 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:218 - Exporter [simpleServiceExportedToOsgi] depends (transitively) on the following importers:{} 01:28:08.942 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:244 - After filtering, exporter [simpleServiceExportedToOsgi] depends on importers:[] 01:28:08.942 [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.942 [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.943 [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:28:08.943 [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:28:08.943 [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:28:08.943 [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:28:08.943 [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:28:08.943 [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 [Fri Apr 26 01:27:56 UTC 2024]; root of context hierarchy] 01:28:08.943 [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:28:08.944 [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:28:08.944 [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:28:08.944 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:08.944 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:272 - Exporter [simpleServiceExportedToOsgi] started; all its dependencies are satisfied 01:28:08.944 [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:28:08.944 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy] 01:28:08.944 [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.945 [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.945 [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.945 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.simpleservice 01:28:08.945 [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:28:08.945 [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:28:08.945 [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:28:08.946 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:08.946 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:08.946 [main] DEBUG o.e.g.b.i.d.DependencyTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:28:08.949 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:08.993 [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:28:08.993 [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:28:08.994 [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:28:08.994 [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:28:08.994 [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:28:08.995 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:08.995 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:08.996 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:127 - Creating a single service proxy ... 01:28:08.996 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.s.i.s.AbstractServiceProxyCreator:126 - CLIENT TCCL used for invoking ServiceReference [null] null={} 01:28:08.997 [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:28:08.997 [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:28:08.998 [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:28:08.998 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23} 01:28:08.999 [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:28:08.999 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@3d3fcb23] bound to proxy 01:28:08.999 [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:28:08.999 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:28:09.000 [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:28:09.000 [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:28:09.000 [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:28:09.000 [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:28:09.000 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:28:09.001 [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:28:09.001 [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:28:09.001 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.blueprint.util.DebugUtils:192 - Class is exported, checking this bundle 01:28:09.001 [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:28:09.002 [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:28:09.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@32a8645c} 01:28:09.002 [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:28:09.002 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@32a8645c] bound to proxy 01:28:09.002 [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:28:09.002 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665} 01:28:09.003 [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:28:09.003 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.s.i.s.OsgiServiceProxyFactoryBean:302 - Service reference [org.knopflerfish.framework.ServiceReferenceImpl@2ffb8665] bound to proxy 01:28:09.003 [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:09.003 [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:28:09.003 [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:28:09.006 [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:28:09.006 [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:28:09.006 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.s.e.s.OsgiServiceFactoryBean:354 - Publishing service under classes [{org.eclipse.gemini.blueprint.iandt.dependencies.Dependent}] 01:28:09.006 [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:09.006 [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:28:09.007 [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 [Fri Apr 26 01:27:56 UTC 2024]; root of context hierarchy] 01:28:09.007 [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:28:09.007 [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:09.007 [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:28:09.007 [main] DEBUG o.e.g.b.i.d.DependencyTest:138 - Found applicationContext for bundle=org.eclipse.gemini.blueprint.iandt.dependencies 01:28:09.007 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 2 for bundle BundleImpl[id=19] 01:28:09.008 [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:28:09.008 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:09.008 [main] TRACE o.e.g.b.i.d.DependencyTest:440 - Reading OSGi results for test [testDependencies] 01:28:09.009 [main] DEBUG o.e.g.b.i.d.DependencyTest:447 - Test[testDependencies]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.925 sec - in org.eclipse.gemini.blueprint.iandt.dependencyWithDelay.DependencyTest 01:28:09.011 [Thread-0] INFO o.e.g.b.i.d.DependencyTest:471 - Shutting down OSGi platform 01:28:09.012 [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:28:09.012 [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 [Fri Apr 26 01:27:56 UTC 2024]; root of context hierarchy 01:28:09.012 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:09.012 [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 [Fri Apr 26 01:27:56 UTC 2024]; root of context hierarchy] 01:28:09.012 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:09.012 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:09.012 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:09.012 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:09.012 [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:28:09.013 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:09.018 [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:28:09.019 [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:09.019 [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:28:09.019 [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:09.019 [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:28:09.020 [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:09.020 [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:09.020 [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:28:09.020 [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:09.020 [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:09.020 [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:09.021 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy 01:28:09.021 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy] 01:28:09.021 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceExportedToOsgi] 01:28:09.021 [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:28:09.021 [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:28:09.021 [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:28:09.022 [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:28:09.022 [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:28:09.022 [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:28:09.022 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:09.022 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 3 01:28:09.022 [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:28:09.022 [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:09.023 [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:28:09.023 [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:28:09.023 [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:28:09.023 [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:28:09.023 [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:28:09.023 [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:28:09.023 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy 01:28:09.023 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy] 01:28:09.023 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:28:09.023 [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:28:09.024 [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:28:09.024 [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:28:09.024 [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:28:09.024 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:09.024 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 2 01:28:09.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@335d75ef 01:28:09.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.simpleservice3, config=osgibundle:/META-INF/spring/*.xml)] decremented to 0 01:28:09.024 [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:09.024 [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:09.024 [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:28:09.024 [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:09.024 [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:09.024 [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:09.025 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy 01:28:09.025 [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 [Fri Apr 26 01:27:58 UTC 2024]; root of context hierarchy] 01:28:09.025 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.s.d.i.DefaultMandatoryDependencyManager:296 - Removing exporter [simpleServiceOsgi] 01:28:09.025 [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:28:09.025 [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:28:09.025 [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:28:09.025 [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:28:09.025 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:09.025 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 1 01:28:09.025 [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:28:09.025 [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:09.025 [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:28:09.026 [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:28:09.026 [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:28:09.026 [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:28:09.026 [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:28:09.026 [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:28:09.026 [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:28:09.026 [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 [Fri Apr 26 01:27:56 UTC 2024]; root of context hierarchy 01:28:09.026 [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 [Fri Apr 26 01:27:56 UTC 2024]; root of context hierarchy] 01:28:09.026 [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:09.026 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:09.027 [Gemini Blueprint context shutdown thread 1] TRACE o.e.g.b.e.i.u.concurrent.Counter:91 - counter [contextsStarted] decremented to 0 01:28:09.027 [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:28:09.027 [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:28:09.027 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:09.027 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:09.028 [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:28:09.028 [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:28:09.028 [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:28:09.028 [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:28:09.028 [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:09.028 [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:09.028 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:09.029 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:28:09,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:28:09,599 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:09,601 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:09,614 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:09,635 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:09,636 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:09,640 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:09,645 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:28:09,650 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:09,650 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:09,651 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:09,651 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:09,651 |-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,651 |-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,651 |-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,651 |-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,651 |-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,652 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:09,652 |-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,652 |-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,652 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:09,652 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:09,652 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:09,652 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:09,652 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:09,652 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:09,653 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:09,653 |-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:28:09.724 [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:28:09.727 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:85 - Instantiating platform wrapper... 01:28:09.734 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi607920577777133425kf 01:28:09.735 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:215 - About to start Knopflerfish OSGi Platform 01:28:09.811 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:09.813 [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:28:09.814 [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:28:09.815 [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:28:09.816 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:09.883 [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:28:09.893 [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:28:09.896 [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:28:09.897 [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:28:09.902 [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:28:09.908 [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:28:09.910 [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:28:09.912 [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:28:09.915 [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:28:09.919 [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:28:09.931 [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:28:09.932 [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:28:09.942 [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:28:09.946 [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:28:09.948 [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:28:09.950 [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:28:09.952 [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:28:09.962 [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:28:09.967 [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:28:09.970 [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:28:09.971 [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:28:09.971 [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:28:09.972 [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:28:09.972 [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:28:09.974 [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:28:09.976 [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:28:09.976 [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:28:09.979 [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:28:09.980 [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:28:09.980 [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:28:09.982 [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:28:09.983 [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:28:09.984 [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:28:10,002 |-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:10,026 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:10,027 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:10,038 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:10,052 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:10,054 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:10,056 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:10,060 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@333732d1 - No compression will be used 01:28:10,063 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:10,063 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:10,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:10,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:10,064 |-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,064 |-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,064 |-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,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener$ContextBundleListener] to WARN 01:28:10,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support] to INFO 01:28:10,064 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:10,065 |-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,065 |-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,065 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:10,065 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:10,065 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:10,065 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:10,065 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:10,066 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:10,066 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:10,066 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4c1f67ce - Registering current configuration as safe fallback point 01:28:10.074 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:10.080 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:28:10.172 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:10.172 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:10.175 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:10.178 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:10.181 [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.182 [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.182 [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.185 [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.186 [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.187 [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.187 [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.187 [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.187 [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.188 [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.188 [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.188 [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.188 [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.188 [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.188 [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.189 [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.189 [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.189 [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.189 [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.189 [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.189 [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.190 [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.190 [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.190 [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.190 [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.190 [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.191 [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.191 [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.191 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:10.191 [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.191 [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.191 [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.191 [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.192 [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.192 [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.192 [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.192 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:10.193 [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.193 [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.193 [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.193 [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.193 [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.193 [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.194 [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.194 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:10.194 [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.194 [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.194 [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.194 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:10.195 [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.195 [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.195 [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.195 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:10.195 [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.195 [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.195 [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.195 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:10.196 [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.196 [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.196 [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.196 [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.197 [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.197 [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.197 [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.203 [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.203 [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.204 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:10.205 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:10.207 [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.208 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:10.209 [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@694817ef w/ reference null 01:28:10.209 [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@694817ef w/ reference null 01:28:10.209 [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.212 [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.218 [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.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.219 [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=false|wait-for-deps=false|publishCtx=false|timeout=0s 01:28:10.221 [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.221 [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.222 [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.222 [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.222 [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.223 [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.223 [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.223 [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.224 [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.224 [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.224 [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.225 [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.225 [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.225 [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.226 [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.226 [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.226 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:10.227 [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.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:28:10.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:28:10.228 [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.228 [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.228 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:10.229 [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.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:28:10.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:28:10.230 [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.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:28:10.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:10.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:28:10.230 [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.230 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:10.232 [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.232 [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.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:10.232 [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.232 [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.232 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:10.233 [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.233 [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.233 [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.239 [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.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:28:10.240 [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:28:10.244 [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.245 [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.245 [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.245 [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.245 [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.246 [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.246 [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.247 [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:28:10.247 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:511 - Post processing: creating test bundle 01:28:10.254 [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:28:10.254 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:202 - Automatically creating Manifest for the test bundle 01:28:10.254 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:366 - Using the test class for generating bundle imports 01:28:10.255 [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:28:10.256 [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:28:10.258 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class RecursiveTypesTest 01:28:10.265 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:10.265 [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:28:10.265 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest 01:28:10.267 [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:28:10.267 [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:28:10.268 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:10.268 [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:28:10.269 [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:28:10.269 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:10.269 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:10.269 [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:28:10.269 [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:28:10.269 [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:28:10.270 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:10.270 [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:28:10.270 [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:28:10.270 [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:28:10.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:10.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:10.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:10.270 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/ 01:28:10.271 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/recursive/RecursiveTypesTest.class 01:28:10.275 [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:28:10.275 [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:28:10.276 [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:28:10.277 [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:28:10.277 [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:28:10.277 [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:28:10.277 [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:28:10.277 [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:28:10.277 [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:28:10.277 [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:28:10.278 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:208 - Looking for Spring/OSGi powered bundles to wait for... 01:28:10.279 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.extender] does not trigger a context creation. 01:28:10.279 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.core] does not trigger a context creation. 01:28:10.280 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-core] does not trigger a context creation. 01:28:10.280 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-beans] does not trigger a context creation. 01:28:10.281 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.io] does not trigger a context creation. 01:28:10.281 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.junit] does not trigger a context creation. 01:28:10.281 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.eclipse.gemini.blueprint.test] does not trigger a context creation. 01:28:10.282 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-test] does not trigger a context creation. 01:28:10.282 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.aopalliance] does not trigger a context creation. 01:28:10.282 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.classic] does not trigger a context creation. 01:28:10.282 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-expression] does not trigger a context creation. 01:28:10.282 [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:28:10.283 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [ch.qos.logback.core] does not trigger a context creation. 01:28:10.283 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-aop] does not trigger a context creation. 01:28:10.283 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [slf4j.api] does not trigger a context creation. 01:28:10.284 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.assertj.core] does not trigger a context creation. 01:28:10.284 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.knopflerfish.framework] does not trigger a context creation. 01:28:10.284 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [jcl.over.slf4j] does not trigger a context creation. 01:28:10.285 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:223 - Bundle [org.apache.servicemix.bundles.spring-context] does not trigger a context creation. 01:28:10.285 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:364 - Writing test name [testBeanReference] to OSGi 01:28:10.293 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testBeanReference] for execution inside OSGi 01:28:10.293 [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:28:10.294 [main] INFO o.e.g.b.i.r.RecursiveTypesTest:190 - Loading context for locations: 01:28:10.301 [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 [Fri Apr 26 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.305 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:10.316 [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:28:10.322 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:10.322 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:10.323 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:10.323 [main] TRACE o.e.g.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.325 [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.325 [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.327 [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.328 [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 [Fri Apr 26 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.330 [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:28:10.331 [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.350 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:10.357 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 01:28:10.358 [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:28:10.358 [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:28:10.358 [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:28:10.358 [BundleStart #19] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Recursive-Type-Sample (org.eclipse.gemini.blueprint.iandt.recursive)] 01:28:10.359 [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:28:10.360 [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:28:10.361 [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:28:10.361 [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:28:10.362 [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:28:10.363 [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:28:10.363 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:10.364 [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@7d13bd4e 01:28:10.364 [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:28:10.364 [main] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:10.365 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:131 - Start waiting for Spring/OSGi bundle=org.eclipse.gemini.blueprint.iandt.recursive 01:28:10.366 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.b.a.ReplayEventManager:69 - Adding replay event 1 for bundle BundleImpl[id=19] 01:28:10.366 [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:28:10.367 [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:28:10.367 [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 [Fri Apr 26 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.367 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:382 - Application Context service already unpublished 01:28:10.373 [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:28:10.394 [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.394 [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.395 [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.395 [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.440 [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#4154ba42] 01:28:10.441 [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@630450af: defining beans [recursiveTestBean]; root of factory hierarchy 01:28:10.441 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:10.442 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:259 - Registering pre-defined bean named bundle 01:28:10.442 [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.442 [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.451 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundle 01:28:10.451 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintBundleContext 01:28:10.451 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintContainer 01:28:10.451 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:209 - Registering pre-defined bean named blueprintConverter 01:28:10.452 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.b.c.s.i.c.CycleOrderingProcessor:60 - Inspecting cycles for (blueprint) bean recursiveTestBean 01:28:10.453 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:227 - Pre-refresh completed; determining dependencies... 01:28:10.455 [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@630450af: defining beans [recursiveTestBean,blueprintBundle,blueprintBundleContext,blueprintContainer,blueprintConverter]; root of factory hierarchy] 01:28:10.455 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:343 - Discovered local dependency factories: [] 01:28:10.456 [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@3db00e6d 01:28:10.456 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:76 - Discovered single proxy importers [] 01:28:10.456 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.MandatoryImporterDependencyFactory:83 - Discovered collection proxy importers [] 01:28:10.456 [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:28:10.456 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:325 - Total OSGi service dependencies beans [] 01:28:10.456 [EclipseGeminiBlueprintExtenderThread-1] TRACE o.e.g.b.e.i.d.s.DependencyServiceManager:326 - Unsatified OSGi service dependencies beans [] 01:28:10.456 [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:28:10.456 [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:28:10.456 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:10.457 [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:28:10.457 [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@2f6aadca] 01:28:10.458 [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@571f58ba] Loaded the generic argument:org.eclipse.gemini.blueprint.iandt.recursive.RecursiveGenericType@2ac1fe9c 01:28:10.476 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:791 - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@56ff958c] 01:28:10.476 [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 [Fri Apr 26 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.482 [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:28:10.483 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.b.c.s.BlueprintContainerServicePublisher:101 - Publishing service under classes {org.osgi.service.blueprint.container.BlueprintContainer} 01:28:10.483 [EclipseGeminiBlueprintExtenderThread-1] INFO o.e.g.b.c.s.OsgiBundleXmlApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.iandt.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:28:10.484 [EclipseGeminiBlueprintExtenderThread-1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:10.484 [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:28:10.484 [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:28:10.485 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:10.485 [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.485 [main] TRACE o.e.g.b.i.r.RecursiveTypesTest:440 - Reading OSGi results for test [testBeanReference] 01:28:10.486 [main] DEBUG o.e.g.b.i.r.RecursiveTypesTest:447 - Test[testBeanReference]'s result read Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 sec - in org.eclipse.gemini.blueprint.iandt.recursive.RecursiveTypesTest 01:28:10.489 [Thread-0] INFO o.e.g.b.i.r.RecursiveTypesTest:471 - Shutting down OSGi platform 01:28:10.489 [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:28:10.489 [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 [Fri Apr 26 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.489 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:10.490 [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 [Fri Apr 26 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.490 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:10.490 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:10.490 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:10.490 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:10.490 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:28:10.491 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.491 [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:28:10.491 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:28:10.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.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml)] incremented to 1 01:28:10.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.recursive, config=bundle://19/OSGI-INF/blueprint/recursive.xml) 01:28:10.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.blueprint.activator.BlueprintContainerProcessor@7d13bd4e 01:28:10.493 [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:28:10.493 [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:28:10.493 [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:28:10.493 [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:28:10.493 [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 [Fri Apr 26 01:28:10 UTC 2024]; root of context hierarchy 01:28:10.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.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 [Fri Apr 26 01:28:10 UTC 2024]; root of context hierarchy] 01:28:10.494 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.c.s.OsgiBundleXmlApplicationContext:309 - Destroying existing bundle scope beans... 01:28:10.494 [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.494 [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@7d13bd4e 01:28:10.494 [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:28:10.494 [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:28:10.495 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:10.495 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:10.495 [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@7a6dd7d8 01:28:10.496 [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:10.496 [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:10.496 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:10.496 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:28:11,039 |-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,107 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:11,110 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:11,123 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:11,144 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:11,146 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:11,149 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:11,155 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@731a74c - No compression will be used 01:28:11,159 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:11,159 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:11,160 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:11,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:11,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:11,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:11,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:11,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:11,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:11,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:11,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:11,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:11,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:11,161 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:11,162 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:11,162 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:11,162 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:11,162 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:11,162 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:11,163 |-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:28:11.234 [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:28:11.237 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:85 - Instantiating platform wrapper... 01:28:11.245 [main] DEBUG o.e.g.b.t.p.KnopflerfishPlatform:131 - KF temporary storage dir is /tmp/org.sfw.osgi5769839812601312185kf 01:28:11.245 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:215 - About to start Knopflerfish OSGi Platform 01:28:11.310 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:279 - Knopflerfish OSGi Platform [7.1.2] started 01:28:11.312 [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:28:11.313 [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:28:11.314 [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:28:11.314 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:11.377 [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:28:11.387 [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:28:11.390 [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:28:11.391 [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:28:11.396 [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:28:11.402 [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:28:11.404 [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:28:11.406 [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:28:11.409 [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:28:11.413 [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:28:11.425 [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:28:11.426 [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:28:11.439 [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:28:11.443 [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:28:11.444 [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:28:11.446 [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:28:11.448 [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:28:11.458 [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:28:11.463 [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:28:11.465 [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:28:11.466 [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:28:11.467 [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:28:11.467 [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:28:11.468 [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:28:11.469 [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:28:11.472 [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:28:11.472 [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:28:11.475 [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:28:11.476 [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:28:11.476 [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:28:11.478 [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:28:11.479 [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:28:11.480 [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:28:11,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:28:11,519 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 01:28:11,520 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [stdout] 01:28:11,526 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:11,545 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] 01:28:11,546 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file] 01:28:11,548 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property 01:28:11,552 |-INFO in ch.qos.logback.core.rolling.FixedWindowRollingPolicy@48a2d583 - No compression will be used 01:28:11,555 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: ./target/out.log 01:28:11,555 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [./target/out.log] 01:28:11,556 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.util] to TRACE 01:28:11,556 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint] to TRACE 01:28:11,556 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.ChainedEntityResolver] to WARN 01:28:11,556 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.context.support.DelegatedNamespaceHandlerResolver] to WARN 01:28:11,556 |-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:11,557 |-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:11,557 |-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:11,557 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.io] to WARN 01:28:11,557 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.test.provisioning.internal] to INFO 01:28:11,557 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.extender.internal.support] to WARN 01:28:11,557 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework.test] to TRACE 01:28:11,557 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.springframework] to INFO 01:28:11,557 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.gemini.blueprint.iandt] to TRACE 01:28:11,557 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN 01:28:11,557 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [stdout] to Logger[ROOT] 01:28:11,558 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT] 01:28:11,558 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. 01:28:11,558 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@523167a - Registering current configuration as safe fallback point 01:28:11.565 [BundleStart #16] INFO o.e.g.b.e.i.boot.ChainActivator:55 - Blueprint API detected; enabling Blueprint Container functionality 01:28:11.571 [BundleStart #16] INFO o.e.g.b.e.i.a.LoggingActivator:34 - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 01:28:11.658 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:11.659 [BundleStart #16] INFO o.s.s.c.ThreadPoolTaskExecutor:168 - Initializing ExecutorService 01:28:11.661 [BundleStart #16] WARN o.e.g.b.e.i.s.ExtenderConfiguration:334 - Gemini Blueprint extensions bundle not present, annotation processing disabled. 01:28:11.664 [BundleStart #16] DEBUG o.e.g.b.e.i.a.ListenerServiceActivator:80 - Initialization of OSGi listeners service completed... 01:28:11.666 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:11.667 [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:11.667 [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:11.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:11.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:11.672 [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:11.672 [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:11.672 [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:11.672 [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:11.673 [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:11.673 [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:11.673 [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:11.674 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:11.674 [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:11.674 [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:11.674 [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:11.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:28:11.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:28:11.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:28:11.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:28:11.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:28:11.675 [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:11.675 [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:11.676 [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:11.676 [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:11.676 [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:11.676 [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:11.676 [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:11.676 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:11.677 [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:11.677 [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:11.677 [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:11.677 [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:11.677 [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:11.677 [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:11.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:28:11.677 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:11.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:28:11.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:28:11.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:28:11.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:28:11.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:28:11.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:28:11.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:28:11.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:11.679 [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:11.679 [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:11.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:11.679 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:11.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:28:11.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:28:11.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:28:11.680 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:11.680 [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:11.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:28:11.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:28:11.681 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:11.681 [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:11.681 [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:11.681 [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:11.681 [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:11.682 [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:11.682 [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:11.682 [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:11.688 [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:11.688 [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:11.690 [BundleStart #16] DEBUG o.e.g.b.s.i.s.StaticServiceProxyCreator:79 - Greedy proxying will NOT consider exposed classes 01:28:11.690 [BundleStart #16] DEBUG o.e.g.b.s.i.s.OsgiServiceCollectionProxyFactoryBean:151 - Creating a multi-value/collection proxy 01:28:11.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:11.693 [BundleStart #16] TRACE o.e.g.b.util.OsgiListenerUtils:106 - Calling listener for already registered services: {} 01:28:11.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@1f27620 w/ reference null 01:28:11.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@1f27620 w/ reference null 01:28:11.694 [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:11.696 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-core (org.eclipse.gemini.blueprint.core)] 01:28:11.703 [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:11.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:28:11.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:28:11.705 [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:11.705 [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:11.705 [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:11.706 [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:11.707 [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:11.707 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-io (org.eclipse.gemini.blueprint.io)] 01:28:11.707 [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:11.707 [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:11.707 [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:11.708 [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:11.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:11.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:11.709 [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:11.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:11.710 [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:11.710 [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:11.710 [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:11.710 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Classic Module (ch.qos.logback.classic)] 01:28:11.711 [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:11.711 [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:11.711 [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:11.712 [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:11.712 [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:11.712 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [Logback Core Module (ch.qos.logback.core)] 01:28:11.713 [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:11.713 [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:11.713 [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:11.714 [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:11.714 [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:11.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [slf4j-api (slf4j.api)] 01:28:11.714 [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:11.714 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:173 - No application context created for bundle [slf4j-api (slf4j.api)] 01:28:11.715 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [AssertJ fluent assertions (org.assertj.core)] 01:28:11.716 [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:11.716 [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:11.716 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [System Bundle (org.knopflerfish.framework)] 01:28:11.716 [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:11.717 [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:11.717 [BundleStart #16] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [jcl-over-slf4j (jcl.over.slf4j)] 01:28:11.717 [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:11.717 [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:11.717 [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:11.719 [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:11.720 [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:11.720 [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:28:11.724 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:11.725 [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:11.725 [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:11.725 [BundleStart #17] DEBUG o.e.g.b.e.i.a.LifecycleManager:163 - Inspecting bundle [gemini-blueprint-test (org.eclipse.gemini.blueprint.test)] 01:28:11.725 [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:11.726 [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:11.726 [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:11.727 [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:28:11.727 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:511 - Post processing: creating test bundle 01:28:11.743 [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:28:11.744 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:202 - Automatically creating Manifest for the test bundle 01:28:11.744 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:366 - Using the test class for generating bundle imports 01:28:11.745 [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:28:11.745 [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:28:11.748 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class ErrorHandlingTest 01:28:11.755 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:11.755 [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:28:11.755 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest 01:28:11.757 [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:28:11.758 [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:28:11.758 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$PermissionManager 01:28:11.759 [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:28:11.759 [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:28:11.759 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:491 - Visiting class BaseIntegrationTest$CloverClassifiedArtifactLocator 01:28:11.759 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:435 - Analyze imports for test bundle resource org/eclipse/gemini/blueprint/test/AbstractConfigurableBundleCreatorTests.class 01:28:11.759 [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:28:11.760 [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:28:11.760 [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:28:11.760 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:344 - Eliminated packages already present in the bundle [org.eclipse.gemini.blueprint.iandt] 01:28:11.760 [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:28:11.760 [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:28:11.760 [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:28:11.760 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:91 - Adding entries: 01:28:11.760 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /META-INF/ 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/ 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/ 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/ 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/ 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/ 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$CloverClassifiedArtifactLocator.class 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest$PermissionManager.class 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/BaseIntegrationTest.class 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ 01:28:11.761 [main] TRACE o.e.g.b.t.i.util.jar.JarCreator:94 - /org/eclipse/gemini/blueprint/iandt/errors/ErrorHandlingTest.class 01:28:11.765 [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:28:11.765 [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:28:11.767 [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:28:11.767 [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:28:11.767 [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:28:11.767 [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:28:11.767 [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:28:11.767 [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:28:11.767 [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:28:11.768 [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:28:11.768 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:364 - Writing test name [testErrorHandling] to OSGi 01:28:11.776 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:65 - Reading test [testErrorHandling] for execution inside OSGi 01:28:11.776 [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:28:11.776 [main] INFO o.e.g.b.i.e.ErrorHandlingTest:190 - Loading context for locations: 01:28:11.783 [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 [Fri Apr 26 01:28:11 UTC 2024]; root of context hierarchy 01:28:11.787 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:382 - Application Context service already unpublished 01:28:11.798 [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:28:11.803 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundleContext 01:28:11.804 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:259 - Registering pre-defined bean named bundle 01:28:11.804 [main] TRACE o.e.g.b.c.s.OsgiPropertyEditorRegistrar:78 - Loaded property editors configuration {org.osgi.framework.ServiceReference=org.eclipse.gemini.blueprint.service.importer.support.ServiceReferenceEditor} 01:28:11.805 [main] TRACE o.e.g.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.807 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:740 - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@6913c1fb] 01:28:11.807 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:764 - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@66d18979] 01:28:11.808 [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:28:11.810 [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 [Fri Apr 26 01:28:11 UTC 2024]; root of context hierarchy] 01:28:11.812 [main] INFO o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:327 - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=TestBundle-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:28:11.813 [main] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:344 - Publishing service under classes {org.springframework.beans.factory.DisposableBean, org.eclipse.gemini.blueprint.context.DelegatedExecutionOsgiBundleApplicationContext, org.eclipse.gemini.blueprint.context.ConfigurableOsgiBundleApplicationContext, org.springframework.context.ConfigurableApplicationContext, org.springframework.context.ApplicationContext, org.springframework.context.Lifecycle, java.io.Closeable, org.springframework.beans.factory.ListableBeanFactory, org.springframework.beans.factory.HierarchicalBeanFactory, org.springframework.context.MessageSource, org.springframework.context.ApplicationEventPublisher, org.springframework.core.io.support.ResourcePatternResolver, org.springframework.beans.factory.BeanFactory, org.springframework.core.io.ResourceLoader, java.lang.AutoCloseable} 01:28:11.831 [main] INFO o.e.g.b.t.p.i.LocalFileSystemMavenRepository:122 - Local Maven2 repository used: [/home/jenkins/.m2/repository] 01:28:11.838 [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:28:11.838 [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:28:11.838 [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:28:11.838 [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:28:11.839 [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:28:11.839 [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:28:11.839 [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:28:11.839 [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:28:11.840 [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:28:11.840 [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:28:11.842 [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:28:11.842 [BundleStart #19] TRACE o.e.g.b.e.i.u.concurrent.Counter:82 - counter [contextsStarted] incremented to 1 01:28:11.842 [main] DEBUG o.e.g.b.t.i.s.OsgiJUnitService:71 - Sending test results from OSGi 01:28:11.842 [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@52bb4c41 01:28:11.843 [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:11.843 [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:11.843 [main] TRACE o.e.g.b.i.e.ErrorHandlingTest:440 - Reading OSGi results for test [testErrorHandling] 01:28:11.843 [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 [Fri Apr 26 01:28:11 UTC 2024]; root of context hierarchy 01:28:11.843 [main] DEBUG o.e.g.b.i.e.ErrorHandlingTest:447 - Test[testErrorHandling]'s result read 01:28:11.843 [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: 0.613 sec - in org.eclipse.gemini.blueprint.iandt.errors.ErrorHandlingTest 01:28:11.846 [Thread-0] INFO o.e.g.b.i.e.ErrorHandlingTest:471 - Shutting down OSGi platform 01:28:11.846 [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:28:11.846 [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 [Fri Apr 26 01:28:11 UTC 2024]; root of context hierarchy 01:28:11.846 [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 [Fri Apr 26 01:28:11 UTC 2024]; root of context hierarchy] 01:28:11.846 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:11.847 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [] 01:28:11.847 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:11.847 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:11.847 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:456 - Canceling timer tasks 01:28:11.847 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:355 - Starting shutdown procedure for bundles [BundleImpl[id=19]] 01:28:11.847 [Thread-3] DEBUG o.e.g.b.t.AbstractOptionalDependencyInjectionTests$EmptyOsgiApplicationContext:309 - Destroying existing bundle scope beans... 01:28:11.848 [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:28:11.848 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:360 - Staging shutdown for bundles [BundleImpl[id=19]] 01:28:11.849 [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:28:11.849 [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:11.849 [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@52bb4c41 01:28:11.849 [Gemini Blueprint context shutdown thread 1] DEBUG o.e.g.b.e.i.d.s.DependencyWaiterApplicationContextExecutor:534 - Cancelled dependency watchdog... 01:28:11.849 [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:28:11.850 [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:28:11.850 [EclipseGeminiBlueprintExtenderThread-1] INFO o.s.b.f.x.XmlBeanDefinitionReader:316 - Loading XML bean definitions from URL [bundle://19/META-INF/spring/error.xml] 01:28:11.853 [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:28:11.854 [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.854 [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@52bb4c41 01:28:11.854 [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:11.854 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:436 - Waiting for 0 service dependency listener(s) to stop... 01:28:11.854 [Framework shutdown] DEBUG o.e.g.b.e.i.a.LifecycleManager:448 - All listeners closed 01:28:11.855 [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:11.855 [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.855 [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.856 [BundleStop #16] INFO o.s.s.c.ThreadPoolTaskExecutor:205 - Shutting down ExecutorService 01:28:11.856 [BundleStop #16] INFO o.e.g.b.e.i.a.LoggingActivator:39 - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[3.0.1.BUILD-202404260124] 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 [ 3.090 s] [INFO] Gemini Blueprint Mocks ............................. SUCCESS [ 6.326 s] [INFO] Gemini Blueprint IO ................................ SUCCESS [ 1.670 s] [INFO] Gemini Blueprint Core .............................. SUCCESS [ 26.541 s] [INFO] Gemini Blueprint Extender .......................... SUCCESS [ 3.005 s] [INFO] Gemini Blueprint Extensions ........................ SUCCESS [ 1.335 s] [INFO] Gemini Blueprint Testing Framework ................. SUCCESS [ 11.635 s] [INFO] Eclipse Gemini Blueprint Integration Tests Parent .. SUCCESS [ 0.273 s] [INFO] Eclipse Gemini Blueprint Integration Testing Bundles SUCCESS [ 0.005 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [ 0.294 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [ 0.274 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle (impl differs) SUCCESS [ 0.236 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle 2 SUCCESS [ 0.191 s] [INFO] Gemini Blueprint Test Bundle: Simple service test bundle 3 SUCCESS [ 0.212 s] [INFO] Gemini Blueprint Test Bundle: Simple service created by a factory which has a non trivial delay in createObject() SUCCESS [ 0.228 s] [INFO] Gemini Blueprint Test Bundle: Trivial OSGi bundle .. SUCCESS [ 0.215 s] [INFO] Gemini Blueprint Test Bundle: Simple test that uses trivial bundle SUCCESS [ 0.227 s] [INFO] Gemini Blueprint Test Bundle: Spring context lifecycle test bundle SUCCESS [ 0.217 s] [INFO] Gemini Blueprint Test Bundle: Spring context service listener test bundle SUCCESS [ 0.213 s] [INFO] Gemini Blueprint Test Bundle: Spring context service reference lifecycle test bundle SUCCESS [ 0.232 s] [INFO] Gemini Blueprint Test Bundle: Spring context service reference destruction test bundle SUCCESS [ 0.201 s] [INFO] Gemini Blueprint Test Bundle: Spring context dependencies test bundle SUCCESS [ 0.227 s] [INFO] Gemini Blueprint Test Bundle: Spring context service reference cardinality 0..1 bundle SUCCESS [ 0.220 s] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - A SUCCESS [ 0.211 s] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - B SUCCESS [ 0.230 s] [INFO] Gemini Blueprint Test Bundle: Bundle scoping test bundle - Common SUCCESS [ 0.218 s] [INFO] Gemini Blueprint Test Bundle: IO fragment 1 bundle . SUCCESS [ 0.236 s] [INFO] Gemini Blueprint Test Bundle: IO fragment 2 bundle . SUCCESS [ 0.200 s] [INFO] Gemini Blueprint Test Bundle: Error bundle ......... SUCCESS [ 0.221 s] [INFO] Gemini Blueprint Test Bundle: Deadlock bundle ...... SUCCESS [ 0.241 s] [INFO] Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [ 0.224 s] [INFO] Gemini Blueprint Test Bundle: ExtenderVersion-Test-Bundle SUCCESS [ 0.213 s] [INFO] Gemini Blueprint Test Bundle: Integration testing bundles for configuration options SUCCESS [ 0.004 s] [INFO] Gemini Blueprint Test Bundle: NoPublish-Bundle ..... SUCCESS [ 0.190 s] [INFO] Gemini Blueprint Test Bundle: Async-NoWait-Bundle .. SUCCESS [ 0.191 s] [INFO] Gemini Blueprint Test Bundle: Async-Wait-Bundle .... SUCCESS [ 0.205 s] [INFO] Gemini Blueprint Test Bundle: Sync-NoWait-Bundle ... SUCCESS [ 0.205 s] [INFO] Gemini Blueprint Test Bundle: Sync-Tail-Bundle ..... SUCCESS [ 0.191 s] [INFO] Gemini Blueprint Test Bundle: Sync-Wait-Bundle ..... SUCCESS [ 0.293 s] [INFO] Gemini Blueprint Test Bundle: Spring service TCCL management inteface test bundle SUCCESS [ 0.241 s] [INFO] Gemini Blueprint Test Bundle: Spring service TCCL management test bundle SUCCESS [ 0.241 s] [INFO] Gemini Blueprint Test Bundle: Config File With Dots bundle SUCCESS [ 0.240 s] [INFO] Gemini Blueprint Test Bundle: Spring Proxy Creator bundle SUCCESS [ 0.214 s] [INFO] Gemini Blueprint Test Bundle: Extender Configuration Fragment Bundle SUCCESS [ 0.202 s] [INFO] Gemini Blueprint Test Bundle: JDK proxy test ....... SUCCESS [ 0.201 s] [INFO] Gemini Blueprint Test Bundle: Extender Event listener bundle Bundle SUCCESS [ 0.211 s] [INFO] Gemini Blueprint Test Bundle: namespace provider and consumer bundle SUCCESS [ 0.252 s] [INFO] Gemini Blueprint Test Bundle: Just a listener exported as a service SUCCESS [ 0.203 s] [INFO] Gemini Blueprint Test Bundle: Export Import Dependency Bundle SUCCESS [ 0.217 s] [INFO] Eclipse Gemini Blueprint JDK5 Integration Testing Bundles SUCCESS [ 0.003 s] [INFO] Gemini Blueprint Test Bundle: @Component beans bundle SUCCESS [ 0.215 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Recursive Type test bundle SUCCESS [ 0.227 s] [INFO] Gemini Blueprint Integration Testing Bundles ....... SUCCESS [ 0.004 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Simple service test bundle SUCCESS [ 0.216 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Error bundle . SUCCESS [ 0.200 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Waiting bundle SUCCESS [ 0.186 s] [INFO] Eclipse Gemini Blueprint Test Bundle: Configuration test bundle SUCCESS [ 0.199 s] [INFO] Eclipse Gemini Blueprint Integration Tests ......... SUCCESS [02:53 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:58 min [INFO] Finished at: 2024-04-26T01:28:12Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS